pdf toolbox command line

A solution to encrypt the PDF files by read employees’ data from Excel Spreadsheet, and email the PDF files to employees

Dear Sir/Madam,

We have the following requirement:

1. We have employee pay-slips generated in pdf format file name nnnn.pdf

Where "NNNN" represents the respective employee number.

1. We have an XLS File containing the following information

1. Emp.no.
2. Emp. Name
3. Emp. Date of Birth
4. Emp. Email id
5. Input pdf file name (c:\payslip\NNNN.pdf).

a. Emp.no.
b. Emp. Name
c. Emp. Date of Birth
d. Emp. Email id
e. Input pdf file name (C:\payslip\NNNN.pdf).
1 1-ABC 19600101 1abc@xx.com C:\payslip\1.pdf
11 11-ABC 19611001 11abc@xx.com C:\payslip\11.pdf
111 111-ABC 19621101 111abc@xx.com C:\payslip\111.pdf
1111 1111-ABC 19621231 1111abc@xx.com C:\payslip\1111.pdf

1. We need to do the following based on the above
Pick-up file NNNN.pdf from above column e.)
Encrypt the above pdf file with Emp. Date of Birth (from above column c.) )
as password in format ('YYYYMMDD')
Email the encrypted NNNN.pdf file to the respective email id mentioned in column d.)
The employee should be able to print the encrypted file received in his email.

How Can we achieve all the above with VeryPDF PDF Toolbox Command Line for Windows?
Can you share the windows command line/process and which version of Verypdf software?
should we buy to enable us to achieve the above automation.

Thanks,
Customer
---------------------------------------------

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

image
Thanks for your message, "VeryPDF PDF Toolbox Command Line" is just a PDF Tools, it hasn't read data from Excel and Send the PDF file by email function, however, you can use "VeryPDF PDF Toolbox Command Line" to encrypt your PDF files easily,

============= PDF Encryption Options==========================
-key40bit               : set output PDF encryption strength as 40 bits.
-key128bit              : set output PDF encryption strength as 128 bits.
-permit <permissions>   : permissions are applied to the output PDF only if
                          encryption strength is specified or an owner or
                          user password is given.
     printing           : allow top quality printing.
     lowprinting        : allow lower quality printing.
     modifycontents     : allow modifying contents.
     assembly           : allow document assembly.
     copying            : allow copying.
     screenreader       : allow screenreader.
     modifyannot        : allow adding annotation.
     filling            : allow filling interactive PDF form.
     allowall           : allow all the above permissions and top quality
                          printing.
-ownerpassword          : set owner password to output PDF file.
-userpassword           : set user password to output PDF file.
-$ <regcode>            : register with a registration code.

Examples:
Collate scanned pages:
pdftoolbox A=even.pdf B=odd.pdf -crossmerge A B -outfile collated.pdf
or if odd.pdf is in reverse order:
   pdftoolbox A=even.pdf B=odd.pdf -crossmerge A Bend-1 -outfile collated.pdf

   Decrypt a PDF:
   pdftoolbox secured.pdf -inputpassword foopass -outfile unsecured.pdf

   Encrypt a PDF using 128-bit strength:
   pdftoolbox 1.pdf -outfile 1.128.pdf -ownerpassword foopass

   Set an owner password and an user password to a PDF file:
   pdftoolbox 1.pdf -outfile out.pdf -ownerpassword opwd -userpassword upwd

   Enable High Quality Printing when encrypt a PDF file:
   pdftoolbox 1.pdf -outfile out.pdf -ownerpassword opwd -userpassword upwd -permit printing

pdftoolbox sample_in1.pdf -outfile "_ownerpassword.pdf" -ownerpassword 123 -key40bit

pdftoolbox sample_in1.pdf -outfile "_userpassword.pdf" -ownerpassword 123 -userpassword 456 -key128bit   

pdftoolbox sample_in1.pdf -outfile "_high_resolution_printing.pdf" -ownerpassword 123 -key128bit -permit printing

However, we can also develop a custom-build tool for you to do the following functions,

1. Read the data from an Excel file,
2. Encrypt the PDF file using the Excel data,
3. Email the encrypted PDF files to employees one by one,

Please feel free to let us know if you are interested in this custom-build tool.

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

How many files does HTML Converter GUI for Windows allow to process at the same time. What is a max number HTML files I can choose to convert in one process

Hello, I am almost decided to buy your product. It looks very good. Please note I do not need highly advanced converter, however it must be Desktop PDF Tool to give me 100% security. 3 more questions please.

1) Is HTML Converter GUI for Windows a Desktop PDF Tool and does it cost $59?
2) How many files does HTML Converter GUI for Windows allow to process at the same time. What is a max number HTML files I can choose to convert in one process?
3) Regarding below mentioned point 7 because I am not sure. Please confirm that VeryPDF has no access to my converted documents and my computer when processing via HTML Converter GUI for Windows.

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

image
>>1) Is HTML Converter GUI for Windows a Desktop PDF Tool and does it cost $59?

Thanks for your message, the cost of HTML Converter GUI for Windows a Desktop PDF Tool, its cost is USD59, however, HTML Converter (htmltools.exe) Command Line is work better than HTML Converter GUI, the cost of HTML Converter (htmltools.exe) Command Line is USD399 per system.

>>2) How many files does HTML Converter GUI for Windows allow to process at the same time. What is a max number HTML files I can choose to convert in one process?

