Re: [gentoo-user] PDF Editor

2006-12-25 Thread ps
 Pavel,
 
 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

hi,
this bug should be fixed now. you can find 0.2.3 version in sunrise overlay.
pavel
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-27 Thread Uwe Thiem
On 26 September 2006 22:16, b.n. wrote:
 Mauro Faccenda wrote:
  On Tuesday 26 September 2006 12:39, sean wrote:
  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?
 
  kword can import from .pdf files.
 
  hope it helps.

 I don't think this is what the OP wanted but... wow. 

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
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] PDF Editor

2006-09-26 Thread sean

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
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Christopher E. Granade
sean wrote:
 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
In general, PDFs aren't very editable after having been made. What kinds
of edits did you need to make?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Philip Webb
060926 sean wrote:
 Can anyone recommend an application to edit a pdf file

  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 : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Piotr Gąsiorowski

On Tue, 26 Sep 2006 17:39:05 +0200, sean [EMAIL PROTECTED] wrote:


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
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Mauro Faccenda
On Tuesday 26 September 2006 12:39, sean wrote:
 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?

kword can import from .pdf files.

hope it helps.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread b.n.

Mauro Faccenda wrote:

On Tuesday 26 September 2006 12:39, sean wrote:

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?


kword can import from .pdf files.

hope it helps.


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.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Friedrich Göpel
On 11:39 Tue 26 Sep , sean wrote:
 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

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
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread ps
hi,

 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
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Andrew Gaydenko
Pavel,

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, [EMAIL PROTECTED] wrote: ===
hi,

 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
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread ps
 I have tried that ebuild (with patch) and got linking error shown below.

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...

pavel
-- 
gentoo-user@gentoo.org mailing list