up vote 1 down vote favorite
1
share [g+] share [fb]

I need to retire 15 years old system and preserve all data. It can only print documents into specific printer HP LaserJet 5. I can print documents into PCL files and looking for ways to convert all this files into PDFs programmatically. Preferably in C#. Can anybody recommend good library or command line tool? Preferably free ;-)

link|improve this question
feedback

5 Answers

up vote 0 down vote accepted

The simplest solution I found is VeryPDF PCL Converter http://www.verypdf.com/pcltools/index.html. It has command line mode, GUI (for command line), batch mode and only cost $125. My company has been pay for it. Hope this will help somebody too.

link|improve this answer
feedback

I've used Visual Softwares pcl2pdf on several projects, it worked well for me.

link|improve this answer
It cost $895 compare to $125 for VeryPDF PCL Converter. – Dmitri Kouminov May 27 '09 at 20:52
feedback

We are currently using Lincoln's PCL to PDF converter. It was simple to call and provides embed into our C# application. It also provides good feedback in terms of Events when a page has been converted etc so you can even add progress bars etc.

Lincoln PCL to PDF Converter

link|improve this answer
feedback

There are several PCL Transformation products on the market that can handle simple PCL and meet simple requirements. PageTech's PCLTool SDK is the product you need when all the other products can't meet all your requirements like: extract the address text for mailing optimization, editing the PCL on-the-fly, splitting, merging, inserting barcodes/OMR marks, auto-indexing or optimizing the PCL. The demo is at www.pagetech.com. Two of the products previously mentioned are poorly supported products that are private labelled from the developers.

link|improve this answer
feedback

The commandline tool GhostPCL[1] (part of GhostPDL), by the same developers as Ghostscript, can convert PCL to PDF. Recent changes in their public source code repository[2] provide a fully integrated source tree encompassing Ghostscript, GhostPCL and GhostXPS. This includes MS Visual Studio *.sln and *.vcproj files to build all or part of their products. License is GPL or commercial (commercial licenses to be obtained from Artifex[3]):

  • [1]: http://www.ghostscript.com/GhostPCL/
  • [2]: http://svn.ghostscript.com/
  • [3]: http://www.artifex.com/
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.