pdf toolbox command line

pdftoolbox: error while loading shared libraries: libgcj.so.7rh: cannot open shared object file: No such file or directory External program terminated with exit code 127

HI support,

We have downloaded the trial version of pdftoolbox to carry out testing in the SUSE LINUX system, and manually it executing fine. But while executing through SAP PROGRAMME getting below error message. Please find attached a screenshot for your better understanding, Please suggest resolving the issue and proceeding to purchase the product.

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

pdftoolbox: error while loading shared libraries: libgcj.so.7rh: cannot open shared object file: No such file or directory External program terminated with exit code 127

image

Thanks & Regards
Customer
----------------------------------
>>pdftoolbox: error while loading shared libraries: libgcj.so.7rh: cannot open shared object file: No such file or directory External program terminated with exit code 127

It seems your system hasn't libgcj.so.7rh library, or pdftoolbox can't find libgcj.so.7rh in your system.

Is there a lib called "libgcj.so.7rh" in /usr/lib? or if 64 bit /usr/lib64 or was this lib placed in some random folder in some unknown ( to us ) place?

If you still can't solve this problem, we suggest you may use our "Java PDF Toolkit (jpdfkit)" to instead of pdftoolbox for Linux, because "Java PDF Toolkit (jpdfkit)" is written in Java, so it supports all Linux systems naturally, we have some customers who using jpdfkit on their Linux systems, they haven't encountered any problem so far.

The trial version of jpdfkit can be downloaded from this web page,

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

btw, you can use jpdfkit to replace pdftoolbox completely, please check all command line examples of jpdfkit from this web page,

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

If you have any question for jpdfkit, please feel free to let us know.

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 split-merge

How to merge PDF files and also add bookmarks to merged PDF file?

I'm using ghostscript to merge PDF files currently, however, some fonts are not work properly in the merged PDF files, I have to looking for another software to merge PDF files, I found VeryPDF PDF Split-Merge Command Line software, it works great, but I have a question.

Does PDF Split-Merge Command Line software able to also make bookmarks in PDF's? When merging documents together via ghostscript we're also adding in bookmarks.

thanks,
Customer
---------------------------
>>Is this able to also make bookmarks in PDF's? When merging documents together via ghostscript we're also adding in bookmarks.

PDF Split-Merge Command Line does able to add simple bookmarks to merged PDF files.

PDF Split-Merge Command Line is able to read bookmarks and PDF files from a text file, you may write following text lines into a "D:\bookmark.txt" file, for example,
~~~~~~~~~~~~~~~~
Bookmark->File1
C:\temp\001.PDF
Bookmark->File2
C:\temp\002.pdf
~~~~~~~~~~~~~~~~
"Bookmark->" is a keyword in text file, "File1" and "File2" are real bookmarks, the real bookmark text should be appended to "Bookmark->" keyword.

In this example,
Bookmark "File1" points to "C:\temp\001.PDF" file,
Bookmark "File2" points to "C:\temp\002.PDF" file,

image

You may run following command line to merge PDF files and bookmmarks into final PDF file,

"C:\Program Files\PDF Split-Merge v4.0\pdfpg.exe" addbookmark 4 C:\bookmark.txt C:\out.pdf

image

image

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 print

My printer reported "PCL XL error" and "Operator: SetClipMode" problem when I use PDF Print Command Line software

Hello,

We use pdfprint to print our checks. But every now and then the printer will print out this error but if we try to reprint the same pdf it works just fine. I did connect with our IT Support but they are saying it's not the printer or the network causing the issue. I was hoping since we use pdfprint to print these documents if you had any insight as to why this keeps happening?

image

thanks,
Customer
-------------------------------------
Thanks for your sample PDF file, this problem was caused by printer itself, because it shown "PCL XL error" and the reason caused by "SetClipMode" operator.

It seems the printer failed to process the Clipping operation, maybe too many clipping operations in the printout.

I have a solution to you, you may add "-raster2" parameter to pdfprint.exe, for example,

pdfprint.exe -raster2 D:\test.pdf

