Re: [iText-questions] Generating PDF from Web page form with digital signature

2012-01-23 Thread Balder VC
How can we tell you how to program? That you must learn yourself. If you have already developed an applet to sign a PDF using an e-token. It sound like you already know what to do On 23/01/12 12:15, srinivas dhulipalla wrote: > Hi, > > I wanted to add e-token support to web based application

Re: [iText-questions] PDF forms .... display popup with custom data.

2012-01-23 Thread Balder VC
On 23/01/12 17:38, namrata.s...@us.sogeti.com wrote: > Hello All, > > I have a predefined pdf fillable form which has text boxes and some > other controls on it. > > When the user opens the pdf I need to show a popup containing a list of > some custom values when a user selects and right clicks

Re: [iText-questions] Validity summary in acrobat reader

2012-01-23 Thread Alexander Raitskin
But how does it know it is the current user who signed the document? If I sign it with itext - does it leave some trace to disclose the windows user who signed the document? - Original Message - From: Leonard Rosenthol Sent: 01/24/12 01:10 AM To: Post all your questions about iText here

itext-questions@lists.sourceforge.net

2012-01-23 Thread Jeff Sadowski
On Mon, Jan 23, 2012 at 8:36 AM, Jeff Sadowski wrote: > > > On Sat, Jan 21, 2012 at 3:09 AM, Paulo Soares wrote: > >> ** >> Please post the PDF and a simple, standalone program so that the problem >> can be reproduced. >> > > The culprit seems to be cutepdf. > WARNING: If you install CutePDF be a

Re: [iText-questions] Validity summary in acrobat reader

2012-01-23 Thread Leonard Rosenthol
You are the current user – so that’s why it says that for you ☺. If you took it to another machine, you’d see something different. For example, on my machine it says: [cid:image001.png@01CCD9FA.5AED8A30] From: Alexander Raitskin [mailto:alexr...@europe.com] Sent: Monday, January 23, 2012 9:33

Re: [iText-questions] PDF forms .... display popup with custom data.

2012-01-23 Thread Leonard Rosenthol
Write the appropriate JavaScript. From: namrata.s...@us.sogeti.com [mailto:namrata.s...@us.sogeti.com] Sent: Monday, January 23, 2012 11:39 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF forms display popup with custom data. Hello All, I have a predefined pdf f

[iText-questions] Antwort: Pdf Table footer and bottom margin

