docprint pro

How to capture various pieces of data from a receipt printer to an external database / website / computer?

We'd like to convert the SPL file to PDF (I'd previously done this successfully using your other software), is this still possible?

btw, I'm using docPrint Pro v8.0 to capture print jobs and save them to PDF files carefully,

https://www.verypdf.com/app/document-converter/try-and-buy.html

Customer
---------------------------------------------------
If you just want to convert from SPL files to PDF files, you may download and buy "VeryPDF SPL to PDF Converter Command Line" from following web page,

http://www.verypdf.com/app/hookprinter/try-and-buy.html#spl-to-pdf-cmd

You can use "VeryPDF SPL to PDF Converter Command Line" to convert from SPL files to PDF files easily.

HookPrinter SDK has some incompatible issues with Windows 10 and Windows 11 systems, we need more time to research this problem, you can close AnyDesk on your system now.

In fact, we would like to discontinue the maintenance for HookPrinter SDK product, because HookPrinter SDK is running at system kernel level, every time when Windows upgrades, it will affect the HookPrinter SDK software, we have to upgrade the HookPrinter SDK software, as you can imagine, this is a very difficult thing to do.

So, if possible, I suggest you may use "-forwardprinter" option in docPrint Pro v8.0 software, with "-forwardprinter" option, you can print the documents to docPrint Printer first, docPrint Printer will capture printed documents, save them to PDF files, and then forward printing jobs to target printer again, everything will be done at background, we hope this solution will useful to you.

http://www.verypdf.com/wordpress/202202/about-your-printing-forwarding-technology-forward-print-jobs-to-another-printer-in-docprint-pro-software-46003.html

http://www.verypdf.com/wordpress/202008/how-can-i-capture-the-printed-documents-and-send-them-to-someone-by-email-or-store-them-to-a-server-45724.html

If you are prefer to use HookPrinter SDK software, we can develop a custom-build version of HookPrinter SDK to you at additional development cost, we will solve all incompatible issues in this custom-build version, if you are interested in this solution, please feel free to let us know your detailed requirements, we will provide a quote to you shortly.

VeryPDF
---------------------------------------------------
Awesome, that sounds like an even better solution than the original. I will do some testing at home then begin trailing in store. Could we also run an exe or command line after the forwarding is complete to upload the file to a cloud etc.?

Also, do I just need Document Converter (docPrint PRO) or do I need that and the Document Printer SDK? Or something else too?

Customer
---------------------------------------------------
>>Awesome, that sounds like an even better solution than the original. I will do some testing at home then begin trailing in store. Could we also run an exe or command line after the forwarding is complete to upload the file to a cloud etc.?

Yes, you can run an EXE after printing is finished, that's no problem.

>>Also, do I just need Document Converter (docPrint PRO) or do I need that and the Document Printer SDK? Or something else too?

You just need docPrint Pro software, docPrint SDK is for developers, if you are a desktop user, the docPrint Pro software will enough to you.

VeryPDF
---------------------------------------------------
Hi,

Thank you - it seems to work perfectly on initial testing.

Three quick questions I hope you can help me with:

1. When the computer restarts, it seems like I have to go through the installation process again. Is there a work around for this to where the software will install itself? Can I run a exe file that will open HookPrinter on start? I want to always capture jobs and not have to risk the computer restarting.

2. How do I just save PDF files? It seems to save them under a folder each time? I'd just like the PDF file if possible.

3. How do I move these PDFs over to a Google Drive folder? I was thinking of using an executable, if this is the best way, how do I run an exe after the PDF is created?

Thanks for your help as always.
Customer
------------------------------
>>1. When the computer restarts, it seems like I have to go through the installation process again. Is there a work around for this to where the software will install itself?
>>Can I run a exe file that will open HookPrinter on start? I want to always capture jobs and not have to risk the computer restarting.

Yes, this can be done easily, you can create a key in registry, for example,

Run regedit.exe with administrator privilege first, and create following key,

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HookPrinter="C:\Program Files (x86)\docPrint Pro v8.0\HookPrinter\install64.bat"

image

"C:\Program Files (x86)\docPrint Pro v8.0\HookPrinter\install64.bat" contains following command lines,

