pdf

iText program not running

program is compiling properly, but it is not running. it gives error classnotfoundexception ..i have already included the library path to the classpath .. ...

Text not being highlighted on search in UIWebView using javascript.

Hi, I have successfully implemented js code to highlight searched text. But it does not work for my pdf file. Is there any solution please help. regards aamir ...

How to debug a corrupt pdf file?

Hi, im generating pdf files using a ruby library called "prawn". I have one particular file that seems to be considered "Corrupt" by adobe reader. It shows up fine in both preview and in adobe reader. It gives errors like: Sometimes I get: "Could not find the XObject named '%s'. Othertimes I get: "Could not find the XObject named "Im4"...

How do I output a webpage that contains MathML to PDF?

My web application displays MathML embedded in HTML using the MathPlayer plugin. I need to output to PDF. I have PDF components (Dynamic PDF, ABCpdf), but they don't know how to parse the MathML, of course. Is there a library that can help me translate the MathML to an image or something that I can feed to the PDF components on the fly ...

Convert PDF to Word offline?

Is there any way to convert a PDF to Word document via code? I'm aware of several online sites that will do it however we cannot use them due to security concerns. Opening the PDF in Adobe, copying all of the text and pasting into Word will not work as all of the text ends up jumbled around the place. Is there any kind of utility tha...

How to get php form data to pdf in table structure using WAMP

Hi I am displaying all the users in the form using php where the data are fetched from db. When i click on the icon all users data should be show in a pdf with a good table structure. i am hereby using fpdf to generate it. i created pdf but the records are not in formatted structure. How should this can be done. kindly advice. than...

handling Javascript actions in PDF with Java

I'm trying to make PDF forms (aka AcroForms) editable in Java. So far i got the GUI editing and printing working using Bruno Lowagie's iText and Sun's pdf-renderer. But now i'm close to scrapping it all, because after switching from try & error to reading the PDF specification, i realized that it's all worthless unless i can make the mu...

Populating PDF Fields using FDFACX

I was recently asked to preform some updates to an existing PDF document. The changes required were completed using Adobe Designer (the only tool I have available to me). These changes included alignment, and new text. Note that there were fillable form fields on the forms, and they were left untouched. The saved version of the form ...

iText Java disable print pdf

Hi Gurus, We are using the following code to disable Print option in PDF. Works really well. PdfReader reader = new PdfReader("my-old-file.pdf"); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream("my-new-file.pdf")); stamper.setEncryption("my-owner-password".getBytes(), "my-user-password".getBytes(), PdfW...

Adding metadata to PDF via PHP

I need to augment a PDF with a custom metadata field on download in PHP (5.3). I have been looking at the pdftk library, but I can't get my head around how I would get PHP to interface with it on our (Ubuntu) web server. The deprecated PDFInfo library seems like a dead end. Is there a simpler/easier/better solution? Thanks ...

eBook or Actual Book?

As a new programmer, in your experienced opinions - what is smarter, buying the actual book or learning it directly off your computer screen via pdf? ...

iPad UIWebView Action Toolbar Display

I have a pdf open in a UIWebView and I would like to allow the option to open it in Pages. That is, I would like the action toolbar to become displayed when the user taps on the UIWebView (just like in Safari for iPad). How do you enable this capability in UIWebView, if possible? ...

A PDF viewer with a toolbar actions

I want a Drupal Module who let to the Adminintrator to upload pdf files and the users to read them in a viewer with a Toolbar that contains print, download and quit boutons like the calameo website. The possibility to have statistics on user's Toolbar actions will be appreciated. ...

Show loading image when pdf rendering

I am displaying pdf on my page like this <object data="/Customer/GetPricedMaterialPDF?projID=<%= ViewData["ProjectID"]%>" type="application/pdf" width="960" height="900" style="margin-top: -33px;"> <p> It appears you don't have a PDF plugin for this browser. No biggie... you can <a href="/Customer/GetPricedMa...

Need a way to determine if a file is done being written to.

The situation I'm in is this - there's a process that's writing to a file, sometimes the file is rather large say 400 - 500MB. I need to know when it's done writing. How can I determine this? If I look in the directory I'll see it there but it might not be done being written. Plus this needs to be done remotely - as in on the same int...

AxAcroPDF swallowing keys, how to get it to stop?

The AxAcroPDF swallows all key-related events as soon as it gets focus, including shortcuts, key presses, etc. I added a message filter, and it doesn't get any key-related messages either. It's a COM component, could that be relevant? Is there any way to catch these before the control starts swallowing them? ...

how to merge pdf page

I have one pdf file which is extract from ppt (power point presentation) and one page in pdf is one slide. How can I merge two pdf page in one page. ...

Simple digital signatures for regular users.

I have a system which is a CRM of sorts, it essentially manages customers claims that they have been mis-sold insurance. This system is expected to handle a fairly high volume of claims and several call center desks have been enlisted to that effect. The general workflow of the system is; call center recieves a claim and enters it on...

PDF Manipulations

I'm looking for a solution that will allow me to do the following to PDF documents: Insert PDF pages into existing PDF documents Delete PDF pages from existing PDF documents Change the orientation of certain PDF pages Any solutions I should be looking at? My output needs to be PDF. ...

ipad pdf unreadable text

Hello all, I'm using the Quartz 2d apis to display a pdf document in an iPad app I am currently working on, however the text shows up real funky and is unreadable. The text shows up fine on my laptop so its not an issue with the pdf document itself as far as I know. I'm not sure why the document is displaying like this, any help would ...