![]() |
Need Help: Convert .pcl file to .pdf file - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Need Help: Convert .pcl file to .pdf file (/thread-38177.html) |
Need Help: Convert .pcl file to .pdf file - ManuRaval - Sep-12-2022 I need your help to know how to convert .pcl file to .pdf using python code. Can you please suggest the python library or code to convert .pcl file to .pdf using python code? RE: Need Help: Convert .pcl file to .pdf file - Larz60+ - Sep-12-2022 By .pcl file, do you mean HP 'printer control language' file? RE: Need Help: Convert .pcl file to .pdf file - ManuRaval - Sep-12-2022 Yes, it's Printer Control Language (PCL) file. RE: Need Help: Convert .pcl file to .pdf file - Larz60+ - Sep-12-2022 Please share the file you want to convert. Otherwise there is very difficult to comment properly. RE: Need Help: Convert .pcl file to .pdf file - ManuRaval - Sep-13-2022 OK sure. But how can I will share file with you? any suggestion? In post attachment it does not support pcl file . RE: Need Help: Convert .pcl file to .pdf file - snippsat - Sep-13-2022 Can try GroupDocs register to get free Api key,then can use Api for conversion. Convert PCL to PDF via Free App or Python RE: Need Help: Convert .pcl file to .pdf file - ManuRaval - Sep-13-2022 (Sep-13-2022, 01:18 PM)snippsat Wrote: Can try GroupDocs register to get free Api key,then can use Api for conversion. OK sure. I will check it. Thank You. |