docprint pro

Free tools and utilities included in docPrint PDF Driver

1.  What is the difference between setup.exe and setupx64.exe?  Can I always just run setup.exe on any workstation?

2.  There are many other exe files in the psdriver folder.  Are there any that I will need to know what they mean?

3.  I was able to write code to test for when the file was done printing by trying to rename the file and testing for errors.  It seems to work.

Do you think this will be okay to do so that I do not have to access the registry HKEY_CURRENT_USER\Software\verypdf\pdfcamp PrintingStatus=?? for this operation?
========================
setup.exe is an install for x86 system,
setupx64.exe is an installer for x64 system.

Yes, you can always use setup.exe to install the printer, on the x64 system, setup.exe will call setupx64.exe automatically on the x64 system.

addpdfprinter.exe is used to add more PDF printers into system, it is useful for concurrent printing purpose.
batchaddprinters.bat will install 20 PDF printers into system at one time.
convert.exe will convert image format, it is called by PDF Driver internally.
pdfconfiggui.exe will configurate the parameters to PDF Drivers, you can use it to set parameters to more PDF Printers.
pdfcp.exe is call by PDF Driver internally, it will convert PS files to PDF, EPS, TIFF, JPG, PNG, etc. vector and raster image formats.
tiffcp.exe is used to compress TIFF files.
trimimage.exe is used to crop and trim image files, it will remove the margins from image files.
Other DLL files are called by PDF Driver internally.

Yes, try to rename the output PDF file is a good solution, because if PDF file is in use, the rename function will always fail, so you can use rename function to check if PDF file be created completely or not, if the output PDF file is still in use, rename function will failed immediately.

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

drag and drop a PDF into the web page and generates a PDF file

I am not building an API but an online application where the user can drag and drop a PDF into the web page and it generates a PDF. What kind of license would I need to be allowed to do this?
======================
You need to purchase the server license, after you purchased server license, you can call it from your server to convert documents.

VeryPDF
======================
Could you provide me with a link to the product info?
======================
Thanks for your message, do you wish convert office and html files to PDF files from your website application? If yes, you can download docPrint Pro v5.0 from following web page to try,

https://www.verypdf.com/artprint/index.html#dl

please refer to following web page for more information about "How to call docPrint SDK from VB, C#, ASP, PHP etc. program languages?",

https://www.verypdf.com/artprint/docprintsdk.htm

you can look at more Archives about docPrint Pro at following web page,

https://www.verypdf.com/wordpress/category/docprint-pro

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

move doc2pdf.exe to a new machine

We have installed doc2pdf on one machine but don’t want to use that machine anymore, we now want to use another. In terms of transferring the license over, do we just run Add/Remove programs and uninstall from the first machine and then install it on another machine and enter in the registration key? Is there anything else we need to do?
=========================
Thanks for your message, you can simple uninstall the product from old PC, install it to your new PC, register it by your original license key, then you can use it on your new PC properly.

VeryPDF
=========================
Thanks for your prompt reply.

Ok the situation is that on one computer that we’ve got doc2pdf installed on, we get this message when we try to run it manually from the command line to convert a multi page tiff to single page tiffs.

When we uninstall it and install it on another computer we don’t get this message on the other computer. In both cases when we install the program we register it so it’s not a trial version. We perform the same installation steps on both machines so there’s no reason it shouldn’t work in the same way on both.

Can you tell us why the ‘trial version’ message appears on one machine but not another?
=========================
You can delete following item from registry first,

HKEY_CURRENT_USER\Software\verypdf\pdfcamp

Print a document to docPrint, you will see a registration prompt dialog, please input your license key into it, you can register it properly.

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, html converter (htmltools)

HTML to WMF browser height/width limits

Hello!

I'm trying your software (HTML Converter) to consider, but it seems that browser's width and height's are limited to 1024. But we need much more!! Like 1920x1080 or 1920x2160 or 3840x2160

Is it possible?
========================
We apologize for any inconvenience this may have caused to you, we will research this problem shortly.

In the meantime, you may download the trial version of docPrint Pro v5.0 from our website to try,

https://www.verypdf.com/artprint/index.html#dl

docPrint Pro v5.0 hasn't any limitation to the web browser's width and height, you can use following command line to set web browser's width and height,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s "ShowHTMLRect=[0,0,1024,768]"  -s "ShowHTMLStatusBar=1" -i "https://www.verypdf.com/artprint/index.html" -o C:\output.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)
docprint pro

I am looking for an application/driver that will create a PDF or postscript file and then possibly merge the files in to one PDF or one Post script file.

I am a consultant at software house in XXXXXX and I am looking for an application/driver that will create a PDF or postscript file and then possibly merge the files in to one PDF or one Post script file.  If possible this all needs to be automated so where the files are saved it automatically saves to a location and gives it an appropriate filename.

To explain this further I am looking to integrate this in to one of our applications which does a batch print of documents where the items are queued up ready to be printed.  When in the application we are able to send numerous print jobs to the printer (They are stored in the database as rtf).  Our application uses the default printer settings on the PC so ideally there will be software behind the printer driver that controls the printer settings (i.e. where the file is saved, naming format etc).  Do you have a product that can achieve this and is it possible to send numerous print jobs to print to one file?

Hopefully my email makes sense.  Let me know if this is possible or not or if you need to contact me by phone or email if you need further explanation.

Thanks.
===============================
Thanks for your information, our docPrint Pro v5.0 has ability to create PDF or Postscript files from Windows printable documents, you can download the trial version of docPrint Pro v5.0 from following web page to try,

https://www.verypdf.com/artprint/index.html#dl

https://www.verypdf.com/artprint/docPrint-sdk.zip

after you installed it, please run following application prior to the printing,

"C:\Program Files\docPrint Pro v5.0\psdriver\pdfconfiggui.exe"

pdfconfiggui.exe is the Virtual Printer Configuration Utility, you can set the “Output Type” to PDF, PS, EPS, JPEG, TIFF, BMP, PCX, PNG etc. formats,

docPrint PDF Driver Save As Options
docPrint PDF Driver Save As Options

After you set the “Auto Save” options to docPrint PDF Driver, please print a document to docPrint PDF Driver, docPrint PDF Driver will create an output file at pre-defined automatically.

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)