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...
... save/restore? Didn't know about that. Anyway if it's the way it works then it's ok for me. At first sight it seemed like a bug. ... I'm glad you're still...
Dani Pardo
dani@...
Feb 16, 2006 8:34 am
2842
Dear group, Is ther any restriction on PDF version handling? I am writing few things on a pdf (ver1.6) generated by different applications. Sometime its...
Aqua
aqua@...
Feb 22, 2006 5:22 pm
2843
All the PDFs I generate need to have text constrained within a boundary, generally there is a box that I need to stay within. Using the paragraph function is...
hi! ... basically PDF::API2 is able to handle generic PDFs upto spec version 1.4 (Acrobat 5). adobe introduced "object compression" in 1.5, which PDF::API2 is...
Hi, can anybody give me a hand or hint? I have a pdf w/ rather weird box definitions: Trim Box Contents:/TrimBox [7.08659 7.086 338.741 338.74] Crop Box...
Hi, Does anyone know how to (temporarily) turn off the compression of the page contents? I need to see what PDF::API2 is actual creating. I tried searching the...
When you want to check during the creation process I cannot be of any help. Still, I use pdftks decompression feature. And it can even be integrated into vi......
You may have figured it out by now, but for reference, what may be happening is that when you use gfx->rotate more than once, the second and subsequent calls...
... Is there a reason not to include the patch in PDF::API2? I am looking at PDF::APIx::Layout but I will have to rewrite what I already have. Also it looks...
Hi all,
I'm trying to mix an image into an existing PDF document like this:
---
$gfxo=$pdf->image_jpeg($usegfx); # open picture source
foreach my $page...