We have several forms which we created in adobe livecycle designer. Each form has a submit button to post the data typed in the PDF fields back to a URL. The problem is that we want to change the post URL at runtime dynamically.
We decompressed the pdf and viewed it in wordpad and found the URL in plain text. We then attempted to ope...
Paperclip by default try to process every image file to generate thumbnail. But it also try to do it with pdf files, which can be really time consuming task. I tried looking on google and found one solution, but it changes Paperclip methods.
How to disable pdf postprocessing in Paperclip without changing Paperclip sources?
...
I have a report .rdlc
the report contains 4 lists all contained within each other (so there are 4 levels):
----------------------------Page 1---------------------------------------
List1: Fields! items1
List 2: Fields! items2
List 3: Fields! items3
List 4: Fields! items4
Con...
I currently use FPDF to create some fairly complicated reports and am trying to upgrade to TCPDF, but I've found that my same code running through TCPDF is about twice as slow. Because my PDFs already take up to a minute to generate I can't really afford to have this slowdown, but I'd really like to take advantage of some TCPDF features ...
I'm using AlivePDF to create a PDF file, then save it to the desktop. I can then use an HTMLLoader to display my lovely PDF file.
Now, the print button in Adobe Reader works fine. However, there will be young children using the app, so I'd like to have a big "Print" button right above it.
I figured I could just start up a print j...
https://docs.google.com/viewer is awesome, but there are some customizations I need to make, and documentation would be helpful. Discovered here http://googlesystem.blogspot.com... . Haven't seen any public documentation that would help.
http://code.google.com/apis/documents/overview.html covers the Google docs - where the above is mor...
I need to programmatically add additional graphical elements onto an existing, static PDF book cover. Right now I use pycairo to draw onto a transparent PDFSurface, then merge it into the existing static PDF using pyPdf. This way, the PDFSurface works as an overlay.
However, the transparent PDF is exactly the same size as the static PDF...
I want to programmatically edit a PDF using pyPDF. Currently, I'm struggling with interpreting the various PDF boxes' (TrimBox, MediaBox etc.) dimensions. Each box has four dimensions stored as a four-tuple, e.g.:
TrimBox: 56.69 56.69 1040.31 751.18
According to the PDF specification, these are supposed to describe a r...
Hi.
I've been working with MonoTouch for 3 weeks now and everything was going great until I had to display PDFs in my app.
Using Apple's Quartz 2D Programming Guide I managed to display the PDF.
The problem is, that the app runs out of memory. I tried to use the Dispose() methods on the CGPDFDocument and CGPDFPage objects, but t...
I need to take a PDF, add some dynamically generated license text to it, and digitally sign the document before emailing it to the intended recipient. What's the best way to do this in PHP?
My understanding of digital signage is that the content of the PDF is converted into a hash, and some property of the document is set to this value...
is it possible to add an expiry date to a PDF with asp.net when someone downloads a file?
the idea is that when the user downloads a file it will be usable until a set date when it will become useless and they will have to download a fresh version.
...
Here are the requirements, the users needs to be able to view uploaded PDFs in the browser. They need to be able to add notes to the PDF and save the updated PDF to the server without having to save it to their machine and open it outside the browser.
Any ideas on how to achieve this are welcomed.
by the way I am working with an as...
The above question says it all. I know you can create a PDF from an image file or HTML in ColdFusion 8 using CFPDF, but I'm wondering if it's possible to create a PDF from a MS Word document directly - in CF8 or CF9.
Could you import the Word document and convert it to HTML or an image file, and then do the conversion? Or is there a sho...
i have to read pdf and create html document... for uploaded cv in my site... i can not use any shareware.
please can anybody suggest me the best solution for converting pdf to html...
or read pdf content using C#
site is developed in C#, asp.net 3.5
...
Hi, any experiences creating pdfs programmatically in Grails using some of the numerous java libs available ? Snippets are welcomed !
Thanks
...
I want to add functionality to my Access 2007 report whereby a PDF copy of the report is created at the click of a button. I know that there is an OutputTo macro which can do this for me, but it does not allow me to include report field values as part of the PDF's filename, namely: [Client Organisations].Code + "-" + Clients.Code + "-" +...
I need to programatically highlight PDFs on the fly, preferrably using the highlight file method.
Are there any .net programming libraries to generate a xml highlight offsets file for a pdf? Doesnt have to be open source or free.
I tried converting PDFBox to a .net DLL using IKVM and it did not work correctly. Im not terribly excit...
Is there a reliable way to extract text from PDF? The first thought that comes to mind is that PDF may have multiple columns and the extraction mechanism needs to know the logical structure somehow. I understand that some PDF docs are "tagged" but I'd need to support pretty much any PDF document.
Any third party components to the rescue...
Is there a freely available (preferably open source) tool or library for PDF conversion to black and white?
Some customers want to print generated PDF documents in B&W to save toner. Unfortunately I cannot generate PDF in B&W directly, since we are merging two PDF pages together, one being official not available in B&W.
Update: To be m...
How to create pdf with complex design views in Java?I have tried it using jasper reports.Is there Any Ideas for creating PDF for Income tax forms?.
...