We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Aspose.Words.UnsupportedFileFormatException for some PCL documents

When trying to load the files [3] in the attached archive 103578.ZIP (73.3 KB)
, an exception is thrown.
Code:
Aspose.Words.Document d = new Aspose.Words.Document();

@yehuda.alon,

Thanks for your inquiry. Please note that Aspose.Words does not load the PCL file into its DOM. However, you can save the documents e.g. DOCX, DOC, HTML to PCL. Please let us know if you have any more queries.

Our goal is to convert the pcl file into Pdf.
How can that be done?

@yehuda.alon,

Thanks for your inquiry. You can use Aspose.Pdf to convert PCL to PDF. Please refer to the following article.
Convert PCL File to PDF Format

Thanks. This does the job.
You may close the case.