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...
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...
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 ...
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.
...
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)
...
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 ...
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...
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.
...
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..
...
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 ...
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...
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?
...
What is the optimum way to merge 2 PDF files with ITextSharp in C#? I'm using ASP.NET/.NET3.5.
...
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?
...
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.
...
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...
Looking for solution to convert a specified page of a pdf file to a bitmap image.
...
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 ½ and other standard html fraction entities display nicely, however, because CR does not understand <s...
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...
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...