I am familiar with getting a file of a tiff into an image object. But what if the tiff is already in a scalar, as when I fetch it from the internet? This...
hi! ... the image_tiff method allows PDF::API2::IOString objects instead of filenames. so your code would look like: $imgfh=PDF::API2::IOString->new(); ...
Our client with core strengths include knowledge and expertise in voice and data networking (VoIP and Unified Communications), is looking for Telecom Expertise...
Our client with core strengths include knowledge and expertise in voice and data networking (VoIP and Unified Communications), is looking for Telecom Expertise...
I have a question about the processing time it takes to process a 850 x 1100 pixel images with transparency. Without transparency it takes ~ 0.0008 seconds,...
basically the difference in processing time you experience is the result of a design decision i made. simple png images will simply be moved into the pdf, but...
Thank you for the response! I have a couple of questions... 1) What exactly in the PDF spec is limited, could you point me to a place with that information at...
... You can find all the information you need in the Adobe Pdf Reference. In Chapters 4 and 7. I think the limitation Alfred speaks of is in how Pdf handles ...
... exactly ... deintelacing is a must since PDF::API2 does not support interlaced png. ... since i killed win32 as a development platform i'm considering that...
Hello, Whatever PDF I create with OpenOffice 2.0 ends up with page 1-3 okay and the rest losing content and only containing what I draw on them. This short...
... Additional info: I tried to "trick" the problem. * First tried to importpage them one by one, failed, so the page open must be the culprit. FAIL. * I tried...
hi! i just uploaded PDF-API2 0.51 to CPAN: - tgz, ppm, blah, blah - fixed import corruption bug introduced in 0.48 (seen as blank pages) and for all those that...
Good morning.... Has support for AcroForms been completely scrapped? I noticed something in the changelog about it, but just wanted to make sure. I am trying...
Hello, PDF::Table is a helper class for automatically building multi-page tables in PDF::API2. It has features like fixed-width or auto-width for columns,...
Hi, sorry I am pretty sure it's been asked and answered already on the list, but having crammed trough the archives for almost 1,5 hours I just gave up! I want...
... Here is a script that creates a new PDF with two pages from the old PDF per page: http://pdfapi2.sourceforge.net/cgi-bin/view/Main/TwoUp You can use it for...
Hello, Main question is: how to copy a page? What I would like to do is: $page = $pdf->page; ...do whatever I want on $page... $page->update; # or not, but I...
Hello, I have a simple question about the 'bogen' function. I'm trying to make a rectangular structure with rounded corners, using simple lines and bogen ...
Wouter Van Hemel
pdf-api2-yahoo@...
Nov 29, 2005 12:57 am
2807
... if you want the same content on a number of pages, put the content into a form_xo ($xo = $pdf->xo_form) and place it on each page. ... the sourceforge wiki...
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...