Business Software, Java Software, PDF Software

Java PDF Toolkit (jpdfkit) Command Line Examples

Java PDF Toolkit (jpdfkit) Home Page:

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

image

Java PDF Toolkit (jpdfkit) Command Line Examples:

java -jar jpdfkit.jar A=even.pdf B=odd.pdf shuffle A B output collated.pdf

java -jar jpdfkit.jar A=even.pdf B=odd.pdf shuffle A Bend-1 output collated.pdf

java -jar jpdfkit.jar secured.pdf input_pw foopass output unsecured.pdf

java -jar jpdfkit.jar 1.pdf output 1.128.pdf owner_pw foopass

java -jar jpdfkit.jar 1.pdf output 1.128.pdf owner_pw foo user_pw baz

java -jar jpdfkit.jar 1.pdf output 1.128.pdf owner_pw foo user_pw baz allow printing

java -jar jpdfkit.jar in1.pdf in2.pdf cat output out1.pdf

java -jar jpdfkit.jar A=in1.pdf B=in2.pdf cat A B output out1.pdf

java -jar jpdfkit.jar *.pdf cat output combined.pdf

java -jar jpdfkit.jar in.pdf cat 1-12 14-end output out1.pdf

java -jar jpdfkit.jar A=in1.pdf cat A1-12 A14-end output out1.pdf

java -jar jpdfkit.jar 1.pdf 2.pdf cat output 3.pdf encrypt_40bit owner_pw foopass

java -jar jpdfkit.jar A=secured.pdf 2.pdf input_pw A=foopass cat output 3.pdf

java -jar jpdfkit.jar doc.pdf output doc.unc.pdf uncompress

java -jar jpdfkit.jar broken.pdf output fixed.pdf

java -jar jpdfkit.jar in.pdf burst

java -jar jpdfkit.jar in.pdf burst owner_pw foopass allow DegradedPrinting

java -jar jpdfkit.jar in.pdf dump_data output report.txt

java -jar jpdfkit.jar in.pdf cat 1east 2-end output out.pdf

java -jar jpdfkit.jar in.pdf cat 1-endsouth output out.pdf

java -jar jpdfkit.jar in.pdf burst owner_pw foopass

java -jar jpdfkit.jar form.pdf fill_form data.fdf output form.filled.pdf

java -jar jpdfkit.jar in.pdf background back.pdf output out.pdf

java -jar jpdfkit.jar in.pdf update_info in.info output out.pdf

java -jar jpdfkit.jar in.pdf attach_files table1.html table2.html to_page 6 output out.pdf

java -jar jpdfkit.jar report.pdf unpack_files output ~/atts/

java -jar jpdfkit.jar report.pdf unpack_files output PROMPT

java -jar jpdfkit.jar sample_in1.pdf attach_files sample_fillform.pdf output _attachfile_out.pdf

java -jar jpdfkit.jar "sample_in1.pdf" output "_pack_out.pdf" compress

java -jar jpdfkit.jar sample_in1.pdf output "_ownerpassword.pdf" owner_pw 123 encrypt_40bit

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

java -jar jpdfkit.jar "sample_fillform.pdf" dump_data_fields_utf8

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

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

java -jar jpdfkit.jar sample_in*.pdf cat output _mergeall_out.pdf

java -jar jpdfkit.jar sample_in1.pdf sample_in2.pdf cat output "_merge_out.pdf"

java -jar jpdfkit.jar sample_in1.pdf cat output _merge_out_y.pdf

java -jar jpdfkit.jar sample_verypdf.pdf testForm.pdf sample_in1.pdf sample_in2.pdf cat output _merge_out_z.pdf

java -jar jpdfkit.jar sample_in1.pdf output "_low_resolution_printing.pdf" owner_pw 123 encrypt_128bit allow degradedprinting

java -jar jpdfkit.jar "sample_secured.pdf" input_pw 456 output "_inputpassword_out.pdf"

