|
| 1 | +; PdftkBuilder.ini - Rev 0, Configuration file for PDFtk Builder (pdftkb) Version 4.1.5 |
| 2 | +; Note: Comment lines begin with a semicolon and are ignored when loading the file |
| 3 | +; Default values of parms are applied by commenting out or deleting the corresponding line |
| 4 | + |
| 5 | +; [Numbering] section contains settings for Mark Pages-Number Pages. |
| 6 | +; [Application] section contains command line parms for apps that pdftkb uses for displaying |
| 7 | +; PDF and TXT files and for performing PDF text comparisons (Tool Set 4-Compare). It also |
| 8 | +; contains command line parms for up to five user specified external apps (Tools-Launch). |
| 9 | +; [<User>] section has the user's name. When exiting, pdftkb records its last window position, |
| 10 | +; protection panel state, and stamp/bg file so they can be recalled next time user runs pdftkb. |
| 11 | + |
| 12 | +[Numbering] |
| 13 | +; Following specifies North American Letter (ANSI A) or A4 (ISO) pages in points (1/72 in) |
| 14 | +; with 1 inch (25 mm) horizontal and vertical page margins |
| 15 | +; 612x792 pts (215.9x279.4 mm, 8.5x11 in) = Letter (ANSI A) PageWidth x PageHeight |
| 16 | +; 595x842 pts (210x297 mm, 8.27x11.69 in) = A4 (ISO) PageWidth x PageHeight (default) |
| 17 | +; Comment out the PageWidth and PageHeight lines for the page size to be ignored |
| 18 | + |
| 19 | +; PageWidth=612 |
| 20 | +; PageHeight=792 |
| 21 | +PageWidth=595 |
| 22 | +PageHeight=842 |
| 23 | +NumOffsetX=72 |
| 24 | +NumOffsetY=36 |
| 25 | +NumSize=10 |
| 26 | +DateTimeFormat=dd mmm yyyy |
| 27 | + |
| 28 | +[Applications] |
| 29 | +; Provide pdftk version if not using pdftk 2.xx |
| 30 | +; PdftkVersion=1.41 |
| 31 | + |
| 32 | +; Provide explicit path for pdftk.exe folder if pdftk.exe not located in pdftkb folder |
| 33 | +; PdftkPath=C:\Program Files (x86)\PDFtk Server\bin\ |
| 34 | + |
| 35 | +; Provide explicit .exe path and args if not using default apps (Windows file association) |
| 36 | +; to open (view) .pdf and .txt files. File placeholder %PDFFILE% or %TXTFILE% is required |
| 37 | +; in arg if app and arg are both specified |
| 38 | +; PdfExe= |
| 39 | +; PdfArg= |
| 40 | +; TxtExe= |
| 41 | +; TxtArg= |
| 42 | + |
| 43 | +; Provide explicit .exe path and args for PDF text compare app to enable Compare button |
| 44 | +; on Tool Set 4. Uncomment following two lines to activate WinMerge with xdocdiff plugin |
| 45 | +; CompareExe=C:\Program Files (x86)\WinMerge\WinMergeU.exe |
| 46 | +; CompareArg=/e %PDFIN% %PDFFILE2% |
| 47 | + |
| 48 | +; Up to 5 external PDF apps (App1-5) can be specified by Item, Exe and Arg |
| 49 | +; Up to two input PDF file placeholders can be specified in Arg as follows |
| 50 | +; %PDFIN% = source PDF file, %PDFFILE2% = secondary input PDF file (if applicable) |
| 51 | +; App1Item=1 - Undefined |
| 52 | +; App1Exe= |
| 53 | +; App1Arg= |
| 54 | +; App2Item=2 - Undefined |
| 55 | +; App2Exe= |
| 56 | +; App2Arg= |
| 57 | +; App3Item=3 - Undefined |
| 58 | +; App3Exe= |
| 59 | +; App3Arg= |
| 60 | +; App4Item=4 - Undefined |
| 61 | +; App4Exe= |
| 62 | +; App4Arg= |
| 63 | +; App5Item=5 - Undefined |
| 64 | +; App5Exe= |
| 65 | +; App5Arg= |
| 66 | + |
| 67 | +; TEST CASE - If no apps are configured above, uncomment the following two launch items |
| 68 | +; to demo the launch function. The two apps must have been installed. Both are free. |
| 69 | +; Item 1 allows metadata, PDF initial view, etc. to be set; Item 2 supports image operations |
| 70 | +; and cropping. Note: Item 2 does not allow command line parms; hence, no arg value. |
| 71 | +; Its source PDF must be selected from its interface rather than from the Tool Set tab |
| 72 | +; App1Item=1 - BeCyPDFMetaEdit |
| 73 | +; App1Exe=C:\Program Files (x86)\BeCyPDFMetaEdit\BeCyPDFMetaEdit.exe |
| 74 | +; App1Arg=%PDFIN% |
| 75 | +; App2Item=2 - PDFill PDF Tools |
| 76 | +; App2Exe=C:\Program Files (x86)\PlotSoft\PDFill\PDFill_PDF_Tools.exe |
| 77 | +; App2Arg= |
| 78 | + |
| 79 | +; PDF AND TXT APP EXAMPLES |
| 80 | +; PdfExe=C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe |
| 81 | +; PdfArg=/A "pagemode=thumbs" %PDFFILE% |
| 82 | + |
| 83 | +; PdfExe=C:\Program Files (x86)\SumatraPDF\SumatraPDF.exe |
| 84 | +; PdfArg=%PDFFILE% |
| 85 | + |
| 86 | +; TxtExe=C:\Program Files (x86)\Notepad++\notepad++.exe |
| 87 | +; TxtArg=%TXTFILE% |
| 88 | + |
| 89 | +; TxtExe=C:\WINDOWS\system32\notepad.exe |
| 90 | +; TxtArg=%TXTFILE% |
| 91 | + |
| 92 | + |
| 93 | +; LAUNCH APP EXAMPLES (change App # from 1 to assigned combo box item number 1-5) |
| 94 | +; App1Item=1 - BeCyPDFMetaEdit |
| 95 | +; App1Exe=C:\Program Files (x86)\BeCyPDFMetaEdit\BeCyPDFMetaEdit.exe |
| 96 | +; App1Arg=%PDFIN% |
| 97 | + |
| 98 | +; App1Item=1 - PDFill PDF Tools |
| 99 | +; App1Exe=C:\Program Files (x86)\PlotSoft\PDFill\PDFill_PDF_Tools.exe |
| 100 | +; App1Arg= |
| 101 | + |
| 102 | +; App1Item=1 - PDF-XChange Editor |
| 103 | +; App1Exe=C:\Program Files\Tracker Software\PDF Editor\PDFXEdit.exe |
| 104 | +; App1Arg=%PDFIN% |
| 105 | + |
| 106 | +; App1Item=1 - PDF-Shuffler |
| 107 | +; App1Exe=C:\Util\PdfBookShuffler\pdfshuffler.exe |
| 108 | +; App1Arg=%PDFIN% |
| 109 | + |
| 110 | +; App1Item=1 - PDFsam 2.2.4 |
| 111 | +; App1Exe=C:\Program Files (x86)\pdfsam-2.2.4-out\pdfsam-starter.exe |
| 112 | +; App1Arg= |
| 113 | + |
| 114 | +; App1Item=1 - pdftotext |
| 115 | +; App1Exe=pdftotext.exe |
| 116 | +; App1Arg=-simple %PDFIN% |
| 117 | + |
| 118 | +; App1Item=1 – Gimposition |
| 119 | +; App1Exe=C:\Util\gimposition\Gimpose.exe |
| 120 | +; App1Arg=%PDFIN% |
| 121 | + |
| 122 | + |
0 commit comments