Site Tools


software:pdfprocessing:makepdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:pdfprocessing:makepdf [2012/05/31 05:49] – [(Program filename) Options] adminsoftware:pdfprocessing:makepdf [2012/05/31 05:55] (current) – [Source code] admin
Line 26: Line 26:
 ===== History ===== ===== History =====
   * Changes in v08.e, 30th of May 2012   * Changes in v08.e, 30th of May 2012
 +    * Clean up of -partly- messy code.
     * Added sequential file sorting as opposed to alphabetical file sorting which is useful for ranges of tif files which have filenames without leading zeros. If a range of tif files is detected, sequential file sorting will be automatically enabled.     * Added sequential file sorting as opposed to alphabetical file sorting which is useful for ranges of tif files which have filenames without leading zeros. If a range of tif files is detected, sequential file sorting will be automatically enabled.
     * Command line length limitation (Workaround). If there are too many files as argument, drag/drop only the first and last file of a range of tif files. If software recognizes there is a sequence between these selected files (including possible ScanTailor 1L/2R format), it will take that sequence. There may be gaps between them, as long as basic filename matches with each other. Filenames should be either in the format NAME_nnn.tif or NAME_nnn_(1L|2R).tif format), where nnn can be any number and NAME any name.     * Command line length limitation (Workaround). If there are too many files as argument, drag/drop only the first and last file of a range of tif files. If software recognizes there is a sequence between these selected files (including possible ScanTailor 1L/2R format), it will take that sequence. There may be gaps between them, as long as basic filename matches with each other. Filenames should be either in the format NAME_nnn.tif or NAME_nnn_(1L|2R).tif format), where nnn can be any number and NAME any name.
Line 232: Line 233:
 EndFunc EndFunc
  
-; get a list of files form a given directory+; get a list of files from a given directory
 Func getFileList(ByRef $path) Func getFileList(ByRef $path)
  Local $search = FileFindFirstFile($path & "*.*") ; Path includes trailing slash  Local $search = FileFindFirstFile($path & "*.*") ; Path includes trailing slash
software/pdfprocessing/makepdf.1338436151.txt.gz · Last modified: 2012/05/31 05:49 by admin