pdf

Can I enable a PDF for digital signatures outside Acrobat Pro?

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...

Create an Acrobat button to insert the current date

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. ...

PDF to HTML conversion for web site

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...

Including a PDF file in a PDF file generated by FOP

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? ...

How does the Google Docs PDF viewer work?

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 ...

Creating online help in Java Swing application - using pdf user docs

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...

Use PDFLib to search through PDF's with PHP

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...

ABCpdf converting html anchors to jump to another page in the same PDF

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...

How to digitally sign PDF files with smartcards in .NET?

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? ...

SVG to PDF on a shared linux server

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,...

Convert PDF to PDF/A-1

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...

PHP Send email with PDF attachment without creating the file?

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...

JPedal's pdfHelp -- has anybody used it?

Anybody used JPedal's pdfHelp? ...

get page source after filling the value in text box

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 . ...

Error exporting to PDF Report Viewer

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, ...

Can a downloaded, fillable PDF form submit data to a server via JavaScript?

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...

ASP.Net MVC - return view and launch document at same time

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...

Problem with auto page break in iReport

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 ...

PHP and PDF interop

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.

how to create a pdf form ? i need to insert textbox and radio button controls in it. ...