pdf

iPDF-poppler passworded document

Note: I am not sure if this is better here, or at superuser, but since it concerns the poppler library, I would assume here, because people here are more likely to know how it works. Software: iPDF 2.12 + Poppler 2.11 (Last commit 2006-12-12) for Irex Iliad. Sources are here. Problem Documents: Sciam digital PDFs (any of them, since all...

PDF reader with CGPDFDocumentRef

Hi, i'm going to make a PDF reader and i'm trying two possible solutions: UIWebView CGPDFDocumentRef The first one is very simple, but is slower than the second one. For the second one, i found a tutorial and i can view a pdf and i can zoom it with the two fingers movement. But at the moment i can't do 2 things : 1) View the PDF in ...

Change flying saucer header

Is it possible to change the header of a pdf page to the same name as the currently selected bookmark? I'm using flying saucer for my pdf generation. Could you include an example? Thanks in advance. ...

PDF: hyperlink/position

Hello, Is there a "console way" to find out the position and target of hyperlinks within PDF-documents? The popular tools for converting pdf-to-* end up with text or very broken html documents. That's why I wonder if there is a way to know where (exact position) within the PDF we can find a link and where it is pointing to. Looking for...

Best way to convert Image Type to Image Type in embedded Java?

I'd like to convert (back and forth) the following - PS to TIFF - TIFF to PDF - PDF to TIFF - GIF to TIFF - JPEG to TIFF - TIFF (LZW) to TIFF (CITT G4) Where, if not specified, TIFF is CITT G4 encoding. Within embedded code of a Java app; any recommended solutions? ...

what is the fastest pdf creation engine ?

hi i need to create pdf lots of then in short times , its going to be invoice kind of pdf's what is the best pdf creation engine today ( that is freeware/open source none GPL) i know fop,itext,libhuro what else ? basically i will have xml's coming in i will need to attache to the xml rull's of formatting and send it to the engine . ( so...

Displaying of weird characters when creating PDF using TCPDF..

%PDF-1.7 3 0 obj << /Type /Page /Parent 1 0 R /LastModified (D:20100723054757+08'00') /Resources 2 0 R /MediaBox [0.00 0.00 595.28 841.89] /CropBox [0.00 0.00 1687.40 2386.46] /BleedBox [0.00 0.00 4783.17 6764.77] /TrimBox [0.00 0.00 4783.17 6764.77] /ArtBox [0.00 0.00 4783.17 6764.77] /Contents 4 0 R /Rotate 0 /Group << /Type /Group ...

PDF file getting stripped from iPhone MFMailComposeViewController call

My PDF file appears in both UIWebView and the mail on screen on iphone as an attachment. When I send it to my email (using two different email carriers) it gets stripped out-no file attachment. I can send pdfs to these email accounts on my iphone and forward them ok so I don't think its my email provider but iOS that is stripping the ...

How To Setup PurePDF to Send Output Directly to Adobe Reader

I am using PurePDF - an ActionScript 3 library - to generate PDF reports from Flash Player 10.1. The PDFs can be saved to the local hard drive, fine, but I would like to stream the output to Adobe Reader on the user's local computer. How may I do this? ...

iText - add content to existing PDF file

I want to do the following with iText: (1) parse an existing PDF file (2) add some data to it, on the existing single page of the document (such as a timestamp) (3) write out the document I just can't seem to figure out how to do this with iText. In pseudo code I would do this: Document document = reader.read(input); document.add(ne...

VB.NET shell open PDF to a specific page

How do I open a pdf file to a specific page within the pdf. Below is a link to some of the open parameters when using command line: PDF Open Parameters ...

Recommendations for generating printable reports/invoices?

I have an ASP.NET website from which the users themselves will generate custom reports and (possibly) print them. My question is what approach would you recommend (and why): Generate the report using reporting software like Microsoft Report Viewer or Crystal Reports. Use simple ASP.NET pages and format the page for printing using CSS. ...

creation of pie and bar charts in php website

HI. I wanted to know if we could create pie and bar charts based on info from the database on a php website. I want to grab some information from the database and show it as an image so better analysis. Is there anyway to do this? Also, If i am using fpdf to generate pdfs from php and mysql, can i also design pie charts in that pdf and ...

What can I use to create html page-per-chapter/monolithic-page/pdf reference manual?

Howdy, I want to write a reference manual for a project, and I want to make it available both online as a HTML one-page-per-chapter manual (optionally single-monolithic-page would be nice as well) and as PDF version. Prime examples: The Gentoo Handbook (html one page per chapter, html monolithic) Netty's user guide (html one page per...

pdf will load if use 'save link as' but not if user clicks on the link

After submitting a form, the user is presented with a link to a pdf document. The link is straight to the document, it is not streamed. If the user right-clicks and chooses 'save link as,' the document saves and opens fine. However, if the user just clicks on the link, the browser takes a very long time to respond (I'm going to guess it...

Convert from Office Docs / PDFS to HTML

I am currently working on a project where I need to secure access to downloadable files. The solution I want to implement is to have two buttons next to each document. One that says Editable and the other read-only (depending on the users permission they will see one of these or both). The editable will work normally with the browser dia...

How can I convert a PDF file to an image?

I'm giving users the ability to upload an image to my Air app, then displaying this image in an image control. But I need to allow for PDF uploading in the same manner, so I need to convert the PDF to an image. I only care about the first page of the PDF they upload for now. What I'm doing is: 1) User browses for a file with the file r...

How to convert images to pdf using PHP?

Hi peeps, Can anyone have an idea how to convert images to pdf using PHP? Any response will be appreciated. Thanks... ...

How to convert Google Guage Chart In Pdf Format...

hi i jst wana know how to convert Google Guage Chart In Pdf Format... is there any way to getting a url for guage chart like bar chart and pie chart..which i hv send and receve respective guage chart in Pdf format plz solve the problem..... ...

Is it possible to attach a passive url to a hyperlink such that the passive url is regarded as a refferar url by the target tracker?

Hi all, I want to create a link in my pdf book or my site. When the user click the link, it will visit to a target site using a traffic tracker. I am interested to take advantage of this tracker by manipulating my link so that the tracker will see the incoming request comes from a certain url which actually does not initiate the reques...