VeryPDF PDF2Image Software

Good Tuesday Morning,

We recently purchased your VeryPDF PCL Converter software and are using it, as a call from our application, to convert PCL code from a printer into PDF format and send it into Laserfiche.  All of that is working well.

What I would like to do is convert that resulting PDF to a Group IV .TIFF before sending it into Laserfiche.  I have downloaded a Demo copy of your VeryPDF PDF2Image Software and wanted to know if it can be called from our application (like the VeryPDF PCL Converter software) using batch commands.  I have been attempting to test with it and haven’t been able to get it to work yet.  In fact, it just hangs, and I end up having the kill the services.

Here is my code to call the software:

PDFToImageConverter("%F","D:\Temp\Planetpress\outputs\OUTPUT.tif",NULL,NULL,200,200, 1,COMPRESSION_LZW,100,FALSE,TRUE,-1,-1)

Thank you in advance for your input.
==============================
Please use a real PDF filename to replace "%F" and use COMPRESSION_CCITTFAX4 to replace COMPRESSION_LZW to try again, for example,

PDFToImageConverter("D:\temp\test.pdf", "D:\Temp\Planetpress\outputs\OUTPUT.tif",NULL,NULL,200,200, 1, COMPRESSION_CCITTFAX4, 100, FALSE,TRUE,-1,-1);

Can you work fine with above source code?

You can also download PDF to Image Converter from following web page to try, you can call PDF to Image Converter command line from your code to convert PDF file to CCITT G4 compressed TIFF file easily,

http://www.verydoc.com/pdf-to-image.html

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

One Reply to “VeryPDF PDF2Image Software”

  1. Keep up the fantastic piece of work, I read few posts on this web site and I believe that your weblog is real interesting and holds circles of fantastic information.

    VA:F [1.9.20_1166]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.20_1166]
    Rating: 0 (from 0 votes)

Leave a Reply to Ruben Golebiewski Cancel 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!