java -jar jpdfkit.jar sample_in1.pdf output "_high_resolution_printing.pdf" owner_pw 123 encrypt_128bit allow printing

java -jar jpdfkit.jar "sample_fillform.pdf" dump_data_fields

java -jar jpdfkit.jar sample_in1.pdf output _repair_out.pdf

java -jar jpdfkit.jar sample_in1.pdf dump_data_utf8 output "_getinfoutf8_out.txt"

java -jar jpdfkit.jar sample_in1.pdf dump_data output "_getinfo_out.txt"

java -jar jpdfkit.jar "sample_fillform.pdf" output "_flattenform_out.pdf" flatten

java -jar jpdfkit.jar -$ XXXXXXXXXXXXXXXXXX sample_fillform.pdf fill_form sample_fillform.fdf output _fillform_withnewdata_out.pdf

java -jar jpdfkit.jar sample_testcmd.pdf cat 1-12 14-end output "_extract_pages_out.pdf"

java -jar jpdfkit.jar "_attachfile_out.pdf" unpack_files output _detachfiles

java -jar jpdfkit.jar sample_testcmd.pdf cat 1-9 21-end output "_delete_pages(10-20)_out.pdf"

java -jar jpdfkit.jar sample_secured.pdf input_pw 456 output "_decryptpdf_out.pdf"

java -jar jpdfkit.jar A=sample_in1.pdf B=sample_in2.pdf shuffle A B output _crossmerge_out_A-B.pdf

java -jar jpdfkit.jar A=sample_in1.pdf B=sample_in2.pdf shuffle A B Bend-1 output _crossmerge_out_A_B_Bend-1.pdf

java -jar jpdfkit.jar sample_fillform.pdf generate_fdf output _fillform_out.fdf

java -jar jpdfkit.jar -$ XXXXXXXXXXXXXX sample_verypdf.pdf sample_testcmd.pdf cat output _out.pdf

java -jar jpdfkit.jar "sample_fillform.pdf" output "_removexfa_out.pdf" drop_xfa

java -jar jpdfkit.jar sample_in1.pdf dump_data output "%CD%\_getinfo_out.txt"

java -jar jpdfkit.jar sample_in1.pdf cat 1east 2-end output _rotate_first_page_90_out.pdf

java -jar jpdfkit.jar sample_in1.pdf cat 1-endsouth output _rotate_all_pages_180_out.pdf

java -jar jpdfkit.jar sample_in1.pdf cat 1-endeast output _rotate_all_pages_90_out.pdf

java -jar jpdfkit.jar _rotate_first_page_90_out.pdf update_info "%CD%\_getinfo_out.txt" output __rotate_first_page_90_out.pdf

java -jar jpdfkit.jar _rotate_all_pages_180_out.pdf update_info "%CD%\_getinfo_out.txt" output __rotate_all_pages_180_out.pdf

java -jar jpdfkit.jar _rotate_all_pages_90_out.pdf update_info "%CD%\_getinfo_out.txt" output __rotate_all_pages_90_out.pdf

java -jar jpdfkit.jar sample_in1.pdf update_info "info-sample.txt" output "_setinfo_out.pdf"

java -jar jpdfkit.jar sample_in1.pdf update_info_utf8 "info-sample.txt" output "_setinfoutf8_out.pdf"

java -jar jpdfkit.jar sample_in1.pdf input_pw password output "_inputpassword_showinfo_out.pdf" verbose

java -jar jpdfkit.jar sample_in1.pdf input_pw password output "_inputpassword_silent_out.pdf" dont_ask

java -jar jpdfkit.jar sample_in1.pdf burst output "D:\_outpages_%02d.pdf"

java -jar jpdfkit.jar sample_in1.pdf burst output _out_%02d.pdf

java -jar jpdfkit.jar "sample_verypdf.pdf" output "_unpack_out.pdf" uncompress

java -jar jpdfkit.jar A=sample_even.pdf B=sample_odd.pdf shuffle A B output _collated1.pdf

