Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Does Gentoo have a Free pdf editor?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
danielittlewood
n00b
n00b


Joined: 13 Apr 2020
Posts: 60

PostPosted: Thu Sep 03, 2020 9:10 pm    Post subject: Does Gentoo have a Free pdf editor? Reply with quote

I am trying to find a program to insert images into a pdf file. In Ubuntu I would use LibreOffice Draw for this, but I installed libreoffice-bin from the tree and when I try to open a pdf it opens some garbled text in Writer. I'm not sure whether this feature is missing because it's not included in the binary package, or I'm missing a USE flag, or that the version in portage is out of date. In any case, it doesn't look like I can edit pdfs using LibreOffice in Gentoo.

I looked around for a different tool, but the only thing I found was master-pdf-editor, which is proprietary (the free version does not include editing pdfs). Does anyone know a free tool that can do this?
_________________
With man it is impossible, but with gcc all things are possible.
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3628

PostPosted: Thu Sep 03, 2020 10:52 pm    Post subject: Reply with quote

Code:
app-office/libreoffice
     Installed versions:  6.4.6.2^t(18:02:47 22/08/2020)(dbus gtk pdfimport -accessibility -base -bluetooth -branding -coinmp -cups -debug -eds -firebird -googledrive -gstreamer -java -kde -ldap -mariadb -odk -postgres -test ELIBC="-FreeBSD" LIBREOFFICE_EXTENSIONS="-nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher" PYTHON_SINGLE_TARGET="python3_7 -python3_6 -python3_8 -python3_9")
I don't edit pdf files anymore.
But opening pdf with Libreoffice Draw via context menu seems to provide a fairly adequate editing environment.

IIRC years old trials, final size wasn't optimal, e.g. testing opening, exporting to pdf without any changes then compare size.
I don't recall diff %, though it wasn't excessive.

Libreoffice has evolved since, so things may have changed.

Thks 4 ur attention, interest & support.


Last edited by CaptainBlood on Thu Sep 03, 2020 11:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
AJM
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 189
Location: Aberdeen, Scotland

PostPosted: Thu Sep 03, 2020 11:05 pm    Post subject: Reply with quote

I use xournal for adding (usually signature) images to PDFs. I can't say it's a perfect solution but it does work...
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1393
Location: Germany

PostPosted: Fri Sep 04, 2020 10:42 am    Post subject: Reply with quote

There is also https://packages.gentoo.org/packages/app-text/pdfarranger
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
pcmaster
Advocate
Advocate


Joined: 04 Dec 2003
Posts: 2222
Location: Barcelona

PostPosted: Sun Sep 27, 2020 9:32 am    Post subject: Reply with quote

Try with Inkscape.
_________________
pcmaster
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3140

PostPosted: Sun Sep 27, 2020 1:24 pm    Post subject: Reply with quote

Quote:
. In Ubuntu I would use LibreOffice Draw for this, but I installed libreoffice-bin from the tree and when I try to open a pdf it opens some garbled text in Writer.
+1 for libreoffice draw.
Just make sure you have installed it with USE="pdfimport", otherwise it will open some garbled text in Writer.
Back to top
View user's profile Send private message
Etal
Veteran
Veteran


Joined: 15 Jul 2005
Posts: 1931

PostPosted: Sun Sep 27, 2020 2:30 pm    Post subject: Reply with quote

Another thing that can cause text to be garbled is if you don't have the right fonts installed (e.g. corefonts), at least in inkscape. I haven't tried USE="pdfimport" with libreoffice yet.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Mon Sep 28, 2020 8:46 pm    Post subject: Reply with quote

I use my wife :) She has full Adobe Acrobat on her laptop. So I just forward anything I get for signature to her, and usually in 10 min it comes back :)

More seriously, I am looking for the solution as well. Even on my tablet somehow free tools from Adobe itself do not work properly. And I have a feeling that master-pdf-editor had more free features
in its earlier incarnation (I may be mistaken). Now there is not much useful left in the free version relative to, say, okular. Except better rendering of forms.
Back to top
View user's profile Send private message
msst
Apprentice
Apprentice


Joined: 07 Jun 2011
Posts: 259

PostPosted: Mon Sep 28, 2020 9:32 pm    Post subject: Reply with quote

