this post was submitted on 20 Nov 2025
992 points (98.9% liked)
People Twitter
8553 readers
2995 users here now
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a pic of the tweet or similar. No direct links to the tweet.
- No bullying or international politcs
- Be excellent to each other.
- Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician. Archive.is the best way.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can edit PDFs on libre?
How is pdf the standard also?
It’s got way too many features like 3d rendering. It’s proprietary. Simple things like copy and paste from a paper with columns does not work and is basically an unsolved AI problem.
Like, it mostly renders the same, but fonts, OCR, etc are different between viewers, and the official Adobe reader/acrobat are totally enshittified with AI that they don’t work anymore.
Have you ever tried to look under the hood and interact with a pdf programmatically? I assure you it only gets worse.
A while ago I tried to write a small script to scrape data out of some account statements that my idiot bank only made available in pdf format. As far as I could tell, the file was just a list of tiny chunks of text along with sets of x/y coordinates specifying where each one should be placed on the page. Answering seemingly simple questions like "are these two words on the same line?" Involved comparing raw y-coordinates because the file had no concept of a "line of text", and even spaces between words were often simulated by bumping the x-coordinate over by a few pixels instead of using an actual space character.
I suspect those files were generated by a particularly bad piece of software, and a more competent one could probably do much better, but knowing that its even possible to create a file that cursed is still infuriating to me.
Yup that's how PDFs are. I think the accessibility option one might have something (never tried parsing that).
Plus if you're working with language with diacritics then it's even worse because you can't even compare the coordinates properly, specially if some of them go beyond the previous characters. Not having the space combined with that meant it was really hard to determine the text, and it saves glyph from the font instead of character info too.
Yeah, don't try to hand-parse a raw PDF. You're better off rendering it and running OCR on the image in most cases. Only exception I know of is if you generated it with LaTeX.
Probably Crystal Reports. It's cursed.
Yes, I have looked at evil and I have not been back.
At least you can play doom in a pdf.
https://github.com/ading2210/doompdf
Huh, GitHub is down.
Been working on local stuff all morning.
Now just need to connect it to a Samsung Smart fridge.
Also, the entire web stack, the entire history of email, Javascript - the horrors of the universe just happen
I hate how it deals with lines in chart grids where it looks like different lines are bolded depending on your zoom level
Yeah, using vector graphics on PDF because you can zoom in and you get into that problem. For big drawings I just look at 100% zoom, otherwise if there's too many lines on small drawings I just make a png instead.
That’s an app issue I think. Preview on macOS renders very well, but macOS and postscript/pdf go back a long long way.
You can edit pdf in firefox lol
Yes. Might depend on how the PDF was saved or if it's protected, but it can open and export PDF format. Gimp can too, however that would be really more graphics editing as doing text is cumbersome.
Gimp is really bad with exporting large PDFs. Like 60 pages and it crashed my 16gb ram laptop because it ran out of memory after like spending at least an hour.
To be fare, you can open PDF in Word and it converts it to editable docx