I am trying to convert pcl files into a searchable pdf.
The app running on winXP and using HP PCL5 print driver produces an ascii encoded pcl. When I convert it using aspose it works well.
The app running on win7 and using HP PCL5 print driver produces UTF8 encoded pcl and aspose errors out on the conversion with many errors errors like:
Font: MS PCLXLFont 002 is not installed.
Substituting font: BC C128 HD wide
It creates a pdf file but it is empty.
File versions are:
aspose.pdf.dll file version 7.6.0.0
aspose.pdf.kit.dll file version 5.5.0.0
I have attached a zip file with examples. Files generated on xp have "xp" in the file name and same with win7.
Thank you!