-
Is it possible to uncompress PDF? similar to:
~~~sh
# uncompress
qpdf --stream-data=uncompress a.pdf b.pdf
# compress
qpdf b.pdf c.pdf
~~~
https://github.com/qpdf/qpdf/releases
-
> $ qpdf --help
> Run "qpdf --help=topic" for help on a topic.
> Run "qpdf --help=--option" for help on an option.
> Run "qpdf --help=all" to see all available help.
How about a fourth option, t…
-
Sebelum ada pembaruan PDF oleh BCA, file PDF nya tidak terenkripsi. bisa dikonfirmasi dengan tool "infopdf" di linux.
Enkripsi tersebut menyebabkan error pada web app.
Sudah diusahakan untuk men…
-
`--decode-level=generalized` is specified [in the documentation](https://qpdf.readthedocs.io/en/stable/cli.html#option-decode-level) as being the default, but this functionality is broken.
https://…
-
https://qpdf.readthedocs.io/en/stable/packaging.html mentions how to
make the documentation. But some users might just want to download a
copy for offline use.
E.g., https://gdal.org/en/latest/ s…
-
The [attached PDF](https://github.com/user-attachments/files/17144368/test_attachments.presentation.pdf) produces the following error message with QPDF 11.9.1 `--check`:
```
$ qpdf --check test_at…
-
I need to get the `arrayBuffer` or `blob` of the PDF page in a browser using `qpdf`, is that possible? Can't find any documentation for that
-
Whilst cpdf is generally fast, we are behind on simple operations on large files - perhaps by not delaying the reading of objects from object streams in some way?
```
Times for Forgotten_creator:
…
-
[veraPDF](https://verapdf.org/project/) can verify and fix metadata of PDF/UA-1 files. There's a [RFP (request for package) in Debian](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961603), but th…
u451f updated
2 weeks ago
-
`devtools::check()` gives this warning:
```r
W checking sizes of PDF files under ‘inst/doc’ (782ms)
‘gs+qpdf’ made some significant size reductions:
compacted ‘example_cav_expo_noCovari…