HTML Converter GUI can only process one HTML file to PDF file at same time.
HTML Converter (htmltools.exe) Command Line can convert larger number of HTML files to PDF files at same time, so you can use it to convert more HTML files to PDF files simultaneously.

>>3) Regarding below mentioned point 7 because I am not sure. Please confirm that VeryPDF has no access to my converted documents and my computer when processing via HTML Converter GUI for Windows.

I can confirm that VeryPDF don't access to any documents in your system, please don't worry about this matter.

>>Will the name of pdf file be the same as converted htnl file with settings "Convert multiple Documents to multiple PDF files"
>>For example 123.html and after the conversion as result 123.pdf
>>For example abcd.html and after the conversion as result abcd.pdf

Yes, this can be done easily by HTML Converter (htmltools.exe) Command Line software, for example,

#1: Convert all HTML files to PDF files in D:\temp folder,
for %F in (D:\temp\*.html) do htmltools.exe -webkit "%F" "%~dpnF.pdf"

#2: Process all PDF files in D:\temp folder and sub-folders (recursion),
for /r D:\temp %F in (*.html) do htmltools.exe -webkit "%F" "%~dpnF.pdf"

btw, the HTML Converter GUI has only one conversion mode, but HTML Converter (htmltools.exe) Command Line has three conversion modes, you may download them from our website and try them by yourself,

https://www.verypdf.com/app/html-converter/try-and-buy.html#buy
https://www.verypdf.com/htmltools/winhtmltools.exe
https://www.verypdf.com/htmltools/htmltools.zip

You can run following command lines to convert from HTML files to PDF files at same time,

htmltools.exe -$ XXXXXXXXXXXXXXXXXX test.htm _test1.pdf
htmltools.exe -$ XXXXXXXXXXXXXXXXXX https://www.verypdf.com _web1.pdf

htmltools.exe -$ XXXXXXXXXXXXXXXXXX -html2pdf2 test.htm _test_html2pdf2.pdf

htmltools.exe -$ XXXXXXXXXXXXXXXXXX -webkit test.htm _test_webkit.pdf
htmltools.exe -$ XXXXXXXXXXXXXXXXXX -webkit https://www.verypdf.com _web_webkit.pdf
htmltools.exe -$ XXXXXXXXXXXXXXXXXX -webkit https://www.verypdf.com/artprint/docprintsdk.htm _verypdf_webkit.pdf

htmltools.exe -$ XXXXXXXXXXXXXXXXXX -webkit2 test.htm _test_webkit2.pdf
htmltools.exe -$ XXXXXXXXXXXXXXXXXX -webkit2 -width 1080 -height 1080 https://www.verypdf.com _web_webkit2.pdf
htmltools.exe -$ XXXXXXXXXXXXXXXXXX -webkit2 -width 1080 -height 1080 https://www.verypdf.com/artprint/docprintsdk.htm _verypdf_webkit2.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)
verypdf blog

Is there any file size limitation in the full version of your software?

Hello,

Does your software have any PDF file size limitations? I tested it on a 72.6MB size PDF using the trial version of the software. Since it only does the first few, I just want to make sure that the full file won't have any problems? Those first few pages seemed to convert fine but I have o ask about the full 72.6MB file?

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

image

Thanks for your message, there hasn't any maximum file size limitation in the full version, please don't worry about this matter.

After you purchase the full version, if you encounter any problem with the full version, please feel free send to us your sample PDF file, our engineer will test your sample PDF file and come back to you asap.

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

"Unsupported 16-bit version of program" error message for Text to PDF Converter software

My PROD server has Windows Server 2016 Version 1607, but it gives me "C:\Program Files (x86)\Text2PDF\txt2pdf.exe" cannot start or run due to incompatibility with 64-bit versions of Windows."

But it runs fine on the DEV and TEST servers with the same Windows release.

How can this be fixed?

https://www.verypdf.com/app/text-to-pdf-converter/try-and-buy.html

Customer
---------------------------------------
I just noticed that on the PROD server, that the title line of the error message said: "Unsupported 16-bit version of program"!

Customer
---------------------------------------
Got it solved. Had to change the compatibility mode on running "verypdf-free-txt2pdf.exe" to "Run in Compatibility Mode for: Windows XP (service pack 3)".

You can close the ticket.

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

image
Thank you for your message, if we can be of any other assistance, please feel free to let us know.

Thank you and have a nice day!

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 security, verypdf sdk & com

Do you have a Linux version of VeryPDF PDF Security and Signature (Shell & COM & SDK) product?

Dear All,

Where i can download the Suse Linux trial version for below production.

VeryPDF PDF Security and Signature (Shell & COM & SDK)

tried to download from below path,but the version is for windows only,

https://www.verypdf.com/app/pdf-security-and-signature/try-and-buy.html

Thanks,
Customer
-----------------------------------

image
Thanks for your message, "VeryPDF PDF Security and Signature (Shell & COM & SDK)" doesn't support Linux system yet, however, if you wish to process PDF files on Linux system, we suggest you may download "VeryPDF PDF Toolbox Shell for Linux" from this web page to try,

https://www.verypdf.com/app/pdftoolbox/linux.html

You can also download "Java PDF Toolkit (jpdfkit)" from this web page,

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

Above products are all can process PDF files on Linux system, we hope these products will useful to you.

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)