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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2883 - 2912 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2883
According to Appendix D of the 1.5 PDF Specification, the +/- is 0xB1 (octal 261) which is decimal 177 for all encodings EXCEPT STD. The only way you can get...
James Moosmann
moosepdf
Offline Send Email
Jun 1, 2006
11:09 am
2884
As noted in the POD for PDF::API2::Page (though not explained very well) if you obtain a reference to a text or gfx object and supply a true value as a...
Tom Freedman
tinfoilhat
Offline Send Email
Jun 1, 2006
2:23 pm
2885
... 0xB1 (octal 261) which is decimal 177 for all encodings EXCEPT STD. The only way you can get a different character is if the /Encoding in the PDF is...
alfredreibenschuh
alfredreiben...
Offline Send Email
Jun 2, 2006
1:10 pm
2886
... The corefont example script rendered everything correctly leading me to further investigation yielding this: use PDF::API2; my $pdf = PDF::API2->new; my...
ribasushi
Offline Send Email
Jun 2, 2006
7:16 pm
2887
... a correct latin1 string. ... a incorrect utf8 string. the string receives the utf8 flag (from pack) but the apostrophes get improperly decomposed into...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jun 5, 2006
3:24 pm
2888
... I don't think the problem is that the string is improperly encoded. The problem is that it is a unicode string at all. encByUni is improperly mapping \x27...
Ken Hirsch
kenahirsch
Offline Send Email
Jun 6, 2006
6:26 pm
2889
I have encountered a number of PDF books which have blank pages, usually inserted so that chapters begin on a right-hand page. PDF::API2's (v 0.51)...
Alan Fry
millgatebarn
Offline Send Email
Jun 7, 2006
5:11 pm
2890
... This comment from Alfred got me thinking for a second that I indeed can not concatenate Unicode with non-Unicode. Glad that Ken pointed out that "I have...
ribasushi
Offline Send Email
Jun 8, 2006
12:44 pm
2891
... I don't see that. In your particular case the default encoding contains 39 => quoteright 169 => quotesingle u2c includes the inverse mapping of this, from...
Ken Hirsch
kenahirsch
Offline Send Email
Jun 9, 2006
4:56 pm
2892
hi! ... seams like we hit a bug here. i've commited a fix to the SF cvs. if this is properly tested, i'll create a release for cpan. -- fredo...
alfredreibenschuh
alfredreiben...
Offline Send Email
Jun 14, 2006
9:26 pm
2893
I've just run some PDF::API2 code that was developed on 0.3r77 and noticed that the paragraph method no longer returns witdth of the text on the last line or a...
lleegeeuk
Offline Send Email
Jun 21, 2006
9:57 am
2894
Hi, Does anyone know of a way to view PDFs in Perl/Tk? I tried searching the modules for PDF::API2 and Tk but no luck. -- __END__ Just my 0.00000002 million...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Jun 23, 2006
1:56 pm
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Messages 2883 - 2912 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