Hello,
I tested the demo version of PCL to PDF Converter GUI software.
1. I can't find any options for the file system watcher to set parameters like available on the command line, like merging another pdf and/or setting page size to A4
2. pctool has all options, but there I miss a setting that the pcl print is merged OVER the pdf, a scanned white paper in pdf results in an empty output file.
Customer
-------------------------------------------
Thanks for your message, please find the answers at below,
>>1. I can't find any options for the file system watcher to set parameters like available on the command line, like merging another pdf and/or setting page size to A4
The file system watcher doesn't support these parameters, if you wish to use more parameters in file system watcher, we suggest you may use "PHP Folder Watcher" + PCLTool.exe Command Line to finish these functions.
PHP Folder Watcher can be purchased from this web page,
https://veryutils.com/php-folder-watcher
>>2. pctool has all options, but there I miss a setting that the pcl print is merged OVER the pdf, a scanned white paper in pdf results in an empty output file.
You can use -template parameters to place PCL overlay or underlay the PDF pages,
-template <string> : Overlay template PDF file on all pages
-templatefirst <string> : Overlay template PDF file on page #1
-templatefollowing <string>: Overlay template PDF file on page #2,#3,...,#end
-templateatbottom : Set template PDF page at bottom
You may run following command lines to try,
pcltool.exe -templatefirst temp1.pdf -templatefollowing temp2.pdf test.pcl test.pdf
pcltool.exe -templatefirst temp1.png -templatefollowing temp2.png test.pcl test.pdf
pcltool.exe -templatefirst temp1.tif -templatefollowing temp2.tif test.pcl test.pdf
pcltool.exe -templatefirst transparent1.png -templatefollowing transparent2.png test.pcl test.pdf
pcltool.exe -template temp.pdf test.pcl test.pdf
pcltool.exe -templateatbottom -template temp.pdf test.pcl test.pdf
Please don't hesitate to contact us if you have question on this.