Hi,
I am trying to convert a PCL file to PDF. The code is very simple and given below
Aspose.Pdf.LoadOptions loadopt = new Aspose.Pdf.PclLoadOptions();
// Create Document object
Aspose.Pdf.Document doc = new Aspose.Pdf.Document("Jan_20.pcl", loadopt);
// Save the resultant PDF document
doc.Save("Jan_20.pdf");
Console.ReadLine();
At runtime it gives me error "Font: Lineprinter is not installed." multiple times and then it outputs junk PDF file. Can you please let me know or send me the list of Font files needed to make it work?
PS: Attached is the PCL file I am trying to convert to PDF and version I am using is 6.9.0.0.
Thanks,
Naren