I'm working on a small program to take a large PDF, split it up (using iText), and add digital signature fields to each file. The splitting part works fine, but users with Adobe Reader can't sign the generated files until someone with Acrobat Professional opens them and enables them for Reader.
Is there a way to do the enabling automati...
I'm building a report form in Acrobat and have a date field that I want to update by pressing form button on the page. (What I was thinking was a non-printing button.)
What Javascript would I need to place in the button to make it insert the current date in the date form field.
...
I am looking or a (preferably free) dll that can be used on a web site to convert pdf documents to html in a .Net IIS environment. It would be nice if it could accept the pdf as a byte array or file stream, and output the html as a stream suitable for Response.Write. It would really be great if the output HTML retained form inputs.
Ha...
I'm using FOP to generate PDF files.
What's the best way to either include another PDF file in a PDF generated by FOP or to cook multiple PDF files together using PHP?
...
I am curious to know how the Google Docs PDF viewer works? It's not a flash like scribd.com; it looks like pure HTML. Any idea how do they did it?
Sample link to view the PDF
...
I am trying to link some user docs to my Java Swing application. The user docs are pdf and I would like to be able to click on a button in my application which opens up some sort of pdf renderer to display my userdoc.pdf.
I do not want to use the runtime exec command
I have tried the following with not much success --
pdfRenderer -- t...
Hi all,
I'm about to rent my own server and for one of my projects I need to be able to search through PDF files. I've asked the hosting provider to install xPDF but they replied they want to install PDFLib instead. My question, am I able to open and search through PDF files with PDFLib? I'm Googling as a madman but I can't seem to find...
Hello everyone,
I'm dynamically generating a PDF using ABCpdf which contains a table of contents that would link to other pages within the same PDF. The problem is that the path of the anchor tags in the HTML get changed to an absolute path to a temporary file.
For example, ABCpdf would render the link's href:
<a href="#elementId">Lin...
I have a smartcard that stores my digital certificate. When I plug it into my PC, the certificate shows up at the Windows certificate store, under IE > Tools > Internet Options > Content > Certificates.
So... How can I use such certificate to sign a PDF file in .NET?
...
I have a website which uses SVG for an interactive client side thingamabob. I would like to provide the option to download a PDF of the finished output. I can pass the final SVG output back to the server, where I want to convert to PDF, then return it to the client for download.
This would need to work on a headless shared linux server,...
I know this probably is not strictly a programming-question (well maybe it is, i don't know) but i'm having serious problems trying to convert a regular pdf (with hyperlinks, bookmarks, images, embedded fonts etc.) into a PDF/A-1 format.
I get all kinds of errors when i check it with pdfaPilot.
How can i prepare a pdf so no problems wi...
Hi,
I generate PDF's using FPDF and I need to email it to a customer.
Since I can generate the PDF's from the DB, I don't want to save all the PDF's locally as it will clutter up my server.
I want to be able to send an email with a PDF attached. Do I need to create a temporary file, then delete it every time or is there another way to...
Anybody used JPedal's pdfHelp?
...
Hi Friends
i develop a webpage in that i have a registration form that allow users to enter their personal information . After filling the form , user can click the button , i need to create a PDF as same as in the Registration form [including colour , picture,Entered value etc..] Please help me to solve this issue . Thanks in advance . ...
Hi,
I created a report in Report Viewer using the source 3 of 9 barcode, (for
bar code), put the font in the Fonts folder in Windows. But the
export to PDF the font does not appear, but now when I export to excel is
perfect.
Does anyone have any idea what can be?
I'm using VS2008 - MVC - LINQ and C # language.
Thank you,
...
Although it would be nice to not use PDF, we are using a legacy system that only generates PDF forms.
I am working with some PDF forms that embed JavaScript to submit data back to a server. The form works when viewed and filled out in the browser.
Unfortunately, our users like to download the forms to their computer, fill them out comp...
I have a ASP.Net MVC form that upon submit I need a couple of things to happen.
Firstly I need to generate a pdf report and launch it
Secondly I need to return to the main index page
Currently I can do the first by returning a filestream from my action OR the second by returning a view but I can't figure out how to do both
Can anyon...
Hi...
I'm using iReport 3.7. I have a report with two subreports (order details and some selling statistics), and a grouping by seller.
One subreport is located in the Detail band of the group, and the other one is in the group footer.
What's really odd is that no matter how long the report is, when I export it to PDF it's always one ...
What I'm looking for is a way to build PDF and Word documents that include form data, then convert that to a format that can be managed from a web interface (so a user can come in, fill out a form, and submit it online).
It doesn't need to remain in PDF or Word format (and preferably there will be some conversion), but ultimately, utili...
how to create a pdf form ? i need to insert textbox and radio button controls in it.
...