pdf add chapter

Allow you to add a chapter to a PDF file.


Example

Running this code will append the PDF file and add a chapter to "Sample pdf 2.pdf" with the following properties:

  • Title: Sample Title
  • Number: 2
plugin command("Document Automation.dll", "pdf append existing file", "{$special folder("Application")}\\Sample pdf 2.pdf", "{$special folder("Application")}\\pdf add chapter.pdf", "Start") {
    plugin command("Document Automation.dll", "pdf add chapter", "Sample Title", 2)
}

Was this helpful?

Previous Article

pdf add anchor