How to convert from PCL files to PDF files and add barcode text stamp to PDF files?

I downloaded free version of VeryPDF PCL Converter 2.7 to try to add a barcode to a document but the test file doesn't work. I work with windows 2010. Free 3 of 9 is not found but the fonts is present on the PC and it works on word.
Could you help me?

Customer
---------------------------------------------

image
Thanks for your message, please by following steps to add barcode to a PCL converted PDF document,

1. You can use PCL Converter to convert a PCL file to PDF file first,

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

Here are sample command lines to convert from PCL files to PDF files,

   pcltool.exe C:\in.pcl C:\out.pdf
   pcltool.exe C:\in.pcl C:\out.ps
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A3\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A4\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=Ledger\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=Letter\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A4\" \"-J@PJL SET DEFAULT ORIENTATION = LANDSCAPE\"" C:\in.pcl C:\out.pdf
   pcltool.exe C:\*.pcl C:\*.pdf
   pcltool.exe -append 2 C:\*.pcl C:\out.pdf
   pcltool.exe -append 2 C:\*.pxl C:\out.pdf
   pcltool.exe C:\filelist.txt C:\out.pdf
   pcltool.exe -xres 200 -yres 200 C:\in.pcl C:\out.pcx
   pcltool.exe -append 1 C:\in.pcl C:\out.pdf
   pcltool.exe -append 2 C:\in.pcl C:\out.pdf
   pcltool.exe -subject "subject" C:\in.pcl C:\out.pdf
   pcltool.exe -ownerpwd owner -keylen 2 -encryption 3900 C:\in.pcl C:\out.pdf
   pcltool.exe -bookmark 3 C:\in.pxl C:\out.pdf
   pcltool.exe -mergepdf "C:\1.pdf|C:\2.pdf|C:\3.pdf" C:\out.pdf
   pcltool.exe -mergepdf "C:\*.pdf" C:\out.pdf
   pcltool.exe -mergepdf "C:\filelist.txt" C:\out.pdf
   pcltool.exe -mergepdf "C:\test-extraction.pdf*10-15 C:\out10-15.pdf
   pcltool.exe -mergepdf "C:\test-extraction.pdf*500-501 C:\out500-501.pdf
   pcltool.exe -burstpdf "C:\test.pdf" C:\out.pdf
   pcltool.exe -rotate 90 C:\in.pcl C:\out.pdf
   pcltool.exe -rotate 90 C:\in.pcl C:\out.tif
   pcltool.exe -raster C:\in.pcl C:\out.pdf
   pcltool.exe -width 800 -height 600 C:\in.pcl C:\out.tif
   pcltool.exe C:\in.pcl "C:\out %04d.tif"
   pcltool.exe C:\in.pcl "C:\out put%d.jpg"
   pcltool.exe -templatefirst temp1.pdf -templatefollowing temp2.pdf test.pcl test.pdf
   pcltool.exe -templatefirst temp1.png -templatefollowing temp2.png test.pcl test.pdf
   pcltool.exe -templatefirst temp1.tif -templatefollowing temp2.tif test.pcl test.pdf
   pcltool.exe -templatefirst transparent1.png -templatefollowing transparent2.png test.pcl test.pdf
   pcltool.exe -template temp.pdf test.pcl test.pdf
   pcltool.exe -templateatbottom -template temp.pdf test.pcl test.pdf
   pcltool.exe -mapfont "mapfont.ini" C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont default C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont "C:\mapfont.ini" C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont "C:\mapfont.ini" -embedfonts yes C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont "C:\mapfont.ini" -embedfonts no C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "*00432530070000006081*" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "*####################*" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "*#??????????????????#*" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "??????????????????????" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -bitcount 1 -xres 1200 -yres 1200 -raster -width 612 -height 1008 -pclcmd "\"-J@PJL SET PAPER=A3\"" Legal.pcl Legal.pdf
   pcltool.exe -bitcount 1 -xres 1200 -yres 1200 -raster -width 612 -height 1008 -pclpaper A3 Legal.pcl Legal.pdf
   pcltool.exe -rotatepages 2 C:\in.pcl C:\out.pdf
   pcltool.exe -rotatepages 3 C:\in.pcl C:\out.pdf
   pcltool.exe -orient 2 C:\in.pcl C:\out.pdf
   pcltool.exe -orient 2 -pclpaper A4 C:\in.pcl C:\out.pdf

2. After you get the PDF file, you can use PDF Stamp Command Line to add barcode text to PDF pages, you may download PDF Stamp Command Line from this web page,

https://www.verypdf.com/app/pdf-stamp/try-and-buy.html#buy-cmd
https://www.verypdf.com/pdfstamp/pdfstamp_cmd.zip

You can run following command line to add barcode text to PDF pages,

pdfstamp.exe -pdf pdftest.pdf -o pdftest-out.pdf -at 1234567890 -ft "Free 3 of 9"

Please look at following web pages for more information,

https://www.verypdf.com/wordpress/201109/pdf-stamp-command-line-is-support-barcode-now-2395.html

https://www.verypdf.com/wordpress/201109/add-a-barcode-to-a-pdf-file-with-your-pdfstamp-and-font-%E2%80%9Cfree-3-of-9%E2%80%9D-2413.html

https://www.verypdf.com/wordpress/201112/add-barcode-text-into-pdf-file-by-pdfstamp-sdk-product-17777.html

https://www.verypdf.com/wordpress/201109/insert-barcode-stamp-to-pdf-pages-2487.html

https://www.verypdf.com/wordpress/201109/barcode-text-not-shown-if-free-3-of-9-truetype-font-not-installed-2458.html

https://www.verypdf.com/wordpress/201603/how-to-add-or-stamp-barcode-to-pdf-pages-we-need-add-gs1-128-barcode-to-the-pdf-file-42394.html

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (2 votes cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
How to convert from PCL files to PDF files and add barcode text stamp to PDF files?, 10.0 out of 10 based on 2 ratings

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!