Questions tagged [qpdf]

QPDF is a free command-line program that can convert one PDF file to another equivalent PDF file.

QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.

QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files. It is also capable of converting PDF files with object streams (also known as compressed objects) to files with no compressed objects or to generate object streams from files that don't have them (or even those that already do). QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor.

49 questions
0
votes
1 answer

PDF Optimization - Image Load Before Embedded Text - See Examples Provided

I have been trying to find a way to get our OCRed PDF (bad-uc.pdf) to behave the same as the infix saved (good-uc.pdf). If you open the following two files in Acrobat Reader (any version should show the same problem), you will see the bad-uc.pdf…
-1
votes
1 answer

qpdf with visual studio console project but lnk1107 - a dll cannot read at 0x308

I follow this link and download the built directory, tring to use qpdf library in a easy way. How to build qpdf on Windows? I do these steps to setup my visual studio project: 1. C/C++ -> General -> Additional Include Directories :…
tian
  • 1
  • 1
  • 1
-1
votes
1 answer

How to add qpdf module in qt 5.10

I want to add pdfreader in my qt application.when searched online I got to know about qtpdf class. I try to include same in my project. seems I don't have package in my system itself so it don't allows me to run qmake with qpdf includes. Is there…
-2
votes
1 answer

Get number of pages in a Folder of every pdf and extract only part of pdf when bigger than 30 sites

is there a way to filter out all pds in a folder that have more than 30 pages like qpdf --pages *.pdf and when a documant have more than 30 pages, then extract only the first and last page and generate a new pdf with the first and last site of…
user3545432
  • 35
  • 1
  • 6
1 2 3
4