Search the web
Sign In
New User? Sign Up
perl-text-pdf-modules · Mailing-List for Users of PDF::API2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2895 - 2924 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2895
Is it possible to insert raw pdf coding - such as the command to begin italic text - into the PDF::API2 stream?...
lleegeeuk
Offline Send Email
Jul 21, 2006
7:34 am
2896
... Yes and no. Yes, but you will have to dig into the details yourself. No, there is no command to begin italic text. In PDF, you write the text in an italic...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Jul 21, 2006
5:48 pm
2897
I'm using the module to generate pdf's on the fly via a cgi. These cgi's are running under the mod_perl registry. I'm finding that sometimes the pdf draws...
Matthew Lenz
matthewlenz
Offline Send Email
Jul 27, 2006
2:56 pm
2898
... After doing a little more research it looks like the version of the pdf module that comes with debian sarge is pretty dang old. I also saw mentioned in...
Matthew Lenz
matthewlenz
Offline Send Email
Jul 27, 2006
3:10 pm
2899
When upgrading from an old .4x version of the module to the new .53 package I found that all my text and barcodes went from black to grey. Changing all the...
Matthew Lenz
matthewlenz
Offline Send Email
Jul 28, 2006
6:49 pm
2900
... it is cheers, -- fredo...
alfredreibenschuh
alfredreiben...
Offline Send Email
Jul 31, 2006
2:21 pm
2901
anyone? still can't figure this one out. -Matt...
Matthew Lenz
matthewlenz
Offline Send Email
Aug 8, 2006
2:39 pm
2902
I don't know the answer but you mention that you thing mod_perl maybe involved in the issue, have you tried with out mod_perl. That at least will help you...
Mark Fowle
mfowle@...
Send Email
Aug 8, 2006
3:02 pm
2903
... No its not mod_perl. Did everyone see their text/graphics move to grey from black when upgrading at some point? I found the problem in the BarCode.pm has...
Matthew Lenz
matthewlenz
Offline Send Email
Aug 8, 2006
3:47 pm
2904
I think there may have been some issues with color labels back when I started using PDF API2 but don't remember if it was that or some other rendering module I...
Mark Fowle
mfowle@...
Send Email
Aug 8, 2006
5:47 pm
2905
... Shouldn't this be: <TD bgcolor="black"> ... ... -- __END__ Just my 0.00000002 million dollars worth, ... "For the things we have to learn before we can do...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Aug 8, 2006
5:57 pm
2906
Then you would get black, I was trying to should how you might get gray or some semblance there of, treating text as a number. ... From: Mr. Shawn H. Corey...
Mark Fowle
mfowle@...
Send Email
Aug 8, 2006
6:05 pm
2907
Hello, I just need to read a PDF to determine if the fonts are embedded. Anyone know how to do this?...
ronake@...
picnichog
Offline Send Email
Aug 8, 2006
7:04 pm
2908
... I think that was his point .. he's suggesting that PDF::API2 now expects everything to be a color value rather than a name. Thus it treats 'black' as if it...
Rick Measham
rick_measham
Online Now Send Email
Aug 8, 2006
11:57 pm
2909
hi! ... nope, i just checked the relevant code sections. 'black' is a supported color (see: unicolor.txt). i will include a barcode example in the next...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Aug 9, 2006
11:56 am
2910
I use XPDF's pdffonts utility for this puprpose. Gives results like: name type emb sub uni object ID ... ...
Gert Blekkenhorst
gert_blekken...
Offline Send Email
Aug 9, 2006
12:51 pm
2911
Hi all, I've got a script which we've been running for ages on linux + perl 5.8.4 + PDF::API2 v0.44 with no problems. However I need to move the script over...
Brendon Oliver
bdo1966
Offline Send Email
Aug 13, 2006
10:33 pm
2912
What kind of fonts do you use? Are these installed on the machine? ... /usr/local/lib/perl5/site_perl/5.8.8/PDF/API2/Resource/Font/Postscript.pm ... ...
the Shelter
the_shelter
Offline Send Email
Aug 15, 2006
10:57 pm
2913
What kind of fonts do you use? Are these installed on the machine? ... /usr/local/lib/perl5/site_perl/5.8.8/PDF/API2/Resource/Font/Postscript.pm ... ...
the Shelter
the_shelter
Offline Send Email
Aug 15, 2006
11:00 pm
2914
... Nothing special - no external .ttf files if that's what you mean. All our English-language docs use Helvetica and our CJK-formatted reports use the ...
Brendon Oliver
bdo1966
Offline Send Email
Aug 15, 2006
11:19 pm
2915
Hello Alfred and everyone, I'm looking over the example program included with PDF::APIx::Layout, and I'm trying to review all of the modules included in it and...
James
samej71
Offline Send Email
Aug 20, 2006
7:45 am
2916
... The PDF Reference Manual is available at http://partners.adobe.com/public/developer/pdf/index_reference.html -- __END__ Just my 0.00000002 million dollars...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Aug 20, 2006
11:54 am
2917
Longtime fan of PDF::API2 (thank you Alfred!). Been finally kicking the tires on PDF::APIx and encountering erroneous chunkifying of linebreaks running the...
Steve Kleiman
stevekleiman
Offline Send Email
Aug 21, 2006
6:23 am
2918
Hello Steve, SK> When I run '0x0_layout' script and generate a new PDF, my output does not match the SK> sample PDF above. The lines break without regard for...
James Olsen
samej71
Offline Send Email
Aug 21, 2006
9:03 am
2919
Yeah, I'd seen your post and read it as a feature request and not an instance of faulty behavior. I'm running Perl 5.8.7 and UniWrap looks for 5.008 or later,...
Steve Kleiman
stevekleiman
Offline Send Email
Aug 21, 2006
6:51 pm
2920
... currently not possible ... $c->render() will return overflow cells if any ... this could be done usin 2 columns ... not possible cheers, -- fredo -- Der...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Aug 21, 2006
8:29 pm
2921
hi! ... my investigation is finished. seamslike newer versions of perl(!) break UniWrap.pm i'll look for a workaround. cheers, -- fredo -- Der GMX SmartSurfer...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Aug 21, 2006
10:27 pm
2922
A fix contributed by Niko Tyni for the 'bogen' bug detailed below is on CPAN but not in this message group. If anyone is searching for that fix, it's here: ...
Steve Kleiman
stevekleiman
Offline Send Email
Aug 22, 2006
2:08 am
2923
... <snip> In general, you can't use PDF::API2 to accomplish these tasks (as Fredo has pointed out). The basic problem is that you can't provide ...
jeffchimene
Offline Send Email
Aug 23, 2006
5:37 pm
2924
... Thank you (to everyone) for the response, I'll keep looking. :) --James...
James
samej71
Offline Send Email
Aug 28, 2006
2:44 pm
Messages 2895 - 2924 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help