java -jar jpdfkit.jar A=sample_even.pdf B=sample_odd.pdf shuffle A Bend-1 output _collated2.pdf

java -jar jpdfkit.jar sample_secured.pdf input_pw 456 output _unsecured.pdf

java -jar jpdfkit.jar sample_verypdf.pdf output _encrypted.128.pdf owner_pw 123

java -jar jpdfkit.jar sample_verypdf.pdf output _encrypted_both.pdf owner_pw 456 user_pw 123

java -jar jpdfkit.jar sample_verypdf.pdf output _encrypted_highprinting.pdf owner_pw 456 user_pw 123 allow printing

java -jar jpdfkit.jar sample_even.pdf sample_odd.pdf cat output _merge_out1.pdf

java -jar jpdfkit.jar A=sample_even.pdf B=sample_odd.pdf cat A B output _merge_out2.pdf

java -jar jpdfkit.jar sample_in*.pdf cat output _combined_all.pdf

java -jar jpdfkit.jar sample_testcmd.pdf cat 1-12 14-end output _remove_pages_1.pdf

java -jar jpdfkit.jar A=sample_testcmd.pdf cat A1-12 A14-end output _remove_pages_2.pdf

java -jar jpdfkit.jar sample_even.pdf sample_odd.pdf cat output _merge_out.pdf encrypt_40bit owner_pw 123

java -jar jpdfkit.jar A=sample_secured.pdf sample_verypdf.pdf input_pw A=123 cat output _merge_out.pdf

java -jar jpdfkit.jar sample_verypdf.pdf output _unpack_verypdf.pdf uncompress

java -jar jpdfkit.jar sample_verypdf.pdf output _verypdf_fixed.pdf

java -jar jpdfkit.jar testcmd.pdf burst

java -jar jpdfkit.jar sample_testcmd.pdf burst output _pg_%04d.pdf

java -jar jpdfkit.jar sample_secured.pdf input_pw 123 burst owner_pw 123 allow degradedprinting

java -jar jpdfkit.jar sample_verypdf.pdf dump_data output _report.txt

java -jar jpdfkit.jar sample_verypdf.pdf cat 1east 2-end output _rotate_out1.pdf

java -jar jpdfkit.jar sample_verypdf.pdf cat 1-endsouth output _rotate_out2.pdf

java -jar jpdfkit.jar sample_verypdf.pdf update_info _report.txt output _newinfo.pdf

java -jar jpdfkit.jar sample_verypdf.pdf attach_files sample_in1.pdf sample_in2.pdf sample_fillform.pdf output _attachment.pdf

java -jar jpdfkit.jar _attachment.pdf unpack_files output _attachment/

java -jar jpdfkit.jar "d:\testForm.pdf" fill_form "d:\fill_names_en.fdf" output "d:\_fillform_out.pdf"

java -jar jpdfkit.jar "sample_fillform.pdf" background sample_in2.pdf output "_underlay_out.pdf"

java -jar jpdfkit.jar sample_in1.pdf output "_userpassword.pdf" owner_pw 123 user_pw 456 encrypt_128bit   

java -jar jpdfkit.jar sample_in1.pdf output "_permit_secure.pdf" owner_pw 123 encrypt_128bit allow printing modifyannotations

java -jar jpdfkit.jar sample_in1.pdf output "_encryption1.pdf" owner_pw 123 encrypt_128bit allow printing modifyannotations

java -jar jpdfkit.jar sample_in1.pdf output "_encryption2.pdf" user_pw 123 owner_pw 456 encrypt_128bit allow printing modifyannotations CopyContents

java -jar jpdfkit.jar sample_in1.pdf output "_encryption3.pdf" user_pw 123 owner_pw 456 encrypt_128bit allow DegradedPrinting ModifyContents

Scripts

Best URL Shortener Solution by PHP URL Shortener, URL Short Link Generator

PHP URL Shortener is a Powerful URL Shortener which written by PHP program language, it allows you to convert long hyperlinks to shorten hyperlinks automatically. PHP URL Shortener doesn't depend on any database, so you can simple copy PHP files to your server, then you can get it work quickly.

