Skip to content

INI Selection File

idnaos edited this page Jul 29, 2019 · 4 revisions

Selection files use the INI file format.

"General" section

  • DefaultOutputName: Preferred name on output file selection (without file extension).
  • Description: Just a short description what your summary is about.
  • InputFilesCount: The number of source PDF files you would like to merge (1 or more).

"InputX" section

A selection file has one InputX section for each source PDF where X is replaced with an incremental index starting at 1.

  • InputFile: The expected name of the source PDF in the user-specified input path (without file extension).
  • SelectPages: A comma-separated list of page numbers you would like to include in your output PDF. As of Version 1.1, you can enter page ranges such as 3-7 or include all pages of a file with *.

Example

[General]
DefaultOutputName=BusinessPresentation_Summary
Description=Summary of the business presentation (v1)
InputFilesCount=3

[Input1]
InputFile=Introduction
SelectPages=1,3,5,11,17,19

[Input2]
InputFile=AdvancedTopics
SelectPages=1,2,5,14,18,29-33,41

[Input3]
InputFile=Financing
SelectPages=*
Clone this wiki locally