Re: Fwd: Re: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-04-23 Thread Steve Cookson
Hi Mark, Here are my install notes: 1) I get a whole load of msw directories and no gtk directories. I don't know if this will be a problem but it's kinda counter-intuitive. root@k10:~/wxpdfdoc# root@k10:~# svn checkout http://wxperl-pdfdocument.googlecode.com/svn/trunk/ wxpdfdoc Awxpd

Re: Fwd: Re: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-04-23 Thread Mark Dootson
Hi, Version that should work uploaded to the SVN repo. The problems were: 1) I decided to rename the methods and missed the GTK one. 2) I need some additional rpath commands for Linux. 3) some missing msw dependencies. Note: there is only an msw directory because only msw needs it. Hope latest

Re: Fwd: Re: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-04-22 Thread Steve Cookson
PDFs. Regards Steve Em domingo 22 abril 2012, às 12:16:46, você escreveu: > -- Original Message -- > From: Mark Dootson > To: Steve Cookson , 'wxperl-users' > > Cc: ulrich.te...@gmx.de > Date: 22 April 2012 at 15:12 > Subject: Re: Wrapping wxPdfDocume

Re: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-04-22 Thread Mark Dootson
Steve, A first wrap of the current wxPdfDocument is available from svn checkout http://wxperl-pdfdocument.googlecode.com/svn/trunk/ wxpdfdoc The build process should download latest wxPdfDocument, build it, and then build the Perl modules. It is very much alpha. I haven't had time to review

Re: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-02-27 Thread Ulrich Telle
Hi Steve, > > wxPerl wrapper for wxPdfDocument [...] > > 1) You suggest that the work was not completed. Was that because not all > the methods were wrapped, or just that it did not work in any form? (OK I've > just looked at the CPAN readme. It looks as though it will work with some > methods,

RE: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-02-26 Thread Steve Cookson
Hi Ulrich, Thanks for your comprehensive reply. I have a couple of further questions: > About 6 years ago Mark Wardell started to implement a wxPerl wrapper for > wxPdfDocument. But as far as I know this work was never completed and isn't > maintained. But you may take a look at CPAN: > > htt

Re: Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-02-26 Thread Ulrich Telle
Hello Steve, > I'm guessing that wxPdfDocument has not been wrapped for wxPerl yet. About 6 years ago Mark Wardell started to implement a wxPerl wrapper for wxPdfDocument. But as far as I know this work was never completed and isn't maintained. But you may take a look at CPAN: http://www.cpan

Wrapping wxPdfDocument for wxPerl vs standard Perl PDF functions

2012-02-25 Thread Steve Cookson
Hi Guys, I need some functionality to give the user the option of printing a wxRichText document or sending a PDF. If they choose PDF, I don't want to use a PDF printer, but for the process to be transparent to the user. I'm guessing that wxPdfDocument has not been wrapped for wxPerl yet. So I g