Re: Outlines?
"spinningwebz2002" <spinningwebz2002-/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], Alfred Reibenschuh <alfredreibenschuh@...> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > spinningwebz2002 wrote: > > I need to put text on top of pictures and am hoping that PDF:API has > > the ability to do outlines (basically white outline around black text). > > Has anyone seen this option? > > > > If it isn't in there the only other thought I had was, if doing a white > > outline, to write the text 1 pixel above and to the left in white, then > > again 1 pixel down and to the right then the text in black over it. Any > > thoughts? > > > > Bill > > you can do this by using: > > $txt->render( $rendering); > > you can see the effects in the pdf spec 1.7 page 402 table 5.3 > > C > > fredo > - -- > Schonmal davon gehoert, dass nicht jeder linux user gleich ein > programmierer ist, der alles, was er selber braucht, auch selber > programmiert, installiert, patched, hacked oder portiert? > > Urks? Das ist doch nur eine Legende..... > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHAqRSjKJMaHhpyr4RCASvAKDCoDzQVXooFSt+E4VCJd9039A9UwCdGUtv > 6uaPPB3phh5HBDT8/P+zIfU= > =jRwU > -----END PGP SIGNATURE----- > How would I do this, what values whould I use? Thanks Bill