Ask HN: Why is the PDF format so inaccessible?
1–10 of 109 posts
Re: Ask HN: Why is the PDF format so inaccessible?
#2Re: Ask HN: Why is the PDF format so inaccessible?
#3Imagemagick also writes to pdf I believe, but it may only convert raster images. With postscript you can generate a vector pdf
Re: Ask HN: Why is the PDF format so inaccessible?
#4However, PDF is a commonly used format.
When I wanted to generate PDF (or other formats such as PNG), I just wrote a PostScript program to do (and then run it through Ghostscript). (Drivers could also be added to make other output formats too if wanted.)
Re: Ask HN: Why is the PDF format so inaccessible?
#5Re: Ask HN: Why is the PDF format so inaccessible?
#6The open PDF standard now costs 250 USD. Adobe is supposed to have an archive of the 1.7 spec online but they do not care enough to keep that up it appears.
I am trying to think of a reason why they would do such a blindly dumb thing but the C++ people used to do the same thing.
Re: Ask HN: Why is the PDF format so inaccessible?
#7Re: Ask HN: Why is the PDF format so inaccessible?
#8Re: Ask HN: Why is the PDF format so inaccessible?
#9The only link I could find was an archive link https://archive.org/details/pdf1.7 The open PDF standard now costs 250 USD. Adobe is supposed to have an archive of the 1.7 spec online but they do not care enough to keep that up it appears. I am trying to think of a reason why they would do such a blindly dumb thing but the C++ people used to do the same thing.