I would like to have comments extracted from pdf file using either AA,
or AR or pdftk (or any other utility which can run on Linux and/or
MacOSX). Sure I can "Copy and Paste" each comment but I want "one
shot" solution
Thank you in advance.
Victor
|
|
0
|
|
|
|
Reply
|
vivrii (151)
|
1/3/2011 2:49:53 PM |
|
Hi Victor,
On Jan 3, 9:49=A0am, victor <viv...@gmail.com> wrote:
> I would like to have comments extracted from pdf file using either AA,
> or AR or pdftk (or any other utility which can run =A0on Linux and/or
> MacOSX). Sure I can "Copy and Paste" each comment but I want "one
> shot" solution
Assuming the comments are encoded as comment annotations:
cpdf -list-annotations in.pdf > annots.txt
Not free, though: http://www.coherentpdf.com/
Cheers,
John Whitington
Coherent Graphics Ltd
|
|
0
|
|
|
|
Reply
|
John
|
1/4/2011 9:28:27 AM
|
|
On Jan 4, 4:28=A0am, John Whitington <j...@coherentgraphics.co.uk>
wrote:
> Hi Victor,
>
> On Jan 3, 9:49=A0am, victor <viv...@gmail.com> wrote:
>
> > I would like to have comments extracted from pdf file using either AA,
> > or AR or pdftk (or any other utility which can run =A0on Linux and/or
> > MacOSX). Sure I can "Copy and Paste" each comment but I want "one
> > shot" solution
>
> Assuming the comments are encoded as comment annotations:
>
> cpdf -list-annotations in.pdf > annots.txt
>
> Not free, though:http://www.coherentpdf.com/
Thanks but
1) the price is a bit too steep (keeping in mind that many
Universities have AA site license which for individual user translates
into $40)
2) Output does not show the page number to which annotation belongs or
type of annotation (highlight, sticky,... )
Ideally it should be in the form
3) Ignores hyperlinks (internal or external)
>
> Cheers,
>
> John Whitington
> Coherent Graphics Ltd
Best
Victor
|
|
0
|
|
|
|
Reply
|
victor
|
1/4/2011 11:12:42 AM
|
|