I'm trying to use your VeryPDF PCL Converter SDK. I need to use the fonts located in the windows font folder to convert a pcl file; for that reason I'm trying to use "-fontfolder" option, but it doesn't work at all. For testing purpose I built an exe called test.exe that must be called in this way:
test.exe -fontfolder "C:\WINDOWS\fonts" pcl.pcl pcl.pdf
this command line doesn't work because in the directory containing the exe I deleted the "fonts" directory and the mapfont.ini file.
So how can I force the sdk to use the windows font folder instead of the one included in the package I downloaded (pcltoolsdk.zip)?
Does the "-fontfolder" parameter work?
Thank you in advance.
Sincerely,
==========================================
-fontfolder parameter doesn't support Windows Font Folder, it is only support the font files in "fonts" directory, for example,
test.exe -fontfolder "C:\Program Files\VeryPDF PCL Converter v2.0\fonts" pcl.pcl pcl.pdf
VeryPDF