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...
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 ...
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.
...
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...
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?
...
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...
%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 ...
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 ...
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?
...
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...
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
...
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.
...
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 ...
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...
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...
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...
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...
Hi peeps,
Can anyone have an idea how to convert images to pdf using PHP?
Any response will be appreciated.
Thanks...
...
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.....
...
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...