https://veryutils.com/url-shortener-without-database-php-script

PHP URL Shortener is a simple unlimited URL Shortener Solution that written in PHP. It's developed for those people who want to start their URL Shortener website. It's estimated that over 1.7 billion websites and there are billions of links, some links are small but some are too long. all of advertiser, company or person needs to short their long links to short links. All small and big companies now offer link shortener services. PHP URL Shortener, a simple solution for Short link business. Here, you can short unlimited long links to a tiny links.

image

Are you looking for a complete URL Shortener system for your business, then you are in the right place. No need to pay thousands of dollars to hire developers to build your Short URL Website. PHP URL Shortener may assist you to handle unlimited Short Links. PHP URL Shortener is a ready-to-go solution, it takes only a few minutes to set up your website with our system. We also here to provide you best support, installation, and customization if you need it. hurry up, get your copy and start your URL Shortener website.

image

PHP URL Shortener script works on shared, VPS and dedicated hosting plans, it supports Windows, macOS and Linux systems.

We can provide custom-build service based on this PHP script, if you have any special requirements, please feel free to let us know, we are glad to assist you asap.

Business Software, Internet Software, Scripts

Best Email Marketing Solution with SMTP Rotation, Rotate on multiple SMTP Servers automatically

Best Email Marketing Campaigns for Small Businesses, able to rotate on multiple SMTP Servers automatically.

Multiple SMTP and IP rotation to load balancing. You can get more than one SMTP server and use PHP Batch Email Sender program to send mass emails. As it supports the use of multiple SMTP accounts, and they can be used sequentially:

First email goes through SMTP Server1, second email goes through SMTP Server2, etc..

PHP Web Email Crawler,
https://veryutils.com/php-web-email-crawler

PHP Script Batch Send Emails (PHP Batch Email Sender),
https://veryutils.com/php-script-batch-send-emails

image

PHP Batch Email Sender is a batch email sending software which written in PHP program language, it can be run on local system or server side, it supports Windows, macOS and Linux systems. With PHP Batch Email Sender, you will be able to properly handle email marketing for your own purposes, you can also become an Email Service Provider for your customers.

You can send an unlimited number of email campaigns (newsletters) to an unlimited number of lists containing an unlimited numbers of subscribers. If you handle newsletter for multiple websites, you can treat those as customers and have unlimited too!

PHP Batch Email Sender is a Bulk Email Sending Platform. PHP Batch Email Sender is very simple and easy to use. It's a full-featured bulk email marketing tool. You don't have to pay monthly fees, just download and install it on your hosting or run it from your local Windows, macOS or Linnux system. You can use PHP Batch Email Sender as personal and also for business purposes.

You can easily integrate PHP Batch Email Sender with Gmail, Amazon SES, etc. SMTP providers. By using PHP Batch Email Sender you will be the next e-mail service provider.

PHP Batch Email Sender highlight features:
* Written in PHP program language.
* Support Windows, macOS and Linux systems.
* Support Command Line operation.
* Don't depend on database, such as MySQL and others.
* Cron Jobs access (linux cron jobs not web crons).
* Support unlimited SMTP Servers.
* Able to switch in multiple SMTP Servers automatically.
* You will get full PHP source code after purchase.
* Rotating SMTP possibility – send your campaign using as many smtp servers as you need.

Rotating SMTP Servers without any limits:
ex. 3 SMTP Servers' will work that way:
1 mail -> 1 smtp
2 mail -> 2 smtp
3 mail -> 3 smtp
4 mail -> 1 smtp
5 mail -> 2 smtp
etc. ...
till end of your campaign.

PHP Batch Email Sender is a simple, efficient email marketing application. There is no super requirements and no advanced experience is required, You can make your email marketing campaign in just minutes. You can dynamically generate and send personalized e-mails to customers using this application. PHP Batch Email Sender gives you full control over e-mail you can send: use HTML to your messages.

