Re: PDF::API2

2008-12-14 Thread Dermot
2008/12/12 ChrisC : > Hi! Hi, > How to underline text using PDF::API2? > > Currently using following to print text: > > sub print_pdf_text { >my $xp = shift; >my $yp = shift; >my $fnt = shift; >my $Mfnt = shift; >my $text = shift; > >$txt->font( $fnt, $Mfnt); >$

Re: PDF::API2, error "Can't call method "val".... when adding a picture to the PDF

2008-07-15 Thread Dermot
2008/7/14 ChrisC <[EMAIL PROTECTED]>: > I am not sure what is going on. It works, then it does not? Is there > a solution for this? I have been able to find little to NO doc on > this. > > use strict; > . > . > . > sub picture { >my $picture = shift; >my $xp = shift; >my $yp

Re: PDF::API2 and content index

2006-08-29 Thread Beginner
On 28 Aug 2006 at 9:37, Daniel Kasak wrote: > Hi all. Olla > Does anyone know if it's possible to create a content index with > PDF::API2, so people viewing the PDF can click in the index and go > straight to the corresponding page of the PDF document? If your referring to the thumbnails sideb

Re: PDF::API2

2006-02-28 Thread Owen
The Ghost wrote: > What I meant by lacking was "insufficient". It tells me I create an > xo_form object, but I don't understand how to place it into the PDF. I > think I know what parameters to pass to it though: > > -type => 'a', -code => 'barcode000' > > Any ideas? >> Place 'PDF API2 docum

Re: PDF::API2

2006-02-28 Thread The Ghost
(ps, google didn't turn up anything more than the CPAN docs) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDF::API2

2006-02-28 Thread The Ghost
What I meant by lacking was "insufficient". It tells me I create an xo_form object, but I don't understand how to place it into the PDF. I think I know what parameters to pass to it though: -type => 'a', -code => 'barcode000' Any ideas? Ryan On Feb 28, 2006, at 1:33 AM, Owen Cook wrote:

Re: PDF::API2

2006-02-27 Thread Owen Cook
On Tue, 28 Feb 2006, The Ghost wrote: > Does anyone know how to use the barcoding of PDF::API2? The > documentation is lacking. Place 'PDF API2 documentation barcoding' into Google and it may give you some more clues. Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: PDF-API2

2005-06-21 Thread Rick Measham
G'day Dermot, Why bother with all the rotation stuff? Why not just make a landscape document? I believe the following script will suit your purposes (unless I've misunderstood them) For those interested in PDF::API2, but frustrated by the lack of documentation, I have a tutorial (that Derm

Re: PDF::API2 module example for edit pdf and save new pdf file

2005-06-01 Thread Wiggins d'Anconia
baskaran wrote: > Dear sirs, > > I want to learn more about open pdf file and edit and save some other new > pdf file. > I use PDF::API2 module, Kindly give me an example... > > Thanking you > > Regards > Baskaran NK > > > http://search.cpan.org/src/AREIBENS/PDF-API2-0.41/examples/ http://da

Re: PDF::API2

2005-04-20 Thread Daniel Kasak
Peter Rabbitson wrote: >Hi everyone, >Today I am stuck with PDF::API2. Although seeming very powerful, the module >documentation is horridly lacking. I was able to figure a great deal of what >I need by directly examining the source, however some issues are left >unsolved: > >1. Is there a way to

Re: PDF::API2

2005-04-20 Thread Owen
On Wed, 20 Apr 2005 10:27:47 -0500 Peter Rabbitson <[EMAIL PROTECTED]> wrote: > Today I am stuck with PDF::API2. Although seeming very powerful, the module > documentation is horridly lacking. I was able to figure a great deal of what > I need by directly examining the source, however some issues