Re: [iText-questions] FCKEditor content (HTML) to PDF Generation

2010-11-14 Thread rajeev2012
Hi Paulo I have downloaded the latest version from SVN, few remarks that I have found... 1. The column width works only if i specify the same for each row e.g. below HTML doesn't work Sr. Name         1 A

Re: [iText-questions] FCKEditor content (HTML) to PDF Generation

2010-11-13 Thread rajeev2012
Thanks Paulo. Would you please update this thread once you are through with it. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/FCKEditor-content-HTML-to-PDF-Generation-tp3039736p3040811.html Sent from the iText - General mailing list archive at Na

Re: [iText-questions] FCKEditor content (HTML) to PDF Generation

2010-11-12 Thread rajeev2012
Hi Nurettin Thanks for your input. It means as of now, we can not have columns of different width, if we directly add an HTML table to document. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/FCKEditor-content-HTML-to-PDF-Generation-tp3039736p304

Re: [iText-questions] FCKEditor content (HTML) to PDF Generation

2010-11-12 Thread rajeev2012
Hi Please see below the content that I am getting from FCKEditor, which I am using as it is to create PDF document. I do see that there is no width is been mentioned but i don't have any option to add the same. This is Test data... Sr. Name

Re: [iText-questions] FCKEditor content (HTML) to PDF Generation

2010-11-12 Thread rajeev2012
Hi I had tried that but yet I do get the same width for all columns. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/FCKEditor-content-HTML-to-PDF-Generation-tp3039736p3039780.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] FCKEditor content (HTML) to PDF Generation

