1
0
Fork
You've already forked w2PDF
0
Do some different manipulations on PDF files. Actually set a password or extract pages ... more will follow ...
  • HTML 66.1%
  • C++ 19%
  • JavaScript 10.3%
  • C 2.5%
  • CSS 1.9%
  • Other 0.2%
2024年03月11日 15:44:05 +01:00
qpdf-10.6.3 initial commit (version 0.1.0) 2022年08月19日 11:26:27 +02:00
changelog new command extractPagesOfPDF.bat 2022年11月04日 22:56:20 +01:00
eP.bat new command shortcuts to extract pages "eP" 2024年03月11日 15:44:05 +01:00
extractPages.bat new command shortcuts to extract pages "eP" 2024年03月11日 15:44:05 +01:00
extractPagesOfPDF.bat fixed problem with spaces in file name in extractPagesOfPDF 2023年04月05日 10:21:21 +02:00
LICENSE Initial commit 2022年08月19日 11:17:16 +02:00
README.md .... 2022年11月13日 20:54:22 +01:00
setPDFpw.bat a more nice menu 2022年11月04日 22:10:22 +01:00

General

This commands are primarly base on the project QPDF. Currently they are only windows bat files which creates a dynamic menu in the windows console to choose the pdf to protect with a password or to extract pages from. That's all....

Installation

The easiest way to install this commands are download the repository as archive (zip or tar.gz) and unpack it. Copy the folder to e.g. C:/programs/portable apps/w2pdf. Put this path to the environment PATH variable and that's it. To run the commands go to a directory where your PDF is stored and open a CMD in this directory. Enter "setPDFpw" or "extractPagesOfPDF" und follow the instructions on the screen.

Commands

setPDFpw

Protect a PDF file with a password

extractPagesOfPDF

Extracts some pages from a PDF file.

License