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

Convert PCL to PDF failes

$
0
0
Evaluating Aspose.pdf for .net. Converting document fails when trying to open.

// instantiate LoadOption object using PCL load option
Aspose.Pdf.LoadOptions loadopt = new Aspose.Pdf.PclLoadOptions();

// create Document object
Aspose.Pdf.Document doc = new Aspose.Pdf.Document(@"c:\Aspose\Convert\test2.pcl", loadopt);

Viewing all articles
Browse latest Browse all 3131

Trending Articles