Hi All Does anyone have any ideas on or experiences with inserting CGM's into pdf files? I don't really know where to start except to follow the imagemagick ...
hi! ... so you'd like to have a tree like this: + Summary - summary page 1 + Details - detail page 1 - detail page 2 the trick is to create the summary object...
hi! i'd like to announce PDF::API2::GD version 0.35 Introduction: PDF::API2::GD is a addon package to provide image-support for gd-objects as well as png and...
hi! ... from a theoretical point of view, you're only limited by the maximum memory perl can allocate (both OS and version dependent) and the file-size limit...
... This is half the issue, the other half is adding the content with the known hash sum and the key so it is signed. I was mainly posting this so the members...
Hi! ... Here are the size limits from the PDF Reference, third edition: In Acrobat viewers prior to version 4.0, the minimum allowed page size is 72 by 72...
Stefan Scherer
twiki@...
Mar 10, 2003 8:51 am
1607
Is there any way to prevent reading an entire file into memory when opening an existing file? It looks like this was contemplated in the PDF::API2::open...
i really like to use it ;) but i dont like to go in the jail for that cause this tool brakes the rules of adobe so they are able to sue us ;( i think this API...
Hi, I've written two functions circletext() and circletext_center() for setting a text string around a circle. It is useful for CD covers and other funny ...
Stefan Scherer
twiki@...
Mar 14, 2003 8:15 am
1612
Hello All, I have recently found PDF_API2 and it seems to be a great start on a general PDF access lib. I've got some projects in mind, but I think they will...
George Vokalek
gvokalek@...
Mar 14, 2003 8:28 am
1613
... this site at "Links" and at your homepage http://www.penguin.at0.net/~~fredo/ at computer stuff (both links) best regards tommi...
I believe that most if not all of your needs are already covered, just not well documented. I have found the book Perl Graphics Programming by O'Reilly quite...
Mark Fowle
mfowle@...
Mar 14, 2003 2:13 pm
1615
hi! ... this has no error, sorry ... this is also currect, maybe your browser has a problem with '~' ? -- __ _ / _|_ __ ___ __| | ___ unix,...
hi! ... ok, i will give short comments on current status und future plans. ... currently not implemented. needs a major rewrite of the current outline modules....
Hoi list, I've a problem. I have programmed a CGI that create labels. Now the pdf needs to be printed on stickers, but therefore the layout has to be constant....
Florian 'cit' Adamsky
fewa@...
Mar 15, 2003 2:20 pm
1618
... Hi, I also use PDF::API2 for creating stickers. It also happens to me that when I change the printer the margins are not printed exactly the same. But what...
Dani Pardo
dani@...
Mar 17, 2003 7:52 am
1619
... Assuming you have enough margins to handle the various printers when you go to print uncheck shrink to fit. that will leave the PDF sizing intact. Mark...
Mark Fowle
mfowle@...
Mar 17, 2003 2:01 pm
1620
hi! ... no worries, this 5.1 is miles away from being implemeted in PDF::API2 and too much uncooked to be digested that fast for my likeing :) -- __...
Hello Fredo and all, thanks for your good advice. I've started playing with Text::PDF as you recommended and it looks promising. ... My initial tests with...
George Vokalek
gvokalek@...
Mar 18, 2003 4:42 am
1622
hi! ... simple locate all "/Resources" dictionaries of all "/Type /Page" or "/Type /Pages" objects. ie. 21 0 obj << /Type/Page /MediaBox [0 0 595 842] /Rotate...
Hello, fredo. I've stumbled onto a PDF that when used as a source for importpage causes an infinite loop. Since I'm afraid I don't understand anything from a...
Hi folks. I was unable to find anything in the documentation regarding this if it is a known issue. I'm doing the following: ($font_arial is a font object, and...
Leading must be negative for top to bottom writing. This seems a little counter intuitive, but PDF's use the bottom left corner as the origin, which is normal...