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 2256 - 2285 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2256
... Hi Fredo, I asked that because I'll probably face the need to create tables with API2, so I may be able to help to write the function. I've already done ...
Dani Pardo
dani@...
Send Email
Aug 2, 2004
1:30 pm
2257
Hi, I have already seen this question, but with still no clear answer. How do I put multiple fonts in a fully justified paragraph? Regards. Remi....
remi_1_1
Offline Send Email
Aug 4, 2004
8:27 am
2258
... Not real easy. I'm in the middle of creating a styled paragraph toolkit so here's the process I follow: Separate the paragraph into words (this isn't the...
Rick Measham
rick_measham
Offline Send Email
Aug 5, 2004
12:23 am
2259
Hi, I came up with a similar problem a while ago. I need to write text in color= \All. Somebody suggested using cmyk all set to 100-an approach I thought...
the Shelter
the_shelter
Offline Send Email
Aug 12, 2004
10:36 am
2260
O.k. just to show I did my homework: I lurked into: http://search.cpan.org/src/AREIBENS/PDF-API2-0.40_55/examples/ This makes me quite excited since color \all...
the Shelter
the_shelter
Offline Send Email
Aug 12, 2004
8:22 pm
2261
I'm writing a PDF::API2 tutorial for PerlMonks and have written a script to create a PDF. The tutorial will consist of an exegesis of the script. That will...
Rick Measham
rick_measham
Offline Send Email
Aug 12, 2004
11:12 pm
2262
The attached patch fixes a problem I have with advancewidth. I might or might not be the only person with this problem. Here's the problem: The advancewidth...
Rick Measham
rick_measham
Offline Send Email
Aug 16, 2004
12:21 am
2263
Sorry for the misleading subject on the previous message! I just realized I missed a few things: - There are a few other places that we split on spaces and...
Rick Measham
rick_measham
Offline Send Email
Aug 16, 2004
12:45 am
2264
Hi, it seems like I did it... though this was a tough one and sparse documentation from Adobe's side made it even harder... keep your fingers crossed while I'm...
the Shelter
the_shelter
Offline Send Email
Aug 16, 2004
9:11 am
2265
hi! ... is this for 0.3r77 or 0.40_55 ? cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Aug 18, 2004
12:06 pm
2266
Hi, is it possible that in 0.40_55 randomly the advancewidth function is not working properly? When using on the same file with same values several times...
the Shelter
the_shelter
Offline Send Email
Aug 18, 2004
1:40 pm
2267
... The patch is for 0.3rX, however the concept should also be applied to 0.40_X. I use PDF::API2 in a production environment and am avoiding the overhead of...
Rick Measham
rick_measham
Offline Send Email
Aug 18, 2004
11:19 pm
2268
Running you script with PDF::API2 (version 0.3r77 BTW) gets 'undefined subroutine line 59 &main::get_paragraph_1'. Any suggestions? FWIW this is a newly...
Alan Fry
millgatebarn
Offline Send Email
Aug 19, 2004
9:12 am
2269
Hi, here comes code that brings api V 0.40_55 down with the described error message (can't call val on undefined value in ..) The dilemma: I need 0.40_55 for...
the Shelter
the_shelter
Offline Send Email
Aug 19, 2004
5:32 pm
2270
... Yeah, I stuffed up. Replace the call to get_paragraph_1() with $paragraph1 and then the same for get_paragraph_2() becomes $paragraph2 ... Developed and...
Rick Measham
rick_measham
Offline Send Email
Aug 19, 2004
10:45 pm
2271
... Got it. I should have been able to work this one out for myself, but I was convinced I must have got something screwed up in the installation. With the...
Alan Fry
millgatebarn
Offline Send Email
Aug 20, 2004
11:13 am
2272
hi! ... a simple: $csall = $pdf->colorspace_separation('All','#000'); $csnone = $pdf->colorspace_separation('None','#000'); should do the trick. cheers, -- __...
fredo
alfredreiben...
Offline Send Email
Aug 20, 2004
3:22 pm
2273
hi! ... - avoid using all those $page->gfx/text methods - the %fonts hash is a good idea cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux,...
fredo
alfredreiben...
Offline Send Email
Aug 20, 2004
3:23 pm
2274
Hi, thanks. Yes, I found out about this myself already... Have you had time o check my can't call val on an undefined value in resource.pm line 100 - problem? ...
the Shelter
the_shelter
Offline Send Email
Aug 22, 2004
11:10 am
2275
... Is that a personal preference or a PDFism? The reason I ask is that if I put everything into one $gfx object then it's all a single object in Acrobat. No...
Rick Measham
rick_measham
Offline Send Email
Aug 23, 2004
10:52 pm
2276
hi! ... sorry but: $cs = $pdf->colorspace_separation('All','All'); is wrong, since the second parameter MUST BE a valid color. so the following code should do...
fredo
alfredreiben...
Offline Send Email
Aug 24, 2004
3:04 pm
2277
hi! ... found, seams to be a bug in the memoization :(((( fixed in 0.40_58, which will be uploaded shortly. cheers, -- __ _ / _|_ __ ___ __| |...
fredo
alfredreiben...
Offline Send Email
Aug 25, 2004
1:29 pm
2278
hi! ... you do not need to patch 0.4x, since the whitespace regex has been dropped in favor of a pdf-compliant 'space' regex. cheers, -- __ _ /...
fredo
alfredreiben...
Offline Send Email
Aug 25, 2004
1:30 pm
2279
Hello Rick, Back in February 2004 you said: RM> 1. The parser is written. I can now take marked up text and turn it RM> into a data structure that will give me...
James Olsen
samej71
Offline Send Email
Aug 25, 2004
4:58 pm
2280
hi! ... first of all it is a waste of space, since this renders page-compression useless (ie. counter-productive) and even increases the pdf-size ! it seams to...
fredo
alfredreiben...
Offline Send Email
Aug 26, 2004
4:10 pm
2281
Hi I'm absolutely novice in PDF::API2 I do barcode with "barcode_inline" but ... How to make barcode interleaved 2 of 5? Any sample? Thanks...
Fco. Javier RodrĂ­...
javierycuca
Offline Send Email
Aug 27, 2004
9:39 am
2282
Thanks, I'm kind of glad to hear that ultimately it is not an error in my script.... I already have 5000+ lines ... Hope to have the patch in hand soon (do not...
the Shelter
the_shelter
Offline Send Email
Aug 27, 2004
10:27 am
2283
HI, one more thing: Cpan seems to be unreachable for a couple of hours now... In case you have the new version ready could you please send me an alernat. link...
the Shelter
the_shelter
Offline Send Email
Aug 27, 2004
10:46 am
2284
Hi, I having problems getting PDF to understand Perl's utf8 encodings. I am creating a PDF from an XML document using XML::Parser. All the strings it returns...
Shawn Corey
shwncorey
Offline Send Email
Aug 27, 2004
12:44 pm
2285
Hi, you might want to take a look at the following example: http://search.cpan.org/src/AREIBENS/PDF-API2-0.3a4/examples/02_cfonts-w-encoding-pl Here fredo...
the Shelter
the_shelter
Offline Send Email
Aug 27, 2004
5:56 pm
Messages 2256 - 2285 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