"-raster2" parameter will render PDF pages to images first, and then print images to target printer instead of original vector contents, this will avoid the Clipping operation to the printer, pdfprint.exe will finish the clipping operations in the Windows system instead of printer subsystem, this will save the works to the printer subsystem, I guess your problem will be solved by "-raster2" parameter, you may give it a 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)
verypdf sdk & com

Use HookPrinter SDK to capture print jobs from special EXE processes

VeryPDF has released a new version of HookPrinter SDK today, you may download the new version of HookPrinter SDK from following web page,

https://www.verypdf.com/app/hookprinter/index.html

We have added following files into the new version of HookPrinter SDK,

image

You can use following files to set HookPrinter for special EXE processes, such as winword.exe, notepad.exe, notepad++.exe, etc. running processes in the Windows system.

Related files:
----------------------------
DLL_Injector-32bit.exe
DLL_Injector-64bit.exe
hookspl-32bit.dll
hookspl-64bit.dll
----------------------------

Please by following steps to set HookPrinter to special EXE processes,

1. Please run a cmd.exe first,

image

2. Please make sure target application (that you want to hook) is running, for example,
if you want to hook printing function from MS Word, please make sure winword.exe is running,
if you want to hook printing function from notepad, please make sure notepad.exe is running,
and so on,

3. Run following command line in cmd window to hook target application,

DLL_Injector-64bit.exe notepad.exe "%CD%\hookspl-64bit.dll"

image

Please use full path to "hookspl-64bit.dll" file, otherwise, the target application may not able to load "hookspl-64bit.dll" library correctly.

4. You can print from notepad application to any Windows Printer now, you will able to see more log information in the log file, the log file will be created at following path,

C:\Users\YourName\AppData\Local\Temp\VeryPDF\HookPrinter.log

image

image

This version of HookPrinter is just for demonstration, we can provide customized development service based on this HookPrinter software, for example, we can add following useful functions into this HookPrinter software for you,
* Disable printing function for an application.
* Show or Hide any Windows Printer(s) by permissions.
* Enable or Disable a Windows Printer(s) by permissions.
* Redirect print jobs from one printer to another printer.
* Modify printing options for print jobs during printing.
* Capture print jobs and save them to PDF, text or image files.
* Capture print jobs and more information and send them to database center.
* Monitor printing behaviors from employee's systems in your company.
* Convert color documents to black and white documents to save INK & TONER.
* Count the number of printed pages per day, per week or per month, etc..
* Capture SPL and SHD files and copy them to another folder for further analysis.
* Pause a print job until it be approved.
* Remote monitoring of network printers of any brand and model.
* Data collection from the printing devices.
* Develop a Printer usage tracking software based on this HookPrinter product.
* Recorded details about all jobs sent to the printer.
* Print queue management.
* Notifications and automatic actions.
* more and more functions as you need.

If you have any question for this software, please feel free to contact us, we are glad to assist you asap.

https://www.verypdf.com/app/hookprinter/index.html
https://www.verypdf.com/support/index.htm
support@verypdf.com
support@verydoc.com

Enjoy.

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf print

Why PDFPrint Command Line prints a PDF file with garbage text all over?

Hello,

When we print it seems that when using pdfprint it ends up printing a certain form with garbage text all over. Do you know what could be causing this? This keeps happening consistently.

image

https://www.verypdf.com/app/pdf-print-cmd/index.html

I tried printing the form by itself and it's not printing the garbage text. I am thinking it might have something to do with when ghostscript combines the document together into 1 pdf. Is that a common issue with ghostscript merging documents?

I would share the document but it's a policy document to our insured which personal information on it.

Thanks,
Customer
---------------------------------
>>I tried printing the form by itself and it's not printing the garbage text. I am thinking it might have something to do with when ghostscript combines the document together into 1 pdf. Is that a common issue with ghostscript merging documents?

Yes, this is a common issue with ghostscript merging documents, because ghostscript does change the font subsets during PDF merging, for example ghostscript will reconstruct and re-subset fonts in PDF files.

If possible, we suggest you may use VeryPDF PDF Split-Merge GUI or PDF Split-Merge Command Line product to merge PDF files, VeryPDF PDF Split-Merge doesn't change anything (include original system fonts, original embedded fonts, etc.) to original PDF files during PDF merging.

VeryPDF Split-Merge software can be downloaded from this web page,

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

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)