2010-11-12 Thread rajeev2012
Hi I am trying to generate a PDF document from the content that I get from FCKEditor, which is nothing but an HTML data. I have written following code and it works fine for normal text but for table content it fails. TextReader tr = new StringReader(fckEditor1.Value);

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-21 Thread rajeev2012
Sir, Please comment ... Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3005732.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-20 Thread rajeev2012
Sir, If I have understood you correctly, did you mean that the attached PDF file (previous post) can not be filled through iTextSharp ? In such a case, what could be the other available options ?? Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iTe

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-20 Thread rajeev2012
Sir, I have checked the example that has been given in the Book (http://itextpdf.com/examples/iia.php?id=166) and have found that I have implemented the code in the same manner. Yet, I am having the "...rights..." issue. I am hereby attaching the PDF file, once again, please help me to fill th

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-20 Thread rajeev2012
Sir, Unfortunately i don't have second edition but I did post the code that I had written, would you please tell me what am i doing wrong PdfReader pr = new PdfReader(iFile); System.IO.FileStream fs = new FileStream(oFile, System.IO.FileMode.CreateNew, FileAccess.ReadWrite); PdfStamper ps

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-19 Thread rajeev2012
Sir, Kindly respond, i have got stuck at this point... if you need any further details then please let me know Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3003254.html Sent from the iText - Gene

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-19 Thread rajeev2012
Your help is appreciated... Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3002230.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-19 Thread rajeev2012
Hi Please see below my code and kindly help me .. public bool fillForm(string iFile, string oFile, string dataFile) { try { //string[] packageitems = { @"C:\Documents and Settings\Raj\Desktop\2083.pdf", @"C:\Documents and Settings\Raj\Desktop\2083.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-18 Thread rajeev2012
Hi Mark I have tried XFA (fill form) as well as have tried with setFields("") option but it didn't work. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3001501.html Sent from the iText - General mailing

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-10-18 Thread rajeev2012
Hi Would you please help me to fill the attached PDF file with the attached XML data file, using iTextSharp? http://itext-general.2136553.n4.nabble.com/file/n3000480/Form5.pdf Form5.pdf http://itext-general.2136553.n4.nabble.com/file/n3000480/Form5_Filled_data.xml Form5_Filled_data.xml I ha

Re: [iText-questions] XFD to PDF

2010-10-07 Thread rajeev2012
Any comments ... Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/XFD-to-PDF-tp2965160p2966563.html Sent from the iText - General mailing list archive at Nabble.com. -- Beautif

[iText-questions] XFD to PDF

2010-10-06 Thread rajeev2012
Hi Is it possible to convert PDF from XFD file, using iTextSharp (or through c#)? Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/XFD-to-PDF-tp2965160p2965160.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-10 Thread rajeev2012
Sir, I am not sure, what did you mean by 'What Data are you using? Also, i would like to know ..can i fill Acroform through XFA ?? Please excuse, if I am wrong, my understanding is if Acrofields return non zero dictionary value then it's an Acroform. Regards Rajeev -- View this message in con

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-10 Thread rajeev2012
Sir, I have checked it with complete file, yet I am getting the same error. I have noticed one thing it returns non zero values for acrofields dictionary, does it mena that it's an Acroform, hence can not be filled through XFA ? Regards Rajeev -- View this message in context: http://itext-g

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-09 Thread rajeev2012
Sir, I have not checked with Java, but this file doesn't work with the new DLL, that I have created from SVN. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2532648.html Sent from the iText - General ma

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-08 Thread rajeev2012
Sir, If you check previous threads, it worked on Java then Mr. Paulo has made some changes in SVN (in C#). Next, Mr. Keith has asked me to download the latest code and to build own DLL. I did all the said stuff and it worked well with few files but I am getting the same error (XFA fill) in the

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-08 Thread rajeev2012
Sir, Any suggestions ... Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2532344.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-07 Thread rajeev2012
Sir, I had read the solution and as per the given suggestion did download the source, did create a new build, which apparently worked well and I did care to reply back to the forum. But, at that time I was using 'setField(...)' option to fill the form but later I have found that some of the file

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-07 Thread rajeev2012
I haev got stuck beacause of this issue, any sort of help would be appreciated. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2529971.html Sent from the iText - General mailing list archive at Nabble.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-07 Thread rajeev2012
Hi I am having the same old issue, when i try to fill PDF form with XFA. I have attached PDF, XML as well my code for reference. http://itext-general.2136553.n4.nabble.com/file/n2529513/Form32.pdf Form32.pdf http://itext-general.2136553.n4.nabble.com/file/n2529513/Form32_XmlData.xml Form32_XmlD

Re: [iText-questions] The AcroFields return zero fields

2010-08-26 Thread rajeev2012
Hi Leonard Thanks for your input. I have two queries, 1. Is there any mean to find out, if PDF is an XFA based form or based on AcroForms ? 2. How to fill such form ? Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/The-AcroFields-return-zero-fields

[iText-questions] The AcroFields return zero fields

2010-08-26 Thread rajeev2012
Hi I am trying to extract the field information from the attached file, but I am not getting any value from AcroFields. I am using below code, try { string fileContent = ""; PdfReader pr = new PdfReader(iFile); FileStream fs = new F

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-24 Thread rajeev2012
Hi, I tried with the source placed in 'Trunk' and it worked. Paulo and Keith, Thanks a lot, if I face any further issue, i will disturb you again on the same ;-) Thank you Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-i

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-24 Thread rajeev2012
Hi, I am not sure what did you (Paulo) mean by 'That also worked but I decided ', do you mean, you were able to insert data in the given file (please see complete thread) through .NET without an issue ??? Nevertheless, I am getting the same error with the latest dll (as Keith suggested). I h

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-24 Thread rajeev2012
Thank You Sir, I will download, will do the needful and will update you on the same. Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2336410.html Sent from the iText - General mailing list archive at Nab

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-24 Thread rajeev2012
Hi I am sorry but I couldn't understand last few posts., will it be possible (or not possible) to read/write the given PDF through .NET ? Would you please elaborate, what do i need to change in my script (.NET) to meet my requirement ? Regards Rajeev -- View this message in context: http:

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread rajeev2012
Sir, I have tried it with JAVA and t worked. But, the problem is my project is in .NET (C#), hence have got stuck on this point. Any suggestion Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2335

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread rajeev2012
Sir, I have tried it with the latest iTextSharp (5.04) but still I am having the said issue :( Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2335023.html Sent from the iText - General mailing list arch

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread rajeev2012
Ok sir, I will check with upgraded iText and i hope this is not a platform (.NET) related issue. In case, if it works fine in JAVA but not in .NET then do we we have any other option ? Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-strea

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread rajeev2012
Sir, I had checked the book and have written below code (with the line that you had put) to meet this requirement, but still I do get the same error message, when I try to open newly created file (Please see attached) http://itext-general.2136553.n4.nabble.com/file/n2334924/newFile.pdf newFile.pd

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread rajeev2012
Sir, http://itext-general.2136553.n4.nabble.com/file/n2334791/Form1B.PDF Form1B.PDF Please find attached, the file that we are getting from our Govt. and we need to fill in the relevant data in it and submit the same. If I insert data manually and opt for 'save/save as', it worked perfectly fi

[iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-22 Thread rajeev2012
I have checked the link and have implemented the suggested code, yet I get the same ...the document has been changed since it was created and these rights are no longer valid Anybody has any clue, how to resolve this issue -- View this message in context: http://itext-general.2136553.n4.