pdf print

PDF Print does not retain the USPC barcode font

I was testing your product for use and ran into one problem.  It is being used to print out mail, however it does not retain the USPC barcode font and instead uses a font which prints out letters instead of the barcode lines.  The font is installed on the computer being used and does show correctly on the .pdf being sent to the printer.  Any Ideas?
=============================================
Please run following command lines to print your PDF file again,

pdfprint.exe -shell C:\test.pdf
pdfprint.exe -shell2 C:\test.pdf
pdfprint.exe -raster2 C:\test.pdf
pdfprint.exe -useembedfont C:\test.pdf

Can you print your PDF file properly with above command lines?

VeryPDF
=============================================
pdfprint.exe -useembedfont C:\test.pdf

Worked.  Thank you for your assistance.
=============================================
What version of Visual studios is needed for the  verypdf  sdk ?
=============================================
You can compile SDK examples in any version of Visual Studios, from Microsoft Visual Studio 6.0 to Microsoft Visual Studio 2010.

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)
verypdf blog

PCL to PDF Conversion Issues

We provide document management solutions to financial institutions and have a problem with the current PCL to PDF converter that we are using for one of our products.

We currently take in a PCL print stream that was sent to the IP address of a virtual printer.  This virtual printer captures the stream and runs it through VeryPDF version 2 to convert the PCL code to PDF.  We have discovered that one of our customers sends us 3 separate PCL streams, 1 with form data, and two with what I am assuming is overlay data.  I need to find a PCL to PDF converter that will be able to accept the 3 streams that we are receiving through our virtual printer utility and create a single PDF where we call the converter with our Virtual Printer Utility through API calls.

Please let me know if this is something your company can assist us with.

Thank you,
=====================================
Thanks for your message, our PCL to PDF Converter does support “overlay” function, you can overlay some PDF files to PCL converted PDF files easily, please refer to following command lines,

"C:\Program Files\VeryPDF PCL Converter v2.0\pcltool.exe" -templatefirst temp1.pdf -templatefollowing temp2.pdf test.pcl test.pdf
"C:\Program Files\VeryPDF PCL Converter v2.0\pcltool.exe" -template temp.pdf test.pcl test.pdf
"C:\Program Files\VeryPDF PCL Converter v2.0\pcltool.exe" -templateatbottom -template temp.pdf test.pcl test.pdf

If these parameters are still can’t meet your requirement, we can also provide the customized development service to best meet your requirement.

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)
pdf to html converter

Problems while eavaluating pdf2html

I'm evaluating pdf2html v.2.0. I have a problem with one file, that pdf2html refuses to convert. The error message is:
Can't extract information from the c:\file.pdf file. Perhaps the PDF file is encrypted. Please double check this PDF file.

But ... that file is NOT encrypted. It was created with Adobe Acrobat X Pro.

I think about buying this Software but I cannot do this as long as there are difficulties with some files.
=======================================
We apologize for any inconvenience this may have caused to you, we suggest you may download PDF2HTML Command Line End User License v3.2 from following web page to try, we hoping this product will work fine to you,

https://www.verypdf.com/pdf2htm/index.html#dl
https://www.verypdf.com/pdf2htm/pdf2html_cmd.zip

after you unzip it to a folder, you can run following command line to convert your PDF fileto HTML file easily,

pdf2html.exe -noimg C:\in.pdf C:\out.htm
pdf2html.exe -onehtm C:\in.pdf C:\out.htm
pdf2html.exe -oneword C:\in.pdf C:\out.htm
pdf2html.exe -homeurl "https://www.verypdf.com" C:\in.pdf C:\out.htm

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)
doc to any converter

we need to convert DOC, Excel, TIF, JPG and other common available format to PDF

We are developing java based web application and we need to convert DOC, Excel, TIF, JPG and other common available format to PDF.
Can you let us know whether we can use your software for same or not.
=============================
Thanks for your message, our VeryDOC DOC to Any Converter is able to convert DOC, Excel, TIF, JPG and other common available format to PDF file, you may download the trial version of DOC to Any Converter from following website to try,

http://www.verydoc.com/doc-to-any.html

VeryPDF
=============================
Can we convert JPG, tiff, GIFF and other image to PDF also with very doc? Can we integrate with JAVA?
=============================
In general, VeryDOC DOC to Any Converter is great to convert office documents to PDF files, for the image files, such as JPG, tiff, GIFF and other image formats, you should better use our Image to PDF Converter product, Image to PDF Converter does convert image files to PDF files quickly enough,

https://www.verypdf.com/tif2pdf/tif2pdf.htm#dl

VeryPDF
=============================
Can we convert converted PDF to B/w or grey cell through your converter?
=============================
Do you wish convert PDF file to BW or grayscale image files? If yes, you can use our PDF to Image Converter to this work, our PDF to Image Converter can convert PDF file to BW or grayscale image files,

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

VeryPDF
===============================
Can we convert multiple files to single PDF using command line using VeryDOC DOC to Any Converter.
==============================
Yes, you can append several documents into one PDF file by following example command lines,

doc2any.exe -append 2 -width 612 -height 792 C:\*.doc C:\out.pdf
doc2any.exe -append 2 C:\*.doc C:\out.pdf
doc2any.exe -append 1 C:\in.doc C:\out.pdf
doc2any.exe -append 2 C:\in.doc C:\out.pdf

VeryPDF
=======================================
Can we create multipage tiff also?
=======================================

Yes, you can use VeryDOC DOC to Any Converter to create multi-page TIFF file by -multipagetif parameter, for example,

doc2any.exe -multipagetif -useprinter -compression 88880 "C:\in.doc" C:\out.tif

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)
docconverter com, pdfcamp printer

PDFcamp Printer Technical Sales Question

We have a large scale cloud app that runs on web server front-ends back-ended by a large database server.  We want to email PDF files to our customers that are queued up either by the customer or by batch programs that run typically at night.  Web servers are Windows 2008 RS2.  We would create and run batch files similar to your examples at, https://www.verypdf.com/pdfcamp/convert-html-to-pdf.html.  The app runs under SSL and additional security information would be supplied to each page by URL parameters.

Can you recommend which one (or a combination) of your packages we should use to test capability?  If there are multiple choices, can you contrast price vs. server efficiency/impact.  (E.g., what has to be installed on the server and how does it impact performance.)

Also, can you tell me if the packages are licensed by server or by domain… or is there an option?  I’d like to be able to talk to you, but if you are not able to accommodate that, I understand.

Thanks very much in advance,
=========================================
Thanks for your message, you can install our PDFcamp Printer + DocConverter COM to your server, then you can convert HTML files to PDF files on your server easily.

The cost of DocConverter COM Server License is USD299 per server, you can download and purchase it from following web page,

https://www.verypdf.com/pdfcamp/pdfcamp.htm#dl

our product is licensed by per server, not by domain, you can call it form any number of domain applications.

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)