Eh PDFs are just annoying to deal with. I could do this stuff the adobe acrobat when I had the paid version in school but I’m cheap and no longer have it. If I’m feeling desperate I’ll find the ghostscript command that does it otherwise I just do something horrible (for example scanning to jpeg rather than PDF creating an HTML page with both images and printing that to PDF)
From writing a limited amount of code to generate PDFs from scratch the standard is just cursed. It was using 7 bit ASCII until fairly recently resulting in an eighth of the document being wasted space. Also when they switched to PDFs being an open standard the specs went from something freely available on adobe’s web site to a challege of how to send 98 swiss francs to ISO to get access.
Eh PDFs are just annoying to deal with. I could do this stuff the adobe acrobat when I had the paid version in school but I’m cheap and no longer have it. If I’m feeling desperate I’ll find the ghostscript command that does it otherwise I just do something horrible (for example scanning to jpeg rather than PDF creating an HTML page with both images and printing that to PDF)
From writing a limited amount of code to generate PDFs from scratch the standard is just cursed. It was using 7 bit ASCII until fairly recently resulting in an eighth of the document being wasted space. Also when they switched to PDFs being an open standard the specs went from something freely available on adobe’s web site to a challege of how to send 98 swiss francs to ISO to get access.
PDF24 has been my savior for anything pdf related. I learned about it and suddenly I no longer hate pdfs.