I have been looking for this as well and never found any open source editor for pdf. There is Acrobat Professional, which is neither free nor open-source. And lots of free tools who mainly just render pdf, link pdfs together, split them and so on. Inkscape, libreoffice etc. all seem to import pdf either as image or in a super clumsy way that is not usable.

Of course one can render pdf as an image, overlay another image and print again to pdf, but that is hardly something that resembles editing pdf. You can also open a pdf in gimp and overlay text and print again.
It seems that format is just useless as editable format unless it is a pdf formular. There are a few pdf readers who can fill out a pdf form. Okular from kde can do that. Other than that it is a drama.
Back to top
View user's profile Send private message
danielittlewood
n00b
n00b


Joined: 13 Apr 2020
Posts: 60

PostPosted: Tue Sep 29, 2020 8:09 am    Post subject: Reply with quote

szatox wrote:
Quote:
. In Ubuntu I would use LibreOffice Draw for this, but I installed libreoffice-bin from the tree and when I try to open a pdf it opens some garbled text in Writer.
+1 for libreoffice draw.
Just make sure you have installed it with USE="pdfimport", otherwise it will open some garbled text in Writer.


Does this imply having to compile libreoffice? :(

Code:
daniel@gentoo:~
$ equery uses libreoffice | grep pdfimport
-pdfimport
daniel@gentoo:~
$ equery uses libreoffice-bin | grep pdfimport
# nothing

_________________
With man it is impossible, but with gcc all things are possible.
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3140

PostPosted: Wed Sep 30, 2020 7:32 am    Post subject: Reply with quote

Quote:
danielittlewood
Well, you have already tested pre-compiled binary package and it didn't work.
I have built it myself with pdfimport disabled and enabled and flipping this one really made a difference, so yes, it seems to be the way to go
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3140

PostPosted: Tue Oct 31, 2023 12:09 am    Post subject: Reply with quote

I just wanted to say I've been looking for a handwritten notes app, and I found something capable of:
* opening PDF files (even those that mupdf and xpdf fail to read)
* adding annotations (both, typed text and handwritten/scribbled stuff). For tablet users: it senses pressure and switches tools to match input device used to perform an action
* exporting to PDF

Unfortunately scrolling is a bit clunky and it is not capable of removing or rearranging stuff from a PDF, but I still found it useful, so perhaps someone else out there will like it too.
I give it 4/5 stars. Have fun!
The name is Xournal
Back to top
View user's profile Send private message
wuzzerd
Guru
Guru


Joined: 05 Jan 2005
Posts: 467
Location: New Mexico

PostPosted: Wed Dec 20, 2023 12:46 am    Post subject: Reply with quote

Look at Abiword. I've exported text as PDF with it.
Back to top
View user's profile Send private message
samiaaly
n00b
n00b


Joined: 07 Jan 2024
Posts: 1

PostPosted: Sun Jan 07, 2024 4:07 pm    Post subject: Reply with quote

In Linux, there are several free and open-source tools available for manipulating PDFs, including inserting images. Here are a few options you can explore:

PDF Arranger: It's a simple GTK-based application that allows you to merge, split, rotate, and rearrange PDF pages. While it might not have a dedicated image insertion feature, you can often add images by creating a new PDF page with an image and then merging it with your existing PDF.

PDF-Shuffler: Similar to PDF Arranger, this tool lets you merge, split, and rearrange PDF pages. You can add images by creating a new page and inserting an image into it.

Inkscape: Though primarily a vector graphics editor, Inkscape can import PDFs and allow you to edit them. You can add images or manipulate existing elements. It might require converting the PDF to an editable format (like SVG) and then exporting it back to PDF after inserting the images.

GIMP: Another versatile tool, GIMP, can handle image manipulation and editing. While it doesn't directly edit PDFs, you can import PDF pages as images, add other images on top, and export the combined result as a new PDF

[Moderator edit: Removed a link which is not useful and contains links to commercial providers -- pietinger]

Remember, these tools might not have the same direct functionality as LibreOffice Draw for inserting images into PDFs. You might need to use a workaround or a combination of tools to achieve the desired result. Always make sure to back up your original PDF before attempting any edits.

Additionally, exploring community forums or package repositories specific to Gentoo might offer insights into any updates, patches, or alternative packages that provide the functionality you need within LibreOffice Draw or other software options.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum