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.)
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.)