2012-01-23 Thread Benjamin Rein
Hi, you have to add the footer content with the class ColumnText in simulation mode (check http://itextpdf.com/themes/keywords.php#C). This has to be done before adding the other content above the footer to the page (onEndPage method is too late). With this tool you know how much space is need

Re: [iText-questions] PDF Comparison

2012-01-23 Thread Vahid Nasiri
Hi, Try itextrups: http://sourceforge.net/projects/itextrups/ From: jfitextnoob To: itext-questions@lists.sourceforge.net Sent: Monday, January 23, 2012 8:42 AM Subject: [iText-questions] PDF Comparison I need to create a tool to test the differences betwee

[iText-questions] PDF forms .... display popup with custom data.

2012-01-23 Thread Namrata.Shah
Hello All, I have a predefined pdf fillable form which has text boxes and some other controls on it. When the user opens the pdf I need to show a popup containing a list of some custom values when a user selects and right clicks the text box \ control. Regards, Namrata. --

[iText-questions] Pdf Table footer and bottom margin

2012-01-23 Thread dpmihai
Hello. I have a Document created with LEFT, RIGHT, TOP and BOTTOM margins and a dynamic footer which I construct like a PdfPTable on PdfPageEventHelper: public void onEndPage(PdfWriter writer, Document document) { PdfPTable footer = createMyFooterTable();

itext-questions@lists.sourceforge.net

2012-01-23 Thread Jeff Sadowski
On Sat, Jan 21, 2012 at 3:09 AM, Paulo Soares wrote: > ** > Please post the PDF and a simple, standalone program so that the problem > can be reproduced. > The culprit seems to be cutepdf. WARNING: If you install CutePDF be aware that it asks to install the ask plugin and set your default page t

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-01-23 Thread wang31894
Interesting, I am having some similar issues with your case, can some help us? Many Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Sign-and-PDF-with-SmartCard-and-web-browser-only-tp4319344p4320859.html Sent from the iText - General mailing list archive at Nab

Re: [iText-questions] Validity summary in acrobat reader

2012-01-23 Thread Alexander Raitskin
You have a link to the sample pdf of Adobe here: http://blogs.adobe.com/security/SampleSignedPDFDocument.pdf My sample pdf is here: http://www.darina.us/code/uploader/simple.pdf - Original Message - From: Leonard Rosenthol Sent: 01/23/12 03:03 PM To: Post all your questions about iTe

Re: [iText-questions] PDF Comparison

2012-01-23 Thread Leonard Rosenthol
I didn't recommend the PDFLibrary, I recommended Adobe Acrobat (which I assume you have). Leonard On 1/23/12 8:27 AM, "jfitextnoob" wrote: >Looks like you have to pay for the adobe pdf library. Any free options out >there? > >-- >View this message in context: >http://itext-general.2136553.n4.n

Re: [iText-questions] PdfStamper.GetPdfLayers() Exception

2012-01-23 Thread Paulo Soares
Please post the pdf that causes the error. Paulo From: Ivan Farkas [mailto:ivan.far...@3dhdsoft.com] Sent: Tuesday, January 17, 2012 9:51 PM To: iText SourceForge Subject: [iText-questions] PdfStamper.GetPdfLayers() Exception Hi, I downloaded iTextSharp 5.1.3

Re: [iText-questions] PDF Comparison

2012-01-23 Thread jfitextnoob
Looks like you have to pay for the adobe pdf library. Any free options out there? -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-Comparison-tp4319924p4320680.html Sent from the iText - General mailing list archive at Nabble.com. -

[iText-questions] PdfStamper.GetPdfLayers() Exception

2012-01-23 Thread Ivan Farkas
Hi, I downloaded iTextSharp 5.1.3 source and compiled it for .NET Framework 4.0. I tried to use the PdfStamper.GetPdfLayers() method and got an exception: The given key was not present in the dictionary. I found and fixed the bug in \Core\iTextSharp\text\pdf\PdfStamperImp.cs, AddOrder() me

Re: [iText-questions] Validity summary in acrobat reader

2012-01-23 Thread Leonard Rosenthol
How about you post a sample of your PDFs? Leonard From: Alexander Raitskin [mailto:alexr...@europe.com] Sent: Monday, January 23, 2012 6:35 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Validity summary in acrobat reader Hi, I've found this sample signed file, provided

Re: [iText-questions] How to get Additional Action

2012-01-23 Thread Leonard Rosenthol
And some fields use other methods (such as the Comb field type). Leonard -Original Message- From: foru...@smartmobili.com [mailto:foru...@smartmobili.com] Sent: Monday, January 23, 2012 7:41 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] How to get Additio

Re: [iText-questions] PDF Comparison

2012-01-23 Thread Leonard Rosenthol
Yes, for plugins, there is a compare API. -Original Message- From: jfitextnoob [mailto:jafra...@mtu.edu] Sent: Monday, January 23, 2012 7:24 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Comparison I have to compare 400 documents so i am looking for a wa

Re: [iText-questions] PDF Comparison

2012-01-23 Thread jfitextnoob
I have to compare 400 documents so i am looking for a way to automate it. does acrobat have an exposed api that would allow for that? -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-Comparison-tp4319924p4320544.html Sent from the iText - General mailing list archi

Re: [iText-questions] How to get Additional Action

2012-01-23 Thread forumer
Le 23.01.2012 13:17, Leonard Rosenthol a écrit : > What about fields with other types of actions, other than JavaScript? > Do > you care about those? > Yes I just want to know if I need to add a space or not between characters because I have noticed that tsome fields use javascript to do that.

[iText-questions] Validity summary in acrobat reader

2012-01-23 Thread Alexander Raitskin
Hi, I've found this sample signed file, provided by adobe http://blogs.adobe.com/security/ *SampleSignedPDFDocument*. http://blogs.adobe.com/security/SampleSignedPDFDocument.pdf pdf http://blogs.adobe.com/security/SampleSignedPDFDocument.pdf In the validity summary (of the signature) it say

Re: [iText-questions] How to get Additional Action

2012-01-23 Thread Leonard Rosenthol
What about fields with other types of actions, other than JavaScript? Do you care about those? Leonard On 1/23/12 5:58 AM, "foru...@smartmobili.com" wrote: >Hi, > >I am trying to get actions associated to a field, for now I can see the >different dictionaries keys but >cannot see the correspon

Re: [iText-questions] PDF Comparison

2012-01-23 Thread Leonard Rosenthol
Whats wrong with the Compare feature of Adobe Acrobat? Leonard On 1/23/12 12:12 AM, "jfitextnoob" wrote: >I need to create a tool to test the differences between two PDFs, below >are >the requirements: > > >- Determine if words are the same, including case, style, and paragraph >alignment. >- D

[iText-questions] How to get Additional Action

2012-01-23 Thread forumer
Hi, I am trying to get actions associated to a field, for now I can see the different dictionaries keys but cannot see the corresponding values in plain text, it seems to be some kind of reference. What I would like to see is something like : /AA /C=> Some javascript code /F=> S

Re: [iText-questions] PDF Comparison

2012-01-23 Thread Alexis Pigeon
Hi jfitextnoob On 23 January 2012 06:12, jfitextnoob wrote: > I need to create a tool to test the differences between two PDFs, below are > the requirements: > > > - Determine if words are the same, including case, style, and paragraph > alignment. > - Detect if words are on different pages. > >

[iText-questions] PDF Comparison

2012-01-23 Thread jfitextnoob
I need to create a tool to test the differences between two PDFs, below are the requirements: - Determine if words are the same, including case, style, and paragraph alignment. - Detect if words are on different pages. Is there a way to do this with iText? Thanks in advance! -- View this mess