PCL -> PDF (Not supported file type)

Team,
We are trying to evaluate group docs conversion product (java) for our org to convert pcl to pdfs.
I get a com.groupdocs.conversion.exceptions.GroupDocsConversionException: Not supported file type error. I tried uploading the same file through your Online PCL to PDF Converter | Free GroupDocs Apps and I get the same error. Do you support pcl? Do i have to anything extra to enable this conversion?
Convert PCL to PDF in Java

I am using 21.4 version of your product

com.groupdocs groupdocs-conversion 21.4

–code I am using
InputStream resource = new ClassPathResource(“sample.pcl”).getInputStream();
Converter converter = new Converter(resource);
PdfConvertOptions options = new PdfConvertOptions();
try (FileOutputStream fileOutputStream = new FileOutputStream(“output.pdf”)) {
converter.convert(fileOutputStream, options);
}

@rguntupalli

Could you please share the problematic PCL and we’ll look into this scenario? Yes, PCL to PDF is supported.

http://openpcl.sourceforge.net/
You can try the sample PCL file there. We use PCL 5 version

@rguntupalli

This issue is reproduced at our end using the sample PCL. Hence, we’ve logged this issue in our internal issue tracking system with ID CONVERSIONJAVA-1330 for further investigation. You’ll be notified in case of any update.

A post was split to a new topic: PCL to PDF conversion