pdf

Displaying a pdf file from Winform.

I'm just creating a simple calculator in C# (windows form) I've created a "User Help" which is a pdf file, what I want is to display that pdf file if the user clicks on the "Help" button in the WinForm. If assumed that Adobe reader is pre-installed on the user's machine.... How to open the pdf file on button click in winForm? I don't p...

PDF creation library in ActionScript 2.0.

Hi there I have this application authored in Flash CS4, and it uses ActionScript 2.0 due to the reason that I am not the original developer. I am just updating it for another client. The thing is, this application previously compiled a PDF using Director, and now the Director file is giving script errors. I have seen that there are PDF...

Acrobat Javascript Save & Exit Button

I have a writeable pdf form created in acrobat pro. Now, i added a button which has to change a fields value, save the pdf and close it. I decided to do this as following: var fieldX = this.getField("xxxxField"); fieldX.value = 1; app.execMenuItem("Save"); this.closeDoc(true); But this doesn't save the pdf. I don't want to have a ...

How to add a editable PDF form to a web site then save and email it.

I want to add a PDF form to my website that I can edit (online), then save a copy to the server, then email a copy to my self and the client I am working with. Any ideas or direction would be awesome. ...

retrieving data from pdf form without using acrobat.com

I am about to purchase one of the Adobe products and although I have been reading and watching videos on the subject for a few hours already, I couldn't figure out if I could retrive data: -either using Acrobat's own form tools/LiveCycle into my own server (not acrobat.com - and hopefully not some corporate Acrobat server application) ...

Comparing 2700+ filenames against 29000+ rows in a db table (PHP/FTP/MySQL)

I have a ftp repository that is currently at 2761 files (PDF files). I have a MySQL table (a list of those files) that's actually at 29k+ files (it hasn't been parsed since a recent upgrade). I'd like to provide admins with a one-click script that will do the following: 1) Compare the "existing" filenames with the rows in the database ...

iPhone: Download PDF and store locally?

I am able to successfully view a PDF from a website. I want to be able to download that PDF to the device, then be able to access that file locally. So the user opens the app, the app checks the online PDFs date and compares it to the date of the PDF store locally, if it is newer, then the new PDF is downloaded, if its not newer then i...

How to Adding link in to a PDF whis Coldfusion and itext

I used this technique to insert an image http://stackoverflow.com/questions/697122/adding-a-dynamic-image-to-a-pdf-using-coldfusion-and-itext Now, I need to insert a link to a external URL at X/Y and text inside with itext and coldfusion. Can someone help me do this? Thanks. ...

how to use itextsharp for merging large no. of pdf files in .net?

what is the solution for merging many pdf files using itexsharp application in .net .. will it provide the properties like bookmarks,merging more than 100 pdf files..without effecting the speed.. ...

Weird problem, with ghostscript and pdf files.

Hello, am using ghostscript to create pdf file from postscript file. My PS file, doesn't have orientation instructions, so when I want to create landscape pdf file, I'm using ghostscript to rotate the page. The problem is, that ghostscript rotates only the first page, and when my pdf file is more than 1 page, the others, are not rotated ...

How to extract English text from pdf where English and Japanese mixed

Hello. I have a set of pdf reports with similar information. Among other information in these reports stored few important for me fields which I need to find and extract. For example: Name: John Smith Date of Visit: 01.02.10 For English, French, German and few other languages I simply parse pdf and extract all "(Bla-bla)Tj" occurences...

Plain text from PDF using Air/ActionScript

Is there a way to extract plain text from a PDF file using ActionScript? If not, can you give me some hints on how it is implemented elsewhere? ...

Merging PDFs with ITextSharp

What is the optimum way to merge 2 PDF files with ITextSharp in C#? I'm using ASP.NET/.NET3.5. ...

Easiest way to display a pdf, ps or dvi file from python in linux.

I have created an application with python and wxpython. I would like to display a help file in pdf, ps or dvi format in GNU/Linux. Could use the distribution pdf viewer, but not so easy when you don't know which they have. Any ideas on how to solve this? ...

iTextSharp PDF editing

Is it possible to do following stuff with iTextSharp? Merge two PDF files / streams? Rotate a given page in PDF document? Delete a given page from PDF document? Sample code is really appreciated. ...

Entire Table is pushed to the next page when rendering a SSRS 2005 Report (as .pdf) in SSRS 2008

I have a SSRS 2005 report that I'm rendering in SSRS 2008 as a .pdf. The report contains (among other things) a table that's very simple: header row, details, no footer, no aggregation, no grouping, keep together = false, pageBreakAtStart = false, pageBreakAtEnd = false, repeatHeaderOnNewPage = true. I resized the table to be much narrow...

how do I convert a pdf to a bitmap image in .net?

Looking for solution to convert a specified page of a pdf file to a bitmap image. ...

How to display pretty fractions in Crystal Reports generated PDF

I'm exporting a report to PDF using Crystal Reports bundled with VS2008. I need to display non-standard fractions so that they look nice instead of just something like 26/32. I have turned html interpretation on for the field so &frac12; and other standard html fraction entities display nicely, however, because CR does not understand <s...

Is it possible to save a PDF attachment back to an email in Outlook?

Can a pdf attachment be opened from outlook, edited, and then saved back to the original email? In other words, edit the copy in the email and not a local downloaded copy. Of course I can store the pdf in a folder and link to it (I'm generating the emails with the pdf attachments), but thought I would ask in case there is a simple way to...

PDF 3D image doesn't move properly

I'm trying to put a 3D model into a PDF file. When I load the PDF file in Acrobat, it comes up. However, when I use the rotate, spin, or hand control, the 3D image stays in the same orientation while the camera viewpoint seems to point in different directions, so even a slight rotate will send the image off the screen unless I zoom way...