Hello, we are using aspose version 4 (aspose-pdf-jdk14.jar) to convert a pcl to pdf. The pcl file path is sent to the aspose library in order for it to make the conversion using the following line of code Document doc = new Document(pclFilePath, new PclLoadOptions());.
Hi Khaled,
I attached a sample PCL file that Khaled used. Please notice that we are selecting the PC-8 symbol set using the sequence ESC (10U.
Hi Eric,
<span style=“font-size:10.0pt;font-family:“Arial”,“sans-serif””>I
have tested the scenario and I am able to reproduce the same problem. For the
sake of correction, I have logged it in our issue tracking system as PDFNEWJAVA-34749. We
will investigate this issue in details and will keep you updated on the status
of a correction. <o:p></o:p>
We apologize for your inconvenience.
Is there any update on this issue? It’s been more than a month.
Hi Eric,
This has been open for seven months. Is there any update?
Hi Eric,
It’s not just graphics characters that appear incorrectly. Accented characters don’t work either.
I attached a sample PCL file, that contains a series of accented e characters. The output should look like this:
Hi Eric,
I removed the leading ESC(10u escape sequence from the file, which seemed to cause the problem. I attached the new version, and a simple Java test.
Hi Eric,
Document doc = new Document(“c:/pdftest/accentede_new.pcl”, new
com.aspose.pdf.PclLoadOptions());<o:p></o:p>
doc.save("c:/pdftest/accentede_new.pdf");
So you were able to reproduce the problem, then. It should be showing several lines of accented e (é ) characters, but you are getting a blank page instead. I don’t know for certain if this is the same problem as the problem with line-drawing characters, but I think they might be related.
Hi Eric,
Why are you assuming there is a file sharing problem? It sounds like you are reproducing the exact problem. One file contains all accented e characters, which when processed show up as blank. The other file contains line drawing characters, which when converted appear as the wrong characters.
Hi Eric,
as PDFNEWJAVA-35305 in our issue tracking system. We will
further look into the details of this problem and will keep you updated on the
status of correction. Please be patient and spare us little time. We are sorry
for this inconvenience.
The issues you have found earlier (filed as PDFNEWJAVA-34749) have been fixed in Aspose.Pdf for Java 11.3.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.