We can help you with issues from your own customization. We are also offer install or setup services.

No limits and no restrictions for SMTP connections.

Tested SMTP Servers:
* 1and1 (smtp.1and1.com)
* Amazon (email-smtp.eu-west-1.amazonaws.com)
* Gmail (smtp.gmail.com)
* GoDaddy (smtpout.secureserver.net)
* Mailgun (smtp.mailgun.org)
* Mandrill (smtp.mandrillapp.com)
* OVH (ssl0.ovh.net)
* SendinBlue (smtp-relay.mailin.fr)
* SparkPost (smtp.sparkpostmail.com)
* Yahoo (smtp.mail.yahoo.com)
* Yandex (smtp.yandex.com)

Lifetime license
Use as long as you wish:
* All features available all the time.
* No fees.
* No limits.
* No restrictions.
* No additional payment.
* No subscription payment.

PHP Web Email Crawler,
https://veryutils.com/php-web-email-crawler

PHP Script Batch Send Emails (PHP Batch Email Sender),
https://veryutils.com/php-script-batch-send-emails

You can use "PHP Web Email Crawler" to collect email addresses by special keywords, then you can use "PHP Batch Email Sender" to batch send emails to these email addresses, they are your best marketing tools.

Business Software, PDF Software

PDF to CSV Converter Command Line

You can use "VeryUtils PDF to CSV Converter Command Line" software as a PDF to CSV converter as well as a PDF to Excel converter. You can run this software in Command Line windows by manual or call it from your applications or scripts to batch convert PDF files to CSV files on the fly.

"VeryUtils PDF to CSV Converter Command Line" is a Windows software, however, it does support Mac and Linux systems too, if you wish get a Mac or Linux version, please feel free to let us know, we will send it to you asap.

image

PDF2CSV Converter Converts PDF to Data Sheet easily.
Easily convert from PDF statements to .CSV files with pdf2csv Converter by VeryUtils.
If you're wondering how to convert PDF files from online banking to spreadsheet format, we have the answer, PDF2CSV Converter, by VeryUtils. Quickly and easily convert downloaded PDF statements from your bank, credit card company, or brokerage firm into CSV format files suitable for import into spreadsheets or other applications. Perfect for professional accounting, personal finance applications, and streamlining tax filing preparation.

PDF2CSV Converter is designed to convert PDF Statements that are downloaded statements from a bank or credit card company. PDF2CSV Converter also includes VeryUtils's PDF+Text recognition module and adds the ability to convert scanned paper statements, as well as downloaded statements which are images or encrypted (this function is available upon request).

With PDF2CSV Converter, You Can:
* Extract transactions from downloaded PDF statements.
* Import transactions directly into spreadsheets such as Excel or finance applications.
* Download transactions from banks, credit card companies, or brokerages that do not support .CSV formats.
* Import transactions from PDF statements, no matter how many years back they go.
* Run automatic conversions as part of a script.

PDF2CSV Converter System Requirements:
* Windows
* Mac OS
* Linux
* Java must be installed on your computer – this will be done automatically by the installer if it is not already present.

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

image

PDF2CSV Converter Command Line options:

Product Name: VeryUtils PDF to Excel Converter Command Line
Product Web Page: https://veryutils.com/
Email: support@veryutils.com
Features:
1. Convert PDF files to CSV, TSV, JSON files.
2. Standalone software, don't require any 3rd software.
3. Determine tables in PDF pages and export them to Excel Spreadsheet automatically.
4. Decrypt a password protected PDF file.
-------------------------

PDF2Excel Command Line (PDF2CSV Command Line) software helps you extract tables from PDFs.

image

image

image

Usage: pdf2excel.exe [-$ XXXXXXXXXXXXXXXXXX] [-a <AREA>] [-b <DIRECTORY>] [-c <COLUMNS>] [-d][-f <FORMAT>] [-g] [-h] [-i] [-l] [-n] [-o <OUTFILE>] [-p <PAGES>] [-r] [-s <PASSWORD>] [-t] [-u] [-v] <Input PDF file>

