1483
LibreOffice wee (lemmy.dbzer0.com)
submitted 5 months ago* (last edited 5 months ago) by Stamets@lemmy.dbzer0.com to c/whitepeopletwitter@sh.itjust.works

Now. Why am I wrong for Libre

you are viewing a single comment's thread
view the rest of the comments
[-] misspelledusernme@piefed.social 6 points 5 months ago

You can edit PDFs on libre?

[-] ALoafOfBread@lemmy.ml 19 points 5 months ago

You can in libreoffice draw for sure.

[-] antonim@lemmy.dbzer0.com 14 points 5 months ago

Yeah but it's pretty limited and personally I could never get it to work, it couldn't handle larger files. Had to pirate some other program to do anything serious.

[-] gustofwind@lemmy.world 5 points 5 months ago

Are there any good free pdf editors anyway? I’ve always had to use a premium product in the end 😔

[-] iAmTheTot@sh.itjust.works 4 points 5 months ago

LibreOffice Draw is the best in my experience. I edit a lot of pdfs for work and was tired of using an online solution which gave you two free document edits per hour. This was often enough but sometimes it wasn't, and that was annoying. So I tried four or five different offline software solutions for it, and I settled on LibreOffice Draw.

[-] gustofwind@lemmy.world 4 points 5 months ago* (last edited 5 months ago)

Yeah, similar experience, I’ve also settled on draw. Works fine enough 🤷‍♀️

Sometimes I use my organization’s ms and adobe products and I just get a little ui envy…

Edit(sometimes I have to)

[-] lime@feddit.nu 4 points 5 months ago

i mean, pdf's shouldn't be edited. that's the point of pdfs.

[-] gustofwind@lemmy.world 7 points 5 months ago
[-] lime@feddit.nu 2 points 5 months ago

i really wish i could.

[-] WalrusDragonOnABike@lemmy.today 6 points 5 months ago

If pdfs weren't supposed to be edited, they shouldn't have mistakes that require editing.

[-] Trainguyrom@reddthat.com 3 points 5 months ago

They also should've saved the source files that they were created from, but don't worry this PDF dates back 20 years and 3 of the people who maintained its annual updates have since retired, the last person who maintained it left the company on bad terms so good luck!

[-] lime@feddit.nu 2 points 5 months ago

this is why everything should be in plain text until it has been finalized

[-] WalrusDragonOnABike@lemmy.today 3 points 5 months ago

I'm sure they thought it was finalized when they put it out.

[-] Quill7513@slrpnk.net 3 points 5 months ago

editable pdfs would like a word

[-] lime@feddit.nu 3 points 5 months ago

non-standard extension. should die in a fire.

[-] JcbAzPx@lemmy.world 2 points 5 months ago

That word is "bloat".

[-] antonim@lemmy.dbzer0.com 2 points 5 months ago

It's a file on my computer, I'll do with it whatever I want.

[-] lime@feddit.nu 5 points 5 months ago

then convert it to a proper format until you're ready. editing a pdf is like decompiling and editing an exe file.

[-] antonim@lemmy.dbzer0.com 1 points 5 months ago* (last edited 5 months ago)

What program do you use to convert PDFs, what format do you convert them into for editing?

[-] lime@feddit.nu 2 points 5 months ago

pdf is a compiled format for typeset text, so you need a pdf compiler. i use latex + tectonic. pandoc is also a popular alternative. "converting for editing" is like decompiling a program, you're not guaranteed to get the same thing back as was put in. i never do that, i recompile instead. if i need text from a pdf i use pdftotext and cross my fingers because the formatting ain't coming back out. any program that does replicate formatting just does a best guess.

load more comments (10 replies)
[-] WrittenInRed@piefed.blahaj.zone 3 points 5 months ago

Inkscape can also kinda work depending on the PDF? I think libreoffice tends to be better still because inkscape treats text from an imported PDF weirdly iirc

[-] WalrusDragonOnABike@reddthat.com 2 points 5 months ago

I've yet to find one. Pdf24 is free but not Foss and decent for certain tasks, but it's not a great editor. After using the paid version of xchange for as long as I have, using free options just leaves me disappointed.

[-] antonim@lemmy.dbzer0.com 2 points 5 months ago* (last edited 5 months ago)

What's kind of weird is that there seems to be no other program coming close to Xchange's range. I've tried a bunch of them and they're basically toys compared to it. There evidently is some demand, but just one company meeting it fully? Is editing PDFs particularly technically difficult?

[-] WalrusDragonOnABike@reddthat.com 3 points 5 months ago

And the one company won't release a Linux version either. Sure, Wine exists, but it's not nearly as good as native support.

No clue how complicated PDFs, with all of its different versions are. Especially if some software make PDFs that don't even comply with official spec (not sure how often happens though).

[-] bufalo1973@piefed.social 2 points 5 months ago

Try to open a text PDF with LibreOffice and you might see why is so difficult to work with them. You can find that all the text is spread in one field for each line, not a unique text box.

[-] BenLeMan@lemmy.world 1 points 5 months ago

PDF Xchange Editor is cool. Thanks to it I haven't had a need for Adobe software on my PC in years.

load more comments (1 replies)
[-] panda_abyss@lemmy.ca 11 points 5 months ago

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.

[-] plenipotentprotogod@lemmy.world 9 points 5 months ago

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.

[-] thevoidzero@lemmy.world 5 points 5 months ago

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.

[-] dondelelcaro@lemmy.world 4 points 5 months ago

Probably Crystal Reports. It's cursed.

[-] bus_factor@lemmy.world 4 points 5 months ago

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.

[-] panda_abyss@lemmy.ca 3 points 5 months ago

Yes, I have looked at evil and I have not been back.

[-] vodka@feddit.org 6 points 5 months ago
[-] panda_abyss@lemmy.ca 4 points 5 months ago

Huh, GitHub is down.

Been working on local stuff all morning.

[-] Gork@sopuli.xyz 3 points 5 months ago

Now just need to connect it to a Samsung Smart fridge.

[-] amio@lemmy.world 3 points 5 months ago* (last edited 5 months ago)

Also, the entire web stack, the entire history of email, Javascript - the horrors of the universe just happen

[-] reallykindasorta@slrpnk.net 3 points 5 months ago

I hate how it deals with lines in chart grids where it looks like different lines are bolded depending on your zoom level

[-] thevoidzero@lemmy.world 3 points 5 months ago

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.

[-] panda_abyss@lemmy.ca 1 points 5 months ago

That’s an app issue I think. Preview on macOS renders very well, but macOS and postscript/pdf go back a long long way.

[-] Rhaedas@fedia.io 4 points 5 months ago

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.

[-] WalrusDragonOnABike@reddthat.com 3 points 5 months ago

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.

[-] Yerbouti@sh.itjust.works 3 points 5 months ago

You can edit pdf in firefox lol

load more comments (1 replies)
this post was submitted on 20 Nov 2025
1483 points (98.8% liked)

People Twitter

9930 readers
1756 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. 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