I am using iText and am very new to it. There have been several situations where I think I could have figured out the problem with my code if I knew what I was doing - I use examples without knowing the workings behind the code, and even as I look at the source I can't figure out what the programmer was thinking.
What are the values fo...
Hi,
After some searching how I could digital sign a PDF document with PHP I couldn't really find a working solution. Does anybody know how to do this? Or do you know a third-party service which can sign PDF's for us?
...
My web application loads a pdf in the browser. I have figured out how to check that the pdf has loaded correctly using:
verifyAttribute
xpath=//embed/@src
{URL of PDF goes here}
It would be really nice to be able to check the contents of the pdf with Selenium - for example verify that some text is present. Is there any way to do this?...
Hi All
I am new to Umbraco and have inherited an existing site 3-4 years old. One of our users has just come to me and asked why her members only PDFs are freely available if Googled by name, but their containing folder in Umbraco is not - ie she has to log in to get to the folder.
Within the Umbraco Admin system I can see how to set p...
Hello
I want to build page that will autoprint pdf document. For examle I can call mypage.html?doc=my.pdf and it will print my.pdf file.
How I can do it using javascript or php?
best
Vladimir
...
What's the easiest way to convert a BMP file to a single page PDF using ASP.net? I'm going to generate the 8.5" x 11" BMP in Flash (which means I can manipulate it to make it as easy as possible), then use a POST to upload it to an ASP page, which will convert it to a PDF and redirect the user to the PDF. I don't want to add any margins ...
When I convert a ps file to pdf, it works fine on the local machine, but on the production server, it adds margin to the page, as if I selected Scale to Fit instead of Scale: 100% from the Mac OSX Preview print settings. How do i prevent this? Currently, I'm doing:
Magick::ImageList::new('cool.ps').write('cool.pdf') # only works on loca...
How can I tell if there's color being used in my b/w PDF ? I have multiple logos but all appear to be b/w. Need to confirm before releasing to print.
...
I'm writing a flashcard generating library. The user provides a text file, my program needs to output something that can be printed, directly or indirectly (e.g., TeX, PS, PDF, XSL-FO).
My text formatting is very simple: plain, monospace, italic, or bold. I also need a way to center text in the region. Nothing else.
However, I need some...
How can I return an Open/Save dialog box to a PDF file on the server using only javascript?
I don't want the current pages location to change, however. Do I need to trigger an Iframe?
...
Hey, for quite a while now, I am looking for a pdf viewer for the command line.
As I like to work without X on Linux, and often work on a remote machine, I would like to have a tool to read pdfs. There are quite a lot of really good graphical programs (evince, okular, acroread, ...) to do the job, so I figured there should be at least o...
I've got TCPDF installed in CakePHP 1.3 and am using it to generate a PDF of a QR code. It's a very simple function that creates a A9 sized page, two strings and one QR code. The QR code is for a simple url (ie. 'example.com/12345').
I can load the page in a browser (Safari using it's built in PDF reader.) and each time I reload it, t...
I am trying to embed a pdf into my webpage using an object that will fallback to an iframe which loads the pdf through an external rendering service for users that do not have acrobat installed.
I am trying to do it like this:
var container = document.createElement("div");
var object = document.createElement("object");
var iframe = doc...
Hello.
For my web-application i use phplivedocx for docx/pdf generating reports. But now i need to insert images, that user will upload to my web-site, to the docx template. On the phplivedocx forums i found that this software doesn't support this feature.
Is there any other tools, that can produce docx/pdf pages from template, and can a...
Hello,
We have a C# Windows service that currently processes all the PDFs by reading the 2D barcode on the PDF using a 3rd party component and then updates the database and stores the document in the Document repository.
Is there a way I can cut the files after reading the barcode and store it as another document?
For example if there ...
Occasionally, when loading a PDF (using a UIWebView), parts of the text will appeared 'garbled'. If you zoom in or out on the pdf, the text will change its 'garbledness'.
This occurs on multipage pdfs with images and texts and seems to only happen on certain pieces of text, but the font doesnt seem to be the issue as the next line or s...
I am using the JODConverter web service to convert an ODT-document to a PDF-file. I have some working Ruby code, that will load up the ODT-file and convert it using the web service. The resulting PDF-file is then returned to me and I can easily save it.
When I try to do the same thing in ActionScript, I seem to be facing some issues wit...
I have working code that will draw a page of a PDF. Now I would like to exclude a bitmapped image that appears on that page (but continue to draw the formatted text).
I understand that I can use a CGPDFScanner to scan the contents of the PDF. Is there a way to write those contents into a new PDF, but skip any bitmapped images? Or is the...
I'm using ColdFusion 8 and creating PDFs dynamically with CFDOCUMENT. What is the minimum version of Adobe Reader needed to view these PDFs?
...
Hello,
I have a slight dilema, we're about to hire an intern and his first job will be to go through roughly 200 PDFs, 40 Adobe Photoshop files, around 300 word documents and 120 excel files to verify that they are not corrupted and whether they have any protection on them (password).
I don't want to bore the kid, so I was thinking of ...