qpdf
qpdf copied to clipboard
Split, Combine and Compress PDF files
Usually `qpdf::pdf_combine` worked fine for a few PDFs, but when I try to combine 500 PDFs get the error: `Too many open files`. I found that this error is related...
Hi, Awesome package! Is there a way to remove PDF pages using `qpdf::pdf_subset()` without losing all the bookmarks?
and add a link to the pdftools website
You may need a `SystemRequirements` on `jpeglib.h` headers ``` In file included from libqpdf/Pl_DCT.cc:1:0: include/qpdf/Pl_DCT.hh:27:21: fatal error: jpeglib.h: No such file or directory #include ^ ``` As per https://github.com/cburgmer/csscritic/issues/69, you...
Hi, I am trying to install by compiling from source on R 4.0.3 on BigSur 11.2 and get this error: ``` ld: library not found for -ljpeg clang-11: error: linker...
Hello, I got an error when installing either qpdf package from CRAN and Github. ``` libqpdf/QPDFXRefEntry.o libqpdf/QTC.o libqpdf/QUtil.o libqpdf/RC4.o libqpdf/rijndael.o libqpdf/SecureRandomDataProvider.o libqpdf/sha2.o libqpdf/sha2big.o C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o qpdf.dll tmp.def...
During package building/checking there is the following warning if `qpdf` is not installed: `WARNING qpdf is needed for checks on size reduction of PDFs` I tried installing the `qpdf` R...
Hi... When I join few pdf files using pdf_combine function, bookmarks will be removed/ deleted. Please advice. Thanks
I have a relatively common use case where I need to modify .pdf files by combining parts of multiple .pdf files. For example, I may want pages 1-2 from input1.pdf,...
When I use pdf_combine(), the size of the synthesized pages is not uniform. I hope I can consider my request.