Show HN: I made a simple PDF text editor
21–30 of 78 posts
Re: Show HN: I made a simple PDF text editor
#22Earlier quoted context omitted.
I tried it with a bit complex pdf structure and it worked like charm +1. Would love to learn more about the underlying techniques/tech.
It just calls https://github.com/pdf2htmlEX/pdf2htmlEX on the server.
and it appears as if it would probably run anything you put between ; and # (in this case it will echo hi). Unless the filename is sanitized, which it appears to not be.
Re: Show HN: I made a simple PDF text editor
#23The website isn't loading anything for me right now.
Re: Show HN: I made a simple PDF text editor
#24Re: Show HN: I made a simple PDF text editor
#25I love it. How do I save it?
Re: Show HN: I made a simple PDF text editor
#26Re: Show HN: I made a simple PDF text editor
#27Re: Show HN: I made a simple PDF text editor
#28Now I just wish there were a version that could run locally. All the Linux PDF viewers suck -- they can't even save a fill-in PDF form or insert a signature.
Re: Show HN: I made a simple PDF text editor
#29Re: Show HN: I made a simple PDF text editor
#30Now I just wish there were a version that could run locally. All the Linux PDF viewers suck -- they can't even save a fill-in PDF form or insert a signature.
It is super lightweight and opens any complex PDF. Can insert signatures, can edit anything in the PDF (without changing the font even if the font is embedded in the PDF—as long as all the glyphs you are typing are present in the font), etc. My only complaint is that it won't edit an encrypted PDF, but a one-liner Ghostscript command can remove the encryption automatically: https://gist.github.com/compleatang/6046249