Hacker News new | ask | show | jobs
by enriquto 2140 days ago
This sounds like a very bad software for pdf creation. Notice that the pdf standard contains the jpeg and the png formats as subsets, so you can embed such images directly into a pdf file.
1 comments

Yes, literally just copy everything between stream/endstream for a DCTDecode image and you can save it as a JPEG. Sounds like the tool's creator didn't know about that encoding.