Hi all, when I generate a pdf and display it into a browser, how can i send the generated PDF via E-Mail? Do I need a Mail-Component for this? I am working...
... With full alpha transparency, no - that is not currently supported. However, if you import a PNG with alpha, it will convert any fully transparent pixels...
Leonard Rosenthol
leonardr@...
Feb 3, 2003 3:33 pm
7094
... Yes, but not with PDFlib. You'd need a much lower level PDF library with full support for content and image parsing and manipulation tools. Leonard -- ... ...
Leonard Rosenthol
leonardr@...
Feb 3, 2003 3:33 pm
7095
I am thinking of embarking on a project that will require converting a bunch of PDF back into text (ugh). Being pdf, they also include images and tables. How...
... HUGE ugh! That's a MAJOR piece of work... Are you going to start with an existing PDF parser and/or content extraction library - or you doing this from...
Leonard Rosenthol
leonardr@...
Feb 3, 2003 5:31 pm
7097
Well, I have no idea. All I really need is the effect of using the text select tool, selecting the whole bloody document, selecting FILE | COPY and pasting it...
... No, PDI doesn't do content extraction. You'll want to look elsewhere (JPEDAL, Xpdf, etc.) for that... ... Nope, even drunk it's still ugly! LDr -- ... ...
Leonard Rosenthol
leonardr@...
Feb 3, 2003 5:46 pm
7099
You should also use the PDF_scale() function. Like you'd said, translating the origin to the upper right will make all your Y coords increase in the negative...
I'm having a problem printing legal size pages from the web. I'm using PHP 4.2.3 and PDFlib 4.0.3 to generate PDF output. When printing from Acrobat 5.1 [on...
I do not have a lot of experience manipulating graphics. I have a PNG with alpha transparency. I import it and thenwhat do I do. Do I have to do something...
I am using xpdf's pdftotext and it is doing just what I want. Thanks! ... No, PDI doesn't do content extraction. You'll want to look elsewhere (JPEDAL, Xpdf,...
Hi there, I´m having a problem with font-resources. The font I want to add can´t be found, though everything looks like described in the manual. ( WinXP,...
Hi I have a document created in PDFlib that I sent to a digital printer for output. They use a Scitex Spire RIP which gave the following error when RIP'ing the...
Hi, Have you tried using the full path to the font? As it says in the UPR file..."The PDFlib ActiveX edition expects all font files in its fonts directory. In...
Hi Jonas, ... name you >state in the UPR file. I thought I could define any name, just like a variable. That was the mistake, now it works. Thanks for your...
This is a rarely used PostScript feature called "binary object encoding". I wonder which component in your workflow generates it? Do you print through Acrobat...
Im dawn and i love to walk the strip in Las Vegas, how about joining me we can take some pics like the ones i have on my webpage. I posted them here ...
Im dawn and i love to walk the strip in Las Vegas, how about joining me we can take some pics like the ones i have on my webpage. I posted them here ...
Is Dawn a member of this Yahoo Group? Chris ... From: <dawnrandal69695@...> To: <pdflib@yahoogroups.com> Sent: Wednesday, February 05, 2003 7:05 AM ...
Real Home Typing Job Opportunity We are looking for Ad Typists to work from home. This is a real job and we pay each and every Monday. Full training is...
If the file is distilled and then sent to the RIP it works fine. I will send the apache FOP, the quark distilled PDF and then the merged file using pdflib...
Hya. For some time now we have been using PDFLib 4.0.3 ActiveX with our ASP.NET application, and we have for a long time had a problem that we now have nailed...
The manual doesn't describe any procedure for cropping an image, but is there a technique for doing so? Specifically I have one PNG image with three barcodes,...
Hello, I'm experiencing heavy Problems when trying to import Pages from an old PDF-Document (generated with MSWord/"Acrobat PDFWriter 3.0 for Windows", as ...
Hans-Werner Hilse
hilse@...
Feb 7, 2003 12:20 pm
7118
You are on the wrong track regarding the DCT filter; I assume your file uses LZW compression in combination with multiple content streams -- a combination...
... Cropping, no. Clipping, yes. ... I would place the image into the PDF once, then use clipping and transformations to get the pieces in the right place. ...