Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26268

    I am trying to convert html data to pdf in jsp.
    Is there a way i can produce a editable pdf, so that the pritable pdf can be modified .

    Thank You
    Ammulyaa

    #27544

    PDF format itself is not intended to be edited. Normally you author your documents in a word processor (or in our case in HTML editor) and convert it to the “final” print-ready format: PDF.

    There are some tools, which allow you to slightly modify PDF documents – for example, to substitute placeholders. But a full text editing of PDF with such tools would be rather a pain.

    By default PD4ML does not protect PDFs from being edited. In order to disable that you would need to explicitly disable the editing permissions with setPermissions() API call.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.