Hi, sorry, I didn't get to this sooner. On Tue, Nov 24, 2009 at 10:35:20AM -0500, Jeffrey Walton wrote: > On Tue, Nov 24, 2009 at 8:46 AM, Michal Hocko <[email protected]> wrote: > > On Mon, Nov 23, 2009 at 02:48:26AM -0500, Jeffrey Walton wrote: > >> > >> [SNIP] > >> > >> I'm using OpenOffice and exporting to a PDF. OOo does not allow me to > >> add a coauthor, so I need to modify the existing author - 'Jeffrey > >> Walton' to 'Jeffrey Walton and John Doe'. > >> > >> According to [1], PDFEdit does not offer the feature. > > > > It doesn't offer it in GUI/scripting. But if you are able/willing to > > write a simple program, you can use our pdfedit-core-dev library which > > is a part of the source package. > > Let me know if you want some help with this. > > Yes, sample code would be nice. C/C++ would be preferred since I'm > pretty lame when it comes to scripting.
Attached, you can find the code with the Makefile. Please note that you
have to install pdfedit-core-dev before that (either system-wide or
local locally then you just need to update Makefile to call
pdfedit-core-dev-config properly). Library is unfortunately not part of
any distribution yet so you have to compile and install it on your own.
To do that you need to:
* get sources from the CVS
* ./configure --enable-pdfedit-core-dev
- note you don't need QT3 stuff for that
* make
* make install
You can play with PREFIX variable (check the README file for more
information) to get files somewhere else than
/usr/local/{include,lib,bin}.
Let me know if you need any help
>
> Jeff
>
> >> [SNIP]
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Pdfedit-support mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support
--
Michal Hocko
change_author.tar.gz
Description: Binary data
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
