Quantcast
Viewing all articles
Browse latest Browse all 3131

PCL to PDF and special graphics characters

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());.
The issue is that the pcl file contains graphics characters that are meant to draw a table, those characters are not converted properly.

Below are the list of hex value of the characters:
"\u00c9", "\u00c8", "\u00d1", "\u00c7", "\u00c5", "\u00cf","\u00b6", "\u00bb", "\u00bc", "\u00cd", "\u00c4", "\u00ba".

I am attaching an image of the actual output and the expected output.

Awaiting your reply.

Viewing all articles
Browse latest Browse all 3131

Trending Articles