-$ XXXXXXXXXXXXXXXX
Set your license key

-a,--area <AREA>
-a/--area = Portion of the page to analyze. Accepts top,left,bottom,right. Example: --area 269.875,12.75,790.5,561. If all values are between 0-100 (inclusive) and preceded by '%', input will be taken as % of actual height or width of the page. Example: --area %0,0,100,50. To specify multiple areas, -a option should be repeated. Default is entire page.

-b,--batch <DIRECTORY>
Convert all .pdfs in the provided directory.

-c,--columns <COLUMNS>
X coordinates of column boundaries. Example: --columns 10.1,20.2,30.3

-d,--debug
Print detected table areas instead of processing.

-f,--format <FORMAT>
Output format: (CSV,TSV,JSON). Default: CSV

-g,--guess
Guess the portion of the page to analyze per page.

-h,--help
Print this help text.

-i,--silent
Suppress all stderr output.

-l,--lattice
Force PDF to be extracted using lattice-mode extraction (if there are ruling lines separating each cell, as in a PDF of an Excel spreadsheet)

-n,--no-spreadsheet
[Deprecated in favor of -t/--stream] Force PDF not to be extracted using spreadsheet-style extraction (if there are no ruling lines separating each cell)

-o,--outfile <OUTFILE>
Write output to <file> instead of STDOUT. Default: -

-p,--pages <PAGES>
Comma separated list of ranges, or all. Examples: --pages 1-3,5-7, --pages 3 or --pages all. Default is --pages 1

-r,--spreadsheet
[Deprecated in favor of -l/--lattice] Force PDF to be extracted using spreadsheet-style extraction (if there are ruling lines separating each cell, as in a PDF of an Excel spreadsheet)

-s,--password <PASSWORD>
Password to decrypt document. Default is empty.

-t,--stream
Force PDF to be extracted using stream-mode extraction (if there are no ruling lines separating each cell).

-u,--use-line-returns
Use embedded line returns in cells. (Only in spreadsheet mode.)

Business Software, PDF Software

How to convert text report PDF file to Excel CSV file?

I would like to convert my text report PDF file to CSV file, and then save CSV file into database, I tried your PDF to Excel Converter Command Line software from this web page,

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

I tried following command line, but it failed to work,

D:\temp\new-pdf2excel\pdf2excel_cmd>pdf2excel.exe --pages all -o D:\temp\spby_01.csv D:\temp\spby_01.pdf

You have 43 time to evaluate "VeryUtils PDF to Excel Converter Command Line [https://veryutils.com]", you may purchase a full version from "https://veryutils.com/index.php?route=product/search&search=pdf%20to%20excel%20command%20line" web page.
[Error] Failed to create "D:\temp\spby_01.csv" file.

D:\temp\new-pdf2excel\pdf2excel_cmd>

I still get an error....

Customer
-------------------------------------
Thanks for your message, yes, this is an incompatible problem on the Windows 10 system, however, we have already fixed this problem in the latest version of PDF to Excel Converter Command Line software, we have already updated the software to the latest version to our website, you may download the latest version of PDF to Excel Converter Command Line software from this URL to try again,

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

after you download it, you can run following command line to convert your PDF file to CSV file easily,

pdf2excel.exe --pages all -o D:\downloads\spby_01.csv D:\downloads\spby_01.pdf

please look at the source PDF file and converted CSV file in following screenshot,

image

btw, the old version of pdf2excel.exe does support Windows 7 system and it has some incompatible problems on the Windows 10, however, the latest version does support Windows 7,  Windows 10 and later systems perfectly, so you may download the latest version from our website to try again,

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

Please look at attached CSV file, this CSV file was converted following command line,

pdf2excel.exe -p all -o D:\downloads\spby_01.csv D:\downloads\spby_01.pdf

If you have any question for this CSV file, please feel free to let us know, we are glad to assist you asap.

VeryUtils