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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2813 - 2842 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2813
Hi, I want to draw a Code128 barcode, but I want to set the text that's going to be displayed below the barcode, I use this: my...
Dani Pardo
dani@...
Send Email
Jan 19, 2006
9:16 am
2814
i am trying to place text on top of arbirary images, so i need to make it appear on both dark and light backgrounds. warning! i am using a pretty old version...
naknomum
Offline Send Email
Jan 20, 2006
1:29 am
2815
... What you want is the render mode. This is available via $txt->render($mode); See section 5.1.2 in PDF Reference, version 1.5 ...
Shawn Corey
shwncorey
Offline Send Email
Jan 20, 2006
11:37 pm
2816
... thanks for the pointer! it worked great. txt->render(2) is the mode that i needed (fills and strokes). plus i had no idea you could use fonts as...
naknomum
Offline Send Email
Jan 23, 2006
10:33 am
2817
Hi, I am working on a little app to extract the used colors in a pdf file and build a new pdf with a list of the used colors. Question 1: Is there a built in...
the Shelter
the_shelter
Offline Send Email
Jan 24, 2006
12:26 am
2818
Any pointers guys. Regards Dominic...
Aqua
aqua@...
Send Email
Jan 24, 2006
9:12 pm
2819
hi! SNIP ... SNIP ... SNIP i think $cs = $pdf2->colorspace_separation( 'Pantone 458 CV', 0.172, 0.188, 0.667, 0.02); should produce your desired color. cheers,...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Jan 24, 2006
9:47 pm
2820
as some of you may know, adobe is supporting viewing in-pdf 3d objects in acrobat now. i have only done a little research, but it seems the format is 3dif or...
naknomum
Offline Send Email
Jan 25, 2006
7:04 am
2821
Thanks fredo, works like a charm. Do you also have an answer for the 1st part of my question? How do I uncompress a pdf, preferrably in a stream so I can...
the Shelter
the_shelter
Offline Send Email
Jan 25, 2006
3:07 pm
2822
Thanks fredo, works like a charm. Do you also have an answer for the 1st part of my question? How do I uncompress a pdf, preferrably in a stream so I can...
the Shelter
the_shelter
Offline Send Email
Jan 25, 2006
3:39 pm
2823
... Hi myself.. from what I've seen, there's a bug in code128.pm, that makes the codes unreadable (you can even see it by looking at the barcode lines). Ean16...
Dani Pardo
dani@...
Send Email
Jan 25, 2006
5:06 pm
2824
Dear Group, Could someone please let me know why the compiled executable is not creating a PDF page whereas the .pl creates the same. I am using API2 ver 0.51...
Aqua
aqua@...
Send Email
Jan 26, 2006
5:31 am
2825
please be more specific ... this question sounds like: 'can anybody tell me why my car isn't starting anymore'? Please send either your pl file (as att) or at...
the Shelter
the_shelter
Offline Send Email
Jan 26, 2006
9:56 am
2826
Hi, I have been struggling for almost 3 weeks now trying to decompress an existing pdf. I thought that i can simply open a PDF then decompress it (but how) so...
the Shelter
the_shelter
Offline Send Email
Feb 2, 2006
11:29 pm
2827
hi, has somebody experienced problems receiving posts of the list lately? It seems like I am not receiving some posts (checked the list index). A post I sent...
the Shelter
the_shelter
Offline Send Email
Feb 3, 2006
11:57 am
2828
If you are using Linux or Mac OS X you could consider using 'pdftotext', which is part of the standard distribution I believe. This would enable you to save...
Alan Fry
millgatebarn
Offline Send Email
Feb 3, 2006
4:24 pm
2829
hi! ... pdfapi2 has a 'pdfunoptimze.pl' in its contrib directory, which makes it easier to serch the pdf but dependent on the used (font) resources might not...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 4, 2006
11:04 am
2830
Dear Shelter, I have posted this request couple of times. http://groups.yahoo.com/group/perl-text-pdf-modules/message/2687 See the below response helps. Best...
Aqua
aqua@...
Send Email
Feb 8, 2006
3:40 pm
2831
... compiled into an executable ... extensive manipulation ... ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
the Shelter
the_shelter
Offline Send Email
Feb 9, 2006
12:33 pm
2832
Hi Fredo, I found it under the name pdf_deoptimize.pl ;-) It seems to do what I need, at least for now... I have trouble rewriting it, though ... How do I...
the Shelter
the_shelter
Offline Send Email
Feb 9, 2006
12:46 pm
2833
Dear Shelter, ... After your email I did lot of playing with the same code. Actually I dont get any errors while compiliing with Perlapp (with PDF::API2 0.5x...
Aqua
aqua@...
Send Email
Feb 12, 2006
1:58 pm
2834
Hi, I can rotate text and graphics, but If I place a barcode in the page via: $gfx->formimage($bc, x,y, scale); Then it won't rotate. Moreover, if I use...
Dani Pardo
dani@...
Send Email
Feb 13, 2006
11:21 am
2835
Why does the code below prints the text "Hello world" in grey instead of black? Is it a bug? I've just specified the grey color for graphics, not text.. :? Btw...
Dani Pardo
dani@...
Send Email
Feb 13, 2006
11:59 am
2836
I think you want to set the text color first then all will work out. Leaving the text color undefined probably leaves the PDF reader to use what ever it likes,...
Mark Fowle
mfowle@...
Send Email
Feb 13, 2006
8:30 pm
2837
... Yep.. but at first glance, you may think that changing the graphics fill color shouldn't change the text color.. I think this was happening in older...
Dani Pardo
dani@...
Send Email
Feb 14, 2006
8:23 am
2838
Dear Group, Could you please let me know how to delete a bookmark from a PDF file. I'm using 0.3r77 Regards Dominic...
aqua
aqua@...
Send Email
Feb 15, 2006
6:54 am
2839
... if you initialize the gfx object just before the txt object any color definitions present at the end of the gfx stream "will leak" over to the text stream...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 15, 2006
11:54 pm
2840
... not supported in any version of PDF::API2. -- fredo...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 15, 2006
11:55 pm
2841
... save/restore? Didn't know about that. Anyway if it's the way it works then it's ok for me. At first sight it seemed like a bug. ... I'm glad you're still...
Dani Pardo
dani@...
Send Email
Feb 16, 2006
8:34 am
2842
Dear group, Is ther any restriction on PDF version handling? I am writing few things on a pdf (ver1.6) generated by different applications. Sometime its...
Aqua
aqua@...
Send Email
Feb 22, 2006
5:22 pm
Messages 2813 - 2842 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