I'm using the PDF::API for getting the number of pages of some document. For one of these the page count isn't right. I've tried to understand the problem but...
Hi, The best way to distribute a large file is to place it on the web and post its URL. Of course, if the file contains any proprietary or sensitive...
Our client is an emerging leader in the niche segments of Network-to-Business and OSS for the Communication market. Company is empowering customers around the...
... Hi, Here is how i use PDF::API2 () for determining the number of pages: use PDF::API2; # $PDF::API2::VERSION == 1.081 my $pdf = PDF::API2->new; $pdf =...
... Hi, Many Thanks. I realize that i'm really ignorant in this matter. Processing PDF documents is really a difficult thing so we have to give a great thank...
Hi, Some PDF files can have a lot of blank lines at end. In this cas PDF::API2 returns a "Malformed PDF file XXX.pdf at PDF/API2/Basic/PDF/File.pm line 307."...
Hi, I'm sorry it took so long to respond to this. We have moved our offices and I'm trying to get things to a state where I can take some time off when my kid...
Dear All, I tried few simple code which was working in 3r77 in 0.44. The strange thing is the code is working fine as it is. But when I compile it uing ...
Aqua
aqua@...
Jul 20, 2005 4:58 pm
2687
I'll take that back to work on monday where I have a winbox with perl2exe and try it.... ... ____________________________________________________ Start your...
Calling C++ , VC++ Professionals to Bangalore………. KINDLY NOTE THAT THIS IS AN IMMEDIATE REQUIREMENT Our Client a Software Developing Firm in Bangalore...
I have an interesting little challange this morning. I've been working on a something that will generate a PDF document including TT fonts. When I run my...
I did some additional testing and found something interesting. On the Perl 5.8.0 box, I installed the latest Compress::Zlib and was able to save the file...
... this is a known problem. if you generate the graph yourself just hand the gd-object over to $pdf->image_gd() else open the image with gd and hand the ...
hi! ... there is a known issue with core perl 5.8.0 and its unicode support, which also impacts binary filehandles. please note that these issues are "official...
Hi How do I scale an image to, say, ½ size (½ x and ½ y)? Forgive me if this is a stupid question. I can't find any documentation on this, though....
Kaare Rasmussen
kar@...
Jul 30, 2005 11:28 am
2694
... The documentation is in: perldoc PDF::API2::Content The method is: $gfx->image $imgobj, $x,$y, $scale This assumes a default resolution of 72 dpi. This...
Hi All We work only with capital markets organizations and one of our largest projects/ customers needs candidates with following profiles. (i) Business...
Hi, There is a script at http://pdfapi2.sourceforge.net/cgi-bin/view/Main/TwoUp that takes 8.5x11 in. PDFs and prints them two pages per page. You might be...
Hi I can't find much about this item either. Not enough for me to get started, at least. Can I find an existing method to process a marked up text? It could be...
Kaare Rasmussen
kar@...
Aug 2, 2005 1:13 pm
2700
... Sadly, no. There has been talk about in this mailing list but nothing exists yet....
The code pasted below is an extension of the script found here: http://pdfapi2.sourceforge.net/cgi-bin/view/Main/TwoUp It creates a PDF document with 8 pages...
... Oops, forget this message; it is totally wrong. When PDF::API2 writes with text_right() or text_center(), it uses the TJ operator to adjust the text matrix...
I have to output a line in reverse, ie black background and white letters. The easiest way, if you think about it, is to draw a black rectangle and write the...