pdf print

pdfprint problem

Recently we have purchased your pdf solution for prints pdf for line command
We use the software for prints labels that are generated online our operating system is windows xp.
But some of then no are printed and pdfprint returns error 11.
C:\pdf>PDFPRINT 1.PDF
Thank you for choosing our product.
Printing '1.PDF' file...
Printing 1 page...
Time of printing is: 157ms(0.16s)
Exit Code = 11
C:\pdf>
can you help us ? I upload the errorred pdf.
=======================================
Thanks for your message, please refer to following error codes,

int WINAPI VeryPDF_PDFPrint(LPCTSTR lpCommand)

Return values:
0: Print PDF file successfully.
-10: PDFPrint Library is damaged.
-11: Something is wrong in the command line options.
-101: Can’t start “spooler” service, please start “spooler” service from Service Manager by manual.
-4: Can’t locate specify printer in this computer.
-12: Can’t open specify printer.
-13: Something is wrong when set options to printer.
-5: No input PDF file for printing.
9: Password Required to open this PDF file.
Other values: Something is wrong during render PDF file.


Please refer to more technologies about pdfprint at following web page,

https://www.verypdf.com/wordpress/category/pdf-print
VeryPDF
=======================================
Reviewing your list, it seems that the error due me is "-11: Something is wrong in the command line options.",
but is a message too general to know what is the problem, especially when the line that I use is "pdfprint 1.pdf" can't be more simpler.

I have sent the file you the file that I try to print, you can give more specific help?
=======================================
Please deliver the full path of PDF file to VeryPDF_PDFPrint() function to try again, for example,

char *lpPDFName = "D:\temp\1.pdf";
char *lpRegcode = "XXXXXXXXXXXXXXXXXXXX";

char szCommandLine[1024];
sprintf(szCommandLine,"pdfprint \"-$\" \"%s\" -pdforient 4 -scalex -1 -scaley -1 \"%s\"", lpRegcode,lpPDFName);
int nRet = VeryPDF_PDFPrint(szCommandLine);
printf("Return Value = %d\n",nRet);

We hoping above sample code will work fine to you, please give it a try.

If you are using PDFPrint Command Line application, you can run following command line to print your PDF file in CMD window,

Pdfprint.exe C:\test.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)
image to pdf converter

Adobe Reader is show “not enough data for the image” message

I have been using Image2PDF v 3.2 for 4 years and everything was great until recently. I scan images as Tiff files then convert to PDF. Over the last several weeks, the people I am sending the pdf documents to via email cannot print or open the files. They are saying there is not enough data. I am assuming they are using adobe to open the file because when I open it with adobe it gives me the same message. What can I do?
=======================
It seems something is wrong in your input TIFF file, you may open the TIFF file in Image Viewer application and save to a new TIFF file, you can convert new TIFF file to PDF file by Image2PDF product again, this will solve this problem to you.

You can also email to us your sample TIFF file for checking, after we checked your TIFF file, we will come back to you shortly.

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

PDF File Creation

Can you please email us your trial version like how to make PDF File
from word format as well as From PDF file to
word format

==============================

Please download following products from our website to try,

You can use PDFcamp Printer to print MS Word document to PDF file,

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

You can use our PDF to Word Converter to convert PDF file to MS Word document,

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)
docprint pro

Does version 3.3 of docprint pro support win 7 64 bit?

Does version 3.3 of docprint pro support win 7 64 bit?  If not what are my upgrade options? Thanks,
==========================
Thanks for your message, docPrint Pro v3.3 doesn’t support Windows 7 64bit system, you need upgrade it to docPrint Pro v5.0, docPrint Pro v5.0 does support Windows 7 64bit system.

The upgrade cost is 50% of purchase price, if you wish upgrade to latest version, please email to us your original Order ID, we will send the upgrade web page to you shortly.

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)
advanced pdf tools

temporary license key for Advanced PDF Tools

Good afternoon,

We are interested in purchasing an Advanced PDF Tools license for one of our servers, but it’s a requirement that we test the software prior to any purchase. The trial version you provide is limited to optimizing the first half of the first page. Please let me know how I can get temporary access to a full version of the Advanced PDF Tools in order to optimize a full document and check the results, before I submit a purchase request to my manager.

Your assistance is appreciated.
Please call me if you have any questions.
==============================

Thanks for your message, we haven’t a temporary license for evaluation purpose, although the trial version is hide 50% pages from output PDF file, but it doesn't affect the evaluation, because it is just hide the half pages (50% pages) from output PDF file, but it doesn't delete these pages from output PDF file physically, so it doesn't affect the file size of output PDF file, after you purchased it, these half pages (50% pages) will be shown in the output PDF file.

VeryPDF
============================== 

Thanks for your reply. So you're saying the trial version and the full version will produce the same physical file with the same size, correct?
==================================
Yes, you are right, the trial version and full version will produce the same physical file with the same size.

Also, if you wish compress the PDF file size, you can download PDF Optimizer from our website to try,

https://www.verypdf.com/pdfinfoeditor/index.html#dl
https://www.verypdf.com/pdfinfoeditor/pdfopt.zip

after you download and unzip it to a folder, you can run following command line to optimize and compress your PDF file,

pdfopt.exe -mode 4 test.pdf out.pdf

you can also use VeryDOC PDF Compressor to compress the PDF file by JBIG2 and JPEG2000 compression arithmetic,

http://www.verydoc.com/pdfcompressor.html

VeryPDF
==================================

Thanks for your help. I am using the following command and the file size only decreased from 16015 KB to 16007 KB and this is not much..

C:\pdftools>pdftools -S "linearize=true" -i C:\Web.pdf -o C:\Web_Optimized.pdf "-!" "True" -w 2 -e ""

The location of the file online in case you want to check it is: http://www.hancockbank.com/home/PropertiesForSale/Web%20-%20Properites%20for%20Sale%20Daily.pdf
==========================
Please download VeryDOC PDF Compressor product from following web page to try, you can use VeryDOC PDF Compressor product to compress this PDF file up to 2.31MB, it is 85% smaller than original PDF file,

http://www.verydoc.com/pdfcompressor.html

http://www.verydoc.com/url/pdfcompressor.zip

you can run following command line to compress your PDF file,

C:\>pdfcompressor.exe -gi jpg -gidown -gidownres 72 -gidowntype 1 -ci jpg -cidown -cidownres 72 -cidowntype 1 -mi fax -midown -midownres 72 -midowntype 1 "D:\downloads\Web - Properites for Sale Daily.pdf" "D:\downloads\Web - Properites for Sale Daily2.pdf"
===========================================
Input File = "C:\Users\Temp\pdf6A77.tmp.pdf"
Output File = "D:\downloads\Web - Properites for Sale Daily2.pdf"
Original PDF file size   =  16.40MB (16400.49KB, 16400488 Bytes)
Compressed PDF file size =   2.42MB (2424.95KB, 2424945 Bytes)
Compression Ratio        = 85.21%
===========================================

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)