cd "C:\Program Files (x86)\docPrint Pro v8.0\HookPrinter"
DrvInj64.exe UDvExec/DvExec.Sys/DvExec64.Sys/HKPrn.Dll/HKPrn64.Dll/*//
DrvInj64.exe SDvExec/DvExec.Sys/DvExec64.Sys/HKPrn.Dll/HKPrn64.Dll/*//
DrvInj64.exe LDvExec/DvExec.Sys/DvExec64.Sys/HKPrn.Dll/HKPrn64.Dll/*//

After you reboot and login the system, the HookPrinter layer will be installed automatically.

>>2. How do I just save PDF files? It seems to save them under a folder each time? I'd just like the PDF file if possible.

Please run following command line to launch "HookPrinter" installation dialog,

"C:\Program Files (x86)\docPrint Pro v8.0\artprint.exe" -hookprinter

In this dialog, please select "Output File Format" with "PDF", you will able to get captured print jobs as PDF files automatically.

image

>>3. How do I move these PDFs over to a Google Drive folder? I was thinking of using an executable, if this is the best way, how do I run an exe after the PDF is created?

You can write a simple script or application to monitor output folder, if some PDF files will be created in output folder, your script will copy these PDF files to Google Driver automatically.

Yes, you can use following method to run an exe after PDF file is created,

Please by following steps test "RunExe" in option.ini file,
1. Please open "C:\Program Files (x86)\docPrint Pro v8.0\option.ini" file, set the value of "PATH=" to "D:\runexe.exe" application,
For example,
~~~~~~~~~~~~~~~~~
[RunExe]
PATH=D:\runexe.exe
~~~~~~~~~~~~~~~~~
2. When a PDF file is created, your "D:\runexe.exe" application will be called automatically.

We hoping above steps will helpful for you, please to try.

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)
pcl converter, pdf print

How to print a raw text file with embedded Escape codes to selected printer?

I got a command line tool to send a raw text file to a selected printer (by name)? Printer is WiFi connected.

"raw" meaning a .txt file with embedded Escape codes for controlling print formatting.

Customer
-------------------------------

image
Thanks for your message, it seems your raw text file is a PCL file, so we have a solution to you,

1. You can use VeryPDF PCL Converter GUI/Command Line to convert this raw text file to PDF file first,

https://www.verypdf.com/app/pcl-converter/try-and-buy.html

2. You can use VeryPDF PDFPrint Command Line to print PDF file to selected printer,

https://www.verypdf.com/app/pdf-print-cmd/try-and-buy.html#buy

We hope above solution will useful to you, you may download the trial version of them from our website to try.

VeryPDF

See Also:

PDFPrint Command Line,
https://veryutils.com/pdf-print-command-line

PDF Toolkit Command Line Tools & Utilities,
https://veryutils.com/pdf-toolkit-command-line-tools-and-utilities

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 toolbox command line, pdfstamp command line, text to pdf converter

How to overlay text report and template PDF files together?

Morning,

We have successfully used your TXT2PDF tool for years without any issues.

The Company wants to Brand (Logo) all of the documents being sent out to clients.

Is there a utility that would enable us to transpose the text onto a Form (like Letter Head with Company Logo)?

I was looking at your PDFStamp Product - we could create PDF from Text and then use Stamp for Letter Head/Form?

I used another product years ago that would enable use to create Forms in Word and then we could print on top of them.

Thought we would ask the best solution.

Thank you,
Customer
---------------------------------------------

image
>>Is there a utility that would enable us to transpose the text onto a Form (like Letter Head with Company Logo)? I was looking at your PDFStamp Product - we could create PDF from Text and then use Stamp for Letter Head/Form?

Yes, this is a solution, you can convert text file to PDF file first, and then use Stamp for Letter Head/Form.

>>I used another product years ago that would enable use to create Forms in Word and then we could print on top of them.

Yes, this is another solution, you can create forms in MS Word, save to a PDF file first, e.g., Template.pdf, you can then convert text file to another PDF file, e.g., report.pdf, you can combine report.pdf and Template.pdf together with "overlay" function.

VeryPDF jpdfkit Command Line software has "stamp" and "background" two options, you can use these options to combine two PDF files together, you may download the trial version of jpdfkit from following web page to try,

https://veryutils.com/java-pdf-toolkit-jpdfkit

for example,

java -jar jpdfkit.jar text.pdf stamp image.pdf output combined.pdf
java -jar jpdfkit.jar pdftk text.pdf background image.pdf output combined.pdf

Java PDF Toolkit (jpdfkit) Command Line Examples,

https://veryutils.com/blog/java-pdf-toolkit-jpdfkit-command-line-examples/

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 excel converter, pdf to excel ocr converter, table extractor ocr

How to convert landscape PDF pages with borderless tables into excel or CSV file?

Hi, here I would like to ask regarding this offline application, I would like to purchase the one server version or the dev version.

1. What are the differences between the one server and the developer version?
2. Are the payment for these two version one-time payment too?
3. Is it possible to extract only the table from PDF which for example the PDF has many pages and some of the pages do not have any table but some with multiple borderless and bordered tables.
4. Possible to convert all the tables in the pdf into multiple excel files accordingly?
5. Landscape pages with borderless table, possible to be extracted into excel file?

Customer
------------------------------------------------
>>1. What are the differences between the one server and the developer version?

Thanks for your message, we have more license types, please refer to following information to understand the different licenses,

Desktop License (End User License or Single Personal User License): It can be run from one user account on the computer, it is licensed by per user, you will need to purchase a license for each user who wish to use the product. End user license can't be run on Win2000 Server, Win2003 Server, Win2008 Server, etc. server systems, it can only be run on Win9x, WinXP, Vista, Win 7 etc. non-server systems.

Server License: It can be run on one server/computer with any number of users, it is licensed by per production server/computer (you needn't pay for development/test and backup servers), you will need to purchase a server license for each production server/computer you wish to run Server License on. Server License can be run Windows NT Server, Windows 2000 Server, Windows 2003 Server, Windows 2008 Server etc. server systems. After you purchase a server license for a server, all users on this server will able to use this product without any restrictions.

Please notice: Server License is can only be accessed by all users or applications which reside in this server, you can't place the exe file on a shared folder and use it from several clients. If you wish to use it by this method, you will need to purchase a developer license or purchase a license for each client, and register the software from each client, then each client will able to use the software without any license problem.

Developer License (Royalty Free License): It can be run on any number of servers or computers with any number of users, it is licensed by per developer. Developer License is royalty free for runtime desktop redistribution. Developer License does cover the Server License.

If you wish run our product (Command Line or SDK or COM) on lots of computers, you need purchase Developer License (Royalty Free License), once you purchase the Developer License, you can run our product on any number of computers, you can also integrate our product with your application and distribute it with your own application royalty free.

However, if you will run our product on one server only, the one server license will enough to you, you may choose proper license according to how many computers that you will run our product on.

You may look at full license agreement from following page,

https://www.verypdf.com/custom/license_agreement.htm

If you need Maintenance Service, please refer to our support options from following web page,

https://www.verypdf.com/custom/maintenance.htm

image

>>2. Are the payment for these two version one-time payment too?

The payment is the one time payment, after you buy them, you can use them forever, you needn't pay for it annually.

>>3. Is it possible to extract only the table from PDF which for example the PDF has many pages and some of the pages do not have any table but some with multiple borderless and bordered tables.

Thanks for your message, our PDF to Excel Converter Command Line does able to extract only tables from PDF pages, you may download the trial version of PDF to Excel Converter Command Line from following web page to try,

https://veryutils.com/pdf-to-excel-converter-command-line

>>4. Possible to convert all the tables in the pdf into multiple excel files accordingly?

Our PDF to Excel Converter Command Line does convert all tables into one CSV file, however, if you wish convert from one table to one Excel file, we can develop this function to you at additional development cost, please feel free to let us know if you are interested in this solution.

>>5. Landscape PDF pages with borderless table, possible to be extracted into excel file?

Yes, our PDF to Excel Converter Command Line does able to convert from landscape PDF pages with borderless tables to one Excel/CSV file, that's no problem.

You may download the trial version of PDF to Excel Converter Command Line from above web page to try, please feel free to let us know if you encounter any problem with this software.

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 stamp

I need a software to automatically add watermarks to PDFs before downloading files from a website

Hi,

I have seen a post that customer is looking for a software to automatically add watermarks to PDFs before downloading files from a website.

Short summary of the customer requirement:

  • Software will be installed on-premise on a server.
  • Functionality required:
    • Users are accessing PDFs on a file system
    • Before opening the PDF the software should run the watermark job and add information like user name, time, company name etc. to every page of the document.
    • Once completed the document will be opened with the watermark.
    • The customer would like to ensure with this that information on who accessed the files and when is always printed as a watermark to the PDFs.

But my concern is I have a synology product, is this software compatible to Synolgy as well?

Product model : synology ds420+

Customer
-------------------------------------

image
Thanks for your message, yes, we have PDF Stamp Command Line and PDF Stamp COM/SDK products, you can integrate these products into your application, then you can add watermarks to PDF pages easily.

You may download the trial version of PDF Stamp Command Line and PDF Stamp COM/SDK products from our website to try,

https://www.verypdf.com/app/pdf-stamp/try-and-buy.html#buy-cmd

Our PDF Stamp Command Line and PDF Stamp COM/SDK products are standalone products, they don't require any 3rd software, so I think it should no problem to compatible to Synolgy product.

If you encounter any problem with these products, please feel free to let us know, we will assist you asap.

btw, above products are support Windows system only, if you wish to add watermarks to PDF files on Linux system, you may try the following products,

Java PDFTools (jpdftools.jar) Command Line,

https://veryutils.com/java-pdftools

java -jar jpdftools.jar -$ XXXXXXXXXXXXXXXX OverlayPDF test.pdf .\stamps\Standard.pdf -position foreground _out_OverlayPDF.pdf

Java PDF Toolkit (jpdfkit),

https://veryutils.com/java-pdf-toolkit-jpdfkit

java -jar jpdfkit.jar sample_in1.pdf stamp sample_fillform.pdf output "_overlay_out.pdf"

java -jar jpdfkit.jar sample_in2.pdf multistamp sample_fillform.pdf output "_muloverlay_out.pdf"

java -jar jpdfkit.jar "sample_fillform.pdf" multibackground sample_in2.pdf output "_mulunderlay_out.pdf"

You can call these tools from your own applications to add watermarks to PDF files easily.

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)