0
votes
3answers
27 views
Problem storing plot objects in a list in R
I asked this question yesterday about storing a plot within an object. I tried implementing the first approach (aware that I did not specify that I was using qplot() in my original question) and …
1
vote
1answer
26 views
Generate ODT/DOC(X) and convert to PDF, without OO.o/MS
I have a WSGI application that generates invoices and stores them as PDF.
So far I have solved similar problems with FPDF (or equivalents), generating the PDF from scratch like a GUI. Sadly this …
2
votes
3answers
26 views
Do most browsers make multiple HTTP Requests when displaying a PDF from within the browser
Do most (IE, FF, Safari, Chrome, Opera) make multiple HTTP Requests for a PDF file when displaying the PDF in a browser? I am working on an issue integrating with WebTrends Web Analytics software, and …
1
vote
1answer
22 views
To generate a PDF page from an MFC MDI CView
My c++ MFC MDI application displays engineering drawings in its views. What is a good way to dump a CView derived object into a PDF file? What libraries could you suggest (not nesesery free)?
I've …
1
vote
5answers
46 views
Extracting information from PDFs of research papers
I need a mechanism for extracting bibliographic metadata from PDF documents, to save people entering it by hand or cut-and-pasting it.
At the very least, the title and abstract. The list of authors …
0
votes
1answer
50 views
+250
Enable pdf caching in IE
At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.
I display pdf file inline …
0
votes
0answers
46 views
[PDF] what is the best tool to convert from PDF to HTML [closed]
Hello,
I am looking for the best accurate tool to convert from pdf to clean w3 html file
looking for your suggestions
Thanks
0
votes
4answers
64 views
Is is possible to Download pdf file through pure html?
I'm using link tag to open a pdf file. when clicking that link, the pdf file is opened directly. Is it possible to donwload and save the pdf file to my system through html?
0
votes
0answers
19 views
Signing PDF - multiple signatures with a single revision
Hi,
To put it simply - I want to add multiple signatures on a PDF (using iText), without adding new revision for each.
I've read the following thread, and it makes much sense (since Bruno wrote the …
0
votes
3answers
70 views
[Delphi] extract text from word or pdf based on format (font name and size)
Hello,
I need to parse large text (about 1000 pages of word or pdf document)and place some of the text inside this document into database fields
I found that the only thing I can distinguish the …
0
votes
3answers
31 views
How to upload pdf file into my own server?
Hi!
In my site, user want to upload a pdf file and I have to save it into my own server. I don't need the content to be saved. I want the exact file to be copied into my server where the …
0
votes
1answer
22 views
Link to retrive pdf file from DB- in asp.net
i have retrived the pdf file from Database and i linked it to a tag to open pdf file using link. now i want to give the open/save dialog box before a pdf file opened . - in javascript(by using …
0
votes
2answers
34 views
How to create a snapshot or clone of PHP, MySQL page… Inspiration needed
Hi,
We have a web application that creates a dynamic PHP page with all the MySQL stored details a user has entered via a number a forms. So far so good, but we want this information stored some how …
1
vote
1answer
60 views
Error when generating pdf using script in R
I'm using R to loop through the columns of a data frame and make a graph of the resulting analysis. I don't get any errors when the script runs, but it generates a pdf that cannot be opened.
If I run …
0
votes
1answer
15 views
Open PDF Programmatically in One Page View
I have a 2005 Reporting Services report that I display as a PDF through the report viewer control. I would like to know how I can have the PDF be viewed in the "one page at a time mode". Right now …
