pdf stitcher, pdf to image converter

How to stitch multiple PDF pages into a long page TIFF image file?

Do you have any programs or tools that would merge pages in a multipage tiff into one page? for example, a 20 page tiff would merge the 20 mages into a long single page.

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


Thanks for your message, we don't have this software yet, however, you can use VeryPDF PDFstitch software to stitch your PDF pages into one page first, and then use PDF to Image Converter Command Line software to convert the stitched PDF file to TIFF image file again, we hope this solution will useful to you.

https://www.verypdf.com/app/pdf-stitch/index.html
https://www.verypdf.com/app/pdf-to-image-converter/command-line.html

VeryPDF
-----------------------------
Did try PDFstitch works very well merges a 50 page pdf very fast, then used Pdf2image to convert to tiff fails, the multi page pdf works is there a solution for this ??

C:\_support\pdf2image_win\pdf2image_win\pdf2img.exe -color24to8 -r 300 -multipage -compress 5 E:\test.pdf e:\test2.tif
Failed to Display Page #1

Customer
-----------------------------
This problem seems caused by too long page height in your PDF file, you may reduce the resolution in pdf2img.exe to try again, for example,

C:\pdf2image_win\pdf2img.exe -color24to8 -r 72 -multipage -compress 5 E:\test.pdf e:\test2.tif

You may also download VeryDOC Postscript to Image Converter Command Line from this web page to try, VeryDOC Postscript to Image Converter Command Line software can be used to convert from both Postscript and PDF files to image files and without maximum number of file size (or page size or resolution) limitation,

https://www.verydoc.com/ps-to-image.html
http://www.verydoc.com/ps2img.zip

after you download it, you can run following command line to convert your PDF file to TIFF file properly,

ps2image.exe C:\input.pdf C:\output.tif
ps2image.exe -r 300 C:\input.pdf C:\output.tif
ps2image.exe -r 300 -b 1 -c g4 C:\input.pdf C:\output.tif

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
pcl converter

How to call pcltoolsdk.dll library from a 64bit EXE application?

Hi,

I am trying to use platform invocation from c# to invoke the convert method on pcltoolsdk.dll but that dll is 32 bit and my application is 64 bit. I cannot use your com server because it won't register correctly (different support ticket).

Can you provide 64 bit version of your dlls??
Customer
---------------------------------

https://www.verypdf.com/app/pcl-converter/index.html

image
Thanks for your message, pcltoolsdk.dll is a 32bit DLL library, you can only call it from a 32bit EXE application. If you wish call it from a 64bit EXE application, you should call PCLtoPDFCom.exe instead of pcltoolsdk.dll, PCLtoPDFCom.exe is a COM interface based on pcltoolsdk.dll library, PCLtoPDFCom.exe can be called from both 32bit and 64bit EXE applications.

If you wish to use PCLtoPDFCom.exe, you need register it into your system first.

You can run install.vbs to register PCLtoPDFCom.exe into your system, you can also run a cmd window by administrator privilege, and then run following command line to register PCLtoPDFCom.exe into your system,

PCLtoPDFCom.exe /regserver

after you register "PCLtoPDFCom.exe" into your system successful, you can call "VeryPDF.PCLtoPDFCom" from your VBScript code to convert from PCL files to PDF files easily, for example,

set VeryPDFCom = CreateObject("VeryPDF.PCLtoPDFCom")
Set filesys = CreateObject("Scripting.FileSystemObject")
strFolder = filesys.GetParentFolderName(WScript.ScriptFullName)
strFolder = filesys.GetParentFolderName(strFolder)

strReturn = ""
nFileIndex = 0
VeryPDFCom.EnableDebugLog(1)

strInFile = strFolder & "\test\test.pcl"
strOutFile = strFolder & "\bin\_test.pdf"
strCmd = "-$ XXXXXXXXXXXXXXXXXX """ & strInFile & """ """ & strOutFile & """"
strReturn = strReturn & VeryPDFCom.PCLtoPDF(strCmd)
nFileIndex = nFileIndex+1

msgbox strReturn

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 stitcher

VeryPDF PDF Stitcher software will count the total number of PDF pages automatically

We are ready to purchase VeryPDF PDF Stitcher software, but we have one question, is there a way to merge all pages without having to know the actual total number of PDF pages?

We don't know the total pages, because we 200,000 pdf files to merge.

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

image
Thanks for your message, with pdfstitch software, you needn't know the total number of PDF pages, VeryPDF PDF Stitcher software will count the total number of PDF pages automatically.

We suggest you may download the trial version of VeryPDF PDF Stitcher software from this web page to try,

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

If you encounter any problem with this software, please feel free to let us know, we are glad to assist you asap.

btw, if you wish stitch more PDF files into one PDF file, you may use VeryPDF PDF Split-Merge software to merge these PDF files into one PDF file,

https://www.verypdf.com/app/pdf-split-merge/index.html

after that, you can use VeryPDF PDF Stitcher software to stitch all pages from this single PDF file into a new PDF file with NxN page layout.

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