Can anyone recommend an application to edit a pdf file, and I am
running 64 bit Gentoo, so it needs to be compatible?
Thanks,
Sean
--
gento...@gentoo.org mailing list
root: root> eix pdftk
* app-text/pdftk
Available versions: 1.12
Homepage: http://www.accesspdf.com/pdftk
Description: A tool for manipulating PDF documents
root: root> which pdftohtml
/usr/bin/pdftohtml
root: root> equery belongs /usr/bin/pdftohtml
app-text/poppler-0.5.3 (/usr/bin/pdftohtml)
> I am running 64 bit Gentoo, so it needs to be compatible?
It's easy to test them & find out (smile).
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : pur...@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gento...@gentoo.org mailing list
> Hello All,
>
> Can anyone recommend an application to edit a pdf file, and I am
> running 64 bit Gentoo, so it needs to be compatible?
>
> Thanks,
> Sean
OpenOffice Writer can easily export your documents as PDF files, but for
editing existing PDFs - I don't know :(.
Regards,
Piotrek
--
gento...@gentoo.org mailing list
kword can import from .pdf files.
hope it helps.
[]'s
.m
--
gento...@gentoo.org mailing list
I don't think this is what the OP wanted but... wow. I didn't know it. I
just tried, it's not always perfect but it works.
It's one of these secrets of free software that should be more widely known.
m.
--
gento...@gentoo.org mailing list
Hi,
As it happens I was just faced with the same question and found this:
http://applications.linux.com/article.pl?sid=05/01/06/0612209
Mostly the comments are interesting.
If you just need to fill out a form or similar you can use gimp,
but if you need to do proper editing apparently scribus is the best
tool according to this.
Hope this helps.
Cheers,
Friedrich Göpel
--
gento...@gentoo.org mailing list
> Can anyone recommend an application to edit a pdf file, and I am
> running 64 bit Gentoo, so it needs to be compatible?
does the following ebuild works for you ? :
http://atrey.karlin.mff.cuni.cz/~sanda/pdfedit/
expect unimplemented features and bugs.
better than nothing :)
pavel
--
gento...@gentoo.org mailing list
I have tried that ebuild (with patch) and got linking error shown below.
Andrew
______________________
../xpdf/xpdf/libxpdf.a(GlobalParams.o): In function `GlobalParams::GlobalParams(char*)':
GlobalParams.cc:(.text+0x4277): undefined reference to `paperinit'
GlobalParams.cc:(.text+0x427c): undefined reference to `systempapername'
GlobalParams.cc:(.text+0x428c): undefined reference to `paperinfo'
GlobalParams.cc:(.text+0x4296): undefined reference to `paperpswidth'
GlobalParams.cc:(.text+0x42af): undefined reference to `paperpsheight'
GlobalParams.cc:(.text+0x42c5): undefined reference to `paperdone'
../xpdf/xpdf/libxpdf.a(GlobalParams.o): In function `GlobalParams::GlobalParams(char*)':
GlobalParams.cc:(.text+0x4a7f): undefined reference to `paperinit'
GlobalParams.cc:(.text+0x4a84): undefined reference to `systempapername'
GlobalParams.cc:(.text+0x4a94): undefined reference to `paperinfo'
GlobalParams.cc:(.text+0x4a9e): undefined reference to `paperpswidth'
GlobalParams.cc:(.text+0x4ab7): undefined reference to `paperpsheight'
GlobalParams.cc:(.text+0x4acd): undefined reference to `paperdone'
collect2: ld returned 1 exit status
make[2]: *** [pdfedit] Error 1
======= On Wednesday 27 September 2006 01:45, p...@twin.jikos.cz wrote: =======
most i can say is that it works on my x86 box (gcc-3.3.6,binutils-2.16.1-r2).
(the patch is not needed to apply; ebuild will do.)
many reasons possible why linker doesnt find the reference and i'm not
going to debug it...
Why not? Import PDF -> Edit -> Export PDF (well, print as PDF).
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gento...@gentoo.org mailing list
hi,
this bug should be fixed now. you can find 0.2.3 version in sunrise overlay.