How to convert all PCL files in a folder and sub folders to PDF files from Command Line?

What about the PCL converter Command Line tool? When I click on the application, it opens a window that says "Press any key to continue" then I press a key and the window closes. Nothing happens.

Let me know.

Thanks
Customer
--------------------------------------------
Also, is there a way to copy and convert directory and sub directory structures when converting? I have PCL files stored in folders by year and then pcl files are in the month of each year.

So file structure is Year/Month/pcl files and I want to put the converted files in the same structure with out having to convert each year month by month.

Thanks
Customer
--------------------------------------------

https://www.verypdf.com/app/pcl-converter/try-and-buy.html

image

>>What about the PCL converter Command Line tool? When I click on the application, it opens a window that says "Press any key to continue" then I press a key and the window closes. Nothing happens.

You need run cmd.exe first, please look at following web page to launch a CMD window, then you can run pcltool.exe in this CMD window to convert PCL files to PDF files,

https://veryutils.com/blog/top-10-methods-to-run-a-command-line-window-in-windows-10/

>>Also, is there a way to copy and convert directory and sub directory structures when converting? I have PCL files stored in folders by year and then pcl files are in the month of each year.
>>So file structure is Year/Month/pcl files and I want to put the converted files in the same structure with out having to convert each year month by month.

You can run following command line to convert all of your PCL files in a folder and sub folders to PDF files,

for /r D:\temp %F in (*.pcl) do "C:\Program Files (x86)\VeryPDF PCL Converter v2.7\pcltool.exe" "%F" "%~dpnF.pdf"

for %F in (D:\temp\*.pcl) do "C:\Program Files (x86)\VeryPDF PCL Converter v2.7\pcltool.exe" "%F" "%~nF.pdf"

for %F in (D:\temp\*.pcl) do "C:\Program Files (x86)\VeryPDF PCL Converter v2.7\pcltool.exe" "%F" "%~dpnF.pdf"

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!