I've noticed that everything seems to be written twice to the PDF Tools logs.
For example: You run a tool from the command line via
Code: Select all
PDFXTools.exe /RunTool:showui=no;showprog=no;sort=name;subfolder=no `
"{GUID}" `
C:\Input\test.pdf `
/Output:folder="C:\Output";filename="%[FileName].%[FileExt]";overwrite=yes `
/Log:full=no;shared "C:\PDF-Tools.log"
However, checking the PDF-Tools.log afterwards, you see:
Code: Select all
[02.10.2024, 16:02:33] ----- "xxx" tool started -----
[02.10.2024, 16:02:33] > Choose Input Files
[02.10.2024, 16:02:33] < Choose Input Files
[02.10.2024, 16:02:33] > Filter Files
[02.10.2024, 16:02:33] < Filter Files
[02.10.2024, 16:02:33] > OCR Pages
[02.10.2024, 16:02:42] < OCR Pages
[02.10.2024, 16:02:42] > Optimize Document
[02.10.2024, 16:02:42] < Optimize Document
[02.10.2024, 16:02:42] > Save Documents
[02.10.2024, 16:02:42] < Save Documents
[02.10.2024, 16:02:42] ===== "xxx" tool finished: 0 errors, 1 files processed, 1 files created, 0 warnings, 9s was spent =====
[02.10.2024, 16:02:33] ----- "xxx" tool started -----
[02.10.2024, 16:02:33] > Choose Input Files
[02.10.2024, 16:02:33] < Choose Input Files
[02.10.2024, 16:02:33] > Filter Files
[02.10.2024, 16:02:33] < Filter Files
[02.10.2024, 16:02:33] > OCR Pages
[02.10.2024, 16:02:42] < OCR Pages
[02.10.2024, 16:02:42] > Optimize Document
[02.10.2024, 16:02:42] < Optimize Document
[02.10.2024, 16:02:42] > Save Documents
[02.10.2024, 16:02:42] < Save Documents
[02.10.2024, 16:02:42] ===== "xxx" tool finished: 0 errors, 1 files processed, 1 files created, 0 warnings, 9s was spent =====
