hi all, i've been working with pdf::api2 for a few weeks now and it's been going really well but i have one last problem that i can't seem to solve. i create a...
right on shawn. i didn't think to divide those mediabox values by 72. i knew they were in points so the answer was right in front of me all the time...also,...
... I noticed in the $pdf-preferences that you set the -firstpage option to 8.5/in, 11/in. This could cause it to be the correct size but I don't known why; I...
Dear All, I have a PDF document and I need to insert sequential line numbers in the left margin area (and right margin area if it a two column PDF) ...
aqua
aqua@...
Oct 18, 2005 9:53 am
2773
Very often in a PDF one line of text can be comprised of multiple text tokens. At the very least you will probably have to read all the text tokens on a page...
... in the left margin area (and right margin area if it a two column PDF) ... yeah you have to plot a starting point in the doc. you can use the acrobat crop...
hi! i just uploaded PDF-API2-0.47 to CPAN. * tgz + ppm archive bla, bla ... * added kerning option to corefonts, but actual data is still missing. * added...
Hi Does anyone know what this means??? Can't call method "deflate" on an undefined value at /usr/local/lib/perl5/site_per l/5.8.5/Text/PDF/Filter.pm line 301. ...
Hi, I'm also getting this warning/error... Text::PDF::Dict still has 'FFxMvktqaxp' key left after release. I'm saving each PDF to a file and then calling...
Hello, I have a piece of software that needs to generate 400+ one page reports... I've written a loop to create the PDF and write it out to disk... Release ...
hi! ... Compress::Zlib is not installed AND you're using an pre-0.4x version of PDF::API2. cheers, -- fredo unix, linux, freebsd, jpeg, png, gif, ppm, apache,...
hi! ... this is a known problem of perl's garbage collection strategy. most data (although refcounted) will be destroyed only after going out-of-scope AND...
When I go to the PDF::API2 site I get: Site Temporarly Offline due to problems with Sourceforge's WebServices. Is it on CPAN? I'll check there. Thanks. -Tim ...
Hello, When I call paragraph in one of my apps it places nothing on the page.... Is there a maximum size you can pass into it? $txt1->translate(1*72,2*72); #...
hi! ... because the documentation reads: $overflow_text = $txt->paragraph $text, $width, $height, %options BUT you may want to checkout PDF::APIx::Layout on...
hi! ... yes, the signature changed in 0.4x. yet i think i'll remove it completely at the time PDF::APIx::Layout is stable. cheers, -- fredo unix, linux,...
Hello, It's been several days and the link to the API2 site on SourceForge still says "Site temporarily down due to web services problem...". The sourceforge...
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 ...