Skip to content

Ditch PDF Assembler and use PDF.js directly #2

@mrtcode

Description

@mrtcode

PDF.js recently added a support for saving AcroForms annotations, and this serves as a very good example how to implement a basic append based PDF writing.

Append based writing fits probably better in our case as it's less invasive on PDF structure especially because annotations writing/deleting/modifying is relatively basic operation.

Therefore PDF Assembler becomes a useless intermediary that has to be maintained and reduces performance for this specific annotations-related use case. It also doesn't support encryption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions