Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Creating a PDF from PRN PCL Format file. Handling of Fonts and special characters is not working

$
0
0
Hi,

We have access to a PRN file from a proprietary print driver and want to convert it to a PDF. It looks like the PRN is a PCL format, so we used the following approach to convert the file to PDF. In the 9.6.0 version of the Aspose.Pdf.dll it takes a long time (over 30 seconds to convert only one page.

Here is the Syntax we used:

var loadOpt = new Aspose.Pdf.PclLoadOptions();
var loadFormat = loadOpt.LoadFormat;
var doc = new Aspose.Pdf.Document(pclPrnFile, loadOpt);

doc.Save(saveName);


Attached is a before and after screenshot and the actual PRN File.

(It didn't matter if we renamed the .PRN to .PCL.)

Viewing all articles
Browse latest Browse all 3131

Trending Articles