Live data from Hacker News

Show HN: I made a simple PDF text editor

simpdf.com

11–20 of 78 posts

Re: Show HN: I made a simple PDF text editor

#12
post #3

Earlier 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.

What calls what?

Re: Show HN: I made a simple PDF text editor

#14
post #3

Hi, I bootstrapped this simple website. Let me know what you think :)

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.

Hey, there's nothing complex going on. I'm using a tool to convert pdf to html, and it does a phenomenal job.

Re: Show HN: I made a simple PDF text editor

#15
post #3

Earlier 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.

https://github.com/shashanoid/Simpdf/blob/1557bf838a8debeee1... Btw, arbitrary code execution vuln here, OP.

I'm investigating the same. The upload endpoint uses secure_filename to get the filename used in that func. I'm not familiar with it, but the docs say it could return an empty string.
Post reply on HN