We are using PD4ML library to convert HTML to PDF. Is there any way with which I can include a image from the internet in my HTML to convert it into PDF.
I am having problem in getting the image into PDF. I tried using base parameter in the PD4ML library but that didn't worked out.
May be I am doing something wrong or PD4ML doesn't suppo...
Hello, I would like to ask if it's possible to use PHP in removing a password from a password-protected PDF file in which I already know the password? I've seen this page which provides many options but using bash script. :( I was required to use PHP as much as possible. Any suggestions appreciated!
...
I am trying to display a PDF from database (byte[]) to user.
I am using code below to render PDF. It is giving me PDF as binary text as shown below. Instead of open in PDF application it is rendering PDF as text.
Response.Buffer = true;
Response.Charset = "";
Response.Cache.SetCacheability(HttpCacheability.NoCache);
...
Is there a way to control the zoom size of the HTTPResponse with the contenttype ='application/pdf'?
...
I have a website that uses editable divs so that a user can modify or make notes to a text. Is there a way I can have the website generate a pdf or some printable document with footnotes, such that if a user has this:
<div class="text" id="text_1">
<div class="bodyTest">This is the body text</div>
<div class="notes">These are th...
when i read pdf in safari in ipad, i want to open that pdf in myapp in ipad from that position of pdf page.
how to read that pdf in myapp.
...
Hi! I'm trying to make an xslt template to generate pdf.
How to create a template that can fill data in such way:
http://web13.twitpic.com/img/109586649-2ff71ad3e1ee483df6b9be14dcb3804a.4c0632a8-scaled.png
...
Hi all,
In the process of updating my iPad app I've been attempting to draw a page from an existing PDF document into a Core Graphics context then save it as a new PDF, but am having difficulty getting the text to display properly. Images in the newly-created PDF look great, but text rarely appears correctly: more often that not it appe...
I am having trouble keeping my first and second rows of my main PDFPTable together using IText. My first row consists of a PDFPTable with some basic information. My second row consists of a PdfPTable that contains all of the tabulated info. Everytime the tabulated info becomes too big and spans multiple pages, it is kicked to the seco...
I've got a form that I downloaded, I'd like to prefill some content on the form (this is easy using cfpdfform).
Where it gets tricky is I would like to allow the user to modify the contents of that form, and then somehow have those modified contents accessible to me. I didnt build the source PDF so I dont know how to allow the user t...
I have a document library with a PDF file. Whenever I click on the PDF file, I am prompted to save the file. I do not get the option of opening the file, I am forced to save it. What I want is for the PDF file to open, either in the browser or in a separate Adobe Reader window, depending on the Adobe Reader settings. I'm pretty sure ...
up to this point, i had not found a solution that would work well to extract text from a pdf in objective c for use on the iphone. i found some standard c code and modified it to work, and thought i would provide it here, as up to this point i have used stackoverflow quite a bit but never gave back. you can get it here:
http://dl.dropbox...
I'm looking for a PHP CMS which can let me to:
1-Uploade and manage files ( pdf, words..) between users by allowing to view, to print or to download.
2-Know who accessed what and when, who download what and when... who do what and when.
...
Haii...
How can we implement a pdf reader for iPad without usin UIWebView. It needs the option for adding gestures for changing the page with a hand touch. How does I can do that?. What are the classes that need to be implemented for the purpose. Give sample codes if possible.
Thanking yo...
Hi,
I'm trying to generate PDF files in a project hosted on GAE.
For now, I use iText and it work fine to create text only PDF.
I really need to add pictures on my pdf. And when I try with iText I catch some Execption talking about AWT and the google white list :
Uncaught exception from servlet
java.lang.NoClassDefFoundError: java.a...
Using pdftk to merge multiple pdf's is working well. However, any easy way to make a bookmark for each pdf merged?
I don't see anything on the pdftk docs regarding this so I don't think it's possible with pdftk.
All of our files merged will be 1 page, so wondering if there's any other utility that can add in bookmarks afterwards?
O...
I want to provide simple href links to my PDF forms that reside in my Forms folder. I have a created a simple Index.aspx and FormController Index action that simple iterates through the list of PDF files using my FormMetaData.xml file. The links get created just fine but when you click on the links I get a 404 exception. That looks li...
I am leveraging WebKit from QWebFrame to convert HTML pages to PDF. Is it possible to apply some additional rendering logic before the page is sent to the QPrinter?
What I want to do is to be able to convert links and form controls in HTML to interactive counterparts in PDF, instead of just a vector graphic dump?
Thanks a lot for any g...
Hi, guys.
The issue consists of two parts:
What are the best .NET libraries to modify (read/write) existing excel document (should be work with Excel 2003)?
What are the best .NET libraries to modify (read/write) existing pdf document?
They should be able to create new document too.
It's better if they are free (open source) or not...
We are building a LAMP application that also needs to generate loads of complex PDF reports.
I'm looking for a library that runs on our Debian server and allows us to generate these reports.
The language isn't of great importance (java, python, php, perl, ...) as long as it's stable, flexible and supports Unicode. LTR and RTL writing s...