0
votes
0answers
3 views
Hiding the “You cannot save data typed into this form” message in Acrobat
I am embeding a PDF form on my web application. The application allows you to fill in the fields in the form, and when you are done, click on a "Submit" button, which saves whatever you've entered …
1
vote
2answers
12 views
problem with xsl apply-templates
It seems that my template is never called but the for loop works correctly.
It prints "test" exactly the number of times the "car" node exists but "doStuff" doesn't seem to be accessed and "test2" is …
0
votes
0answers
9 views
reset line style in ezPDF?
I'm using the ezPDF class from R&OS ( http://www.ros.co.nz/pdf/) to generate PDF documents with PHP. I'm suing setLineStyle() to make a dashed line. However, I can't get the line style to reset to …
0
votes
0answers
33 views
What is a good PDF to HTML converter for Ruby on Rails?
I'm trying to convert programatically PDF to HTML. So far I've been using pdftohtml but our users are not happy with the results.
Here's what I need :
I'm using Ruby on Rails, but any tool working …
0
votes
4answers
25 views
Is there any jquery plugin/script to detect Adobe Reader on user system ?
Is there any jquery plugin/script to detect Adobe Reader on user system ? and it is not then show a message to download.
Code should be compatible with all A-grade browsers.
2
votes
2answers
31 views
How to detect linked PDF on a page and show message to download Adobe reader using jquery?
If page has .pdf files linked then a message in <p> should be add just before end of the #mainontent div as a last paragraph <p>
for example this is default html?
<div …
1
vote
1answer
16 views
What does this Apache FOP error mean?
Error message
(Location of error
unknown)org.apache.fop.fo.Validation
Exception: Property id "_Ref191196753"
previously used; id values must be
unique in document.
Any ideas on what may …
0
votes
1answer
32 views
Convert PDF pages to images with COCOA
Hi,
I am having problem with PDF conversion to images. I would like to create an image file for every page in PDF document.
This is the code I am using and works fine. Every page gets converted into …
0
votes
0answers
21 views
Acrobat SDK File Compression
Can someone please help me with how to compress a pdf file using Acrobat SDK. I am using
CAcroApp acroApp = new AcroAppClass();
acroApp.MenuItemExecute("ReduceFileSize");
which brings up the …
1
vote
1answer
12 views
Postscript number of copies
Is there a way to edit a postscript file, to add or increase the number of copies to be printed?
0
votes
2answers
22 views
Sample PDF with embedded flash video?
Does anyone know where i can view a sample PDF that has an embedded flash video? I know it's silly to ask because you would think any tech-oriented user should be able to find one using Google but I …
0
votes
1answer
20 views
In XSL how to you make a block take up a whole page?
In xsl / fop how do you make a block take up exactly the whole page ?
Is there something like height = 100%?
I want the first page of my pdf to contain a block with dynamic summary that can be a …
0
votes
3answers
50 views
Search through PDF files with PHP
Hi all,
I'm trying to find a way to search inside PDF files. I came accross the PHP PDF class but I can't seem to find any function for reading/searching a filestream.
So, as naive as I am, i tried …
0
votes
0answers
13 views
Fdf (Filling online pdf form multiple times)
I use fdf to fill online pdf form. Now I want to fill the same pdf form multiple times ( entries from a database) for multiple users and save this pdf document with all the entries ( same form …
0
votes
0answers
19 views
How to create iText PDF with CMY colors only
Hi,
I need to create pdfs with iText (for the moment, other lib suggestions are appreciated) in the CMY colorspace. It's not CMYK:
All colors and black should be converted to CMY only so that the …
