Dear All, I am using 3r77 version windows 2000. In one requirement I need to find our the list of page numbers that contains some form of color details. The...
aqua
aqua@...
Dec 8, 2005 5:57 am
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@...
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...
... 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...
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...
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...
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...
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...
... 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@...
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@...
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...
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...
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...
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...
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...
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@...
Feb 8, 2006 3:40 pm
2831
... compiled into an executable ... extensive manipulation ... ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
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...
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@...
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@...
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@...
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@...
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@...
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@...
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...