Aspose.PDF for JAVA - PCL to PDF

Hi,

Is there any sample codes on converting PCL to PDF in Java?

This message was posted using Page2Forum from Technical Articles - Aspose.Pdf for Java

Hi Justthor,

I hope following code can fulfill your requirements.

// Pdf instance
Pdf pdf= new Pdf();
// path of PCL file
pdf.bindPCL("test.pcl");
// save the PDF file
pdf.save("ConvertedPdf.PDF");

Hi Justthor,

Thanks for your interest in our products.

From Aspose.Pdf for Java versoin 2.8.0 begins support for converting PCL files into PDF documents. Kindly check the following documentation links for details as per your requirement.

PCL to PDF, better TrueTypeFont, stable image to PDF conversion

Aspose.Pdf for Java 2.8.0

Please do let us know if you need any further assistance.

Thanks & Regards,