Hacker News new | past | comments | ask | show | jobs | submit login

Change the font of a PDF without the source? Sure buddy, just give me a research team and five years.

Edit: Whoops, apparently this is trivial. TIL.




   pdf2ps a.pdf
   vim a.ps             # take a look at it, maybe you see how the font is called
   cat a.ps | sed 's/Comic Sans/Times/g' > b.ps    # may be slightly more complex
   ps2pdf b.ps


The PDF has Illustrator Editing Capabilities, so it can be easily edited in Illustrator.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: