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
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
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
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
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.
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);
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.
---
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
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
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
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
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.
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.
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
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
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
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.
---
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
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
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
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
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.
--
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
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.
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
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
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
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
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
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
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:
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
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
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
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
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
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.
37 matches
Mail list logo