Matteo Seclì
Matteo Seclì
I've merged https://github.com/matteosecli/pdf2archive/pull/18 but I'll keep this one open as a reminder that this should be a temporary fix. Thank you! 🙂
Install & update has been implemented, but we need to - [ ] Test the system - [ ] Update the manpage once the API for 0.4 is stable
Hi @stuart-little, finally got some time to comment on this as well. Thanks for pointing out the preflight app in PDFBox; I myself sometimes use PDFBox for some other stuff,...
Hi @einemarc, thanks for the report! Which version of Ghostscript are you using? I've dug a little bit and since one of the three links is working I suspect it...
I can confirm this is Ghostscript's intended behavior since 9.24 or so, and that the fact that in previous versions of Ghostscript those links were instead working was indeed a...
I've dug further and unfortunately I haven't found any way to get around this. See for example: https://bugs.ghostscript.com/show_bug.cgi?id=699582#c2 Additionally, it seems that `-dPrinted=false` does not retain print annotations, so it's...
I managed to successfully convert your sample file to PDF/A and keep the hyperlinks at the same time. I basically added an `/F 4` flag to the annotations via the...