How to Programmatically Inject JavaScript in PDF files?

后端 未结 3 442
囚心锁ツ
囚心锁ツ 2021-01-02 18:24

How to Programmatically Inject JavaScript in PDF files?

Can it be done without Adobe Professional?


My goal is: I want to show up the print dialog immed

3条回答
  •  借酒劲吻你
    2021-01-02 18:57

    I've done studing the PDF Specifications.

    Turns out that the PDF file format isn't that hard.

    It has a nice feature that ables to modify the document just by appending new content in the end of the file.

    If you are trying to do the same thing... don't be affraid! go and look at the specs.

提交回复
热议问题