Menu

#9 How do you select Page Numbering when using command line launch

v1.0_(example)
accepted
cvanling
1
2017-12-21
2014-07-10
Mbwilk
No

How do you select page numbering when using command line. Is there an option to place inside the xml file? Or is there an additional command line option. You can check the box when using the GUI and it adds page numbers.

Discussion

  • cvanling

    cvanling - 2017-12-21

    Hi,

    Yes, there are tags in the command XML file to specify the page numbering. I will improve the readme in the next version to cover this.

    <merge>

    <file>
    C:\tmp\distribution list.pdf
    <pages>all</pages>
    <bookmark>Distribution list</bookmark>
    </file>

    <file>
    C:\tmp\Agenda.pdf
    <pages>1</pages>
    <bookmark>Agenda</bookmark>
    </file>

    <file>
    C:\tmp\FAQ 2017.pdf
    <pages>1-7</pages>
    <bookmark>FAQ 2017</bookmark>
    </file>

    <options>
    <outfile>C:\tmp\Agenda Merged- Dec 6 2017</outfile>
    <annotation>Agenda - Dec 6 2017</annotation>
    <startpage>1</startpage>
    </options>

    </merge>

    Best Regards,
    Charles

     

    Last edit: cvanling 2017-12-21
  • cvanling

    cvanling - 2017-12-21
    • status: open --> accepted
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.