Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread amitav
I have added below apart from Read_only formFields.setGenerateAppearances(false); But no change. As per documentation, does not advised to use this /Sets the option to generate appearances. Not generating appearances will speed-up form filling but the results can be unexpected in Acrobat. Don't us

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread 1T3XT BVBA
iText is creating an appearance for you, showing only what's visible. Maybe you should try setGenerateAppearances(false); -- Try before you buy = See our experts in action! The most comprehensive online learning library fo

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread amitav
http://itext-general.2136553.n4.nabble.com/file/n4447212/GeneratePdf.pdf GeneratePdf.pdf http://itext-general.2136553.n4.nabble.com/file/n4447212/fieldtypes.pdf fieldtypes.pdf I have added two files. GeneratedPdf is the pdf after I use the FieldType template. -- View this message in context:

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread 1T3XT BVBA
On 5/03/2012 19:52, amitav wrote: > I took your advise and instead flattening the form, I have made the field as > READ_ONLY. Do you have a sample PDF? Maybe you flattened the form anyway. -- Try before you buy = See our e

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread amitav
I took your advise and instead flattening the form, I have made the field as READ_ONLY. But I still have same issue, means no scroll bar, can not see complete text. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Provide-Scroll-in-Flatten-content-tp4439793p4447166.html

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread 1T3XT BVBA
On 5/03/2012 19:40, amitav wrote: > Not sure, what you mean? In a previous mail, you said you were flattening the form. If you flatten the form, you have something like digital paper. Knowing that, your question sounds like: "I want to print a scroll box on paper and still be able to scroll to t

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread amitav
Not sure, what you mean? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Provide-Scroll-in-Flatten-content-tp4439793p4447103.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread 1T3XT BVBA
On 5/03/2012 19:31, amitav wrote: > Am I missing something? Common sense? -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual St

Re: [iText-questions] Using Hyphenation with XMLWorker

2012-03-05 Thread 1T3XT BVBA
On 5/03/2012 19:31, Chad Snelson wrote: > How do I set the hyphenation before the chunks are added to the paragraph? If you're using XML Worker: you don't. You set the hyphenation at the Chunk level instead of at the Paragraph level (use getChunks()). -

Re: [iText-questions] Provide Scroll in Flatten content

2012-03-05 Thread amitav
I have tried the pdf set to read only. I have used following formFields.setFieldProperty(fieldName, "setfflags", PdfFormField.FF_READ_ONLY, null); But I still see that same issue, when content on the text area is more, its does not bring the scroll bar and cuts some of the Text. Am I missing some

Re: [iText-questions] Using Hyphenation with XMLWorker

2012-03-05 Thread Chad Snelson
How do I set the hyphenation before the chunks are added to the paragraph? Thanks, Chad -Original Message- From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Monday, March 05, 2012 11:27 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Using Hyphenation with XMLWor

Re: [iText-questions] Using Hyphenation with XMLWorker

2012-03-05 Thread 1T3XT BVBA
On 5/03/2012 19:00, Chad Snelson wrote: > Do I need to handle this differently? Paragraph.setHyphentation() sets the hyphenation for a paragraph for every Chunk added to the Paragraph AFTER the hyphenation is set. In your case, the Chunks are already present in the Paragraph at the moment you set

Re: [iText-questions] iText Not Honoring HSpace or VSpace Attributes in img tag

2012-03-05 Thread Balder VC
I think that's not yet implemented. ( some what outdated now but can be helpfull http://demo.itextsupport.com/xmlworker/itextdoc/index.html ) On 05/03/12 17:54, Chad Snelson wrote: > I am using the XMLWorker to parse HTML from TinyMCE into iText, but I > found that it is not honoring the hspace o

[iText-questions] iText Not Honoring HSpace or VSpace Attributes in img tag

2012-03-05 Thread Chad Snelson
I am using the XMLWorker to parse HTML from TinyMCE into iText, but I found that it is not honoring the hspace or vspace attributes in -- Try before you buy = See our experts in action! The most comprehensive online learni

Re: [iText-questions] Insert paragraph in cell table

2012-03-05 Thread PR
ooh You are right. I don't kow why I didn't thik... Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Insert-paragraph-in-cell-table-tp4445873p4446470.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] HR tag error - Object reference not set to an instance of an object.

2012-03-05 Thread Stefanescu Gabi
Could you please guide me to a link where there is an implementation example in C# that could help me write with XMLWorker what I wrote here with HMTL worker? private byte[] RanderHTMLtoPDF(string html) { byte[] doc = null; iTextSharp.text.Document idocument = new iTextSha

Re: [iText-questions] HR tag error - Object reference not set to an instance of an object.

2012-03-05 Thread Stefanescu Gabi
thanks for your fast and helpful replys. > Date: Mon, 5 Mar 2012 13:40:59 +0100 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] HR tag error - Object reference not set to an > instance of an object. > > Op 5/03/2012 13:36, Stefanescu Gabi sch

Re: [iText-questions] HR tag error - Object reference not set to an instance of an object.

2012-03-05 Thread iText Info
Op 5/03/2012 13:36, Stefanescu Gabi schreef: > Ok, thanks, I have found it, but only for java (the .jar files). is it > available for c# too? Yes, http://sourceforge.net/projects/itextsharp/files/xmlworker/ We're working on the 1.1.2 release. It's much better than 1.1.1. -

Re: [iText-questions] Commercial License Help

2012-03-05 Thread iText Info
Op 4/03/2012 23:55, kristenT schreef: > Hi I've submitted a couple of licensing queries but no one has responded to > them yet - I'm looking at what a commercial server license would cost. I > know this is a technical list, but it's really frustrating not getting any > reply - perhaps it's being m

Re: [iText-questions] HR tag error - Object reference not set to an instance of an object.

2012-03-05 Thread Stefanescu Gabi
Ok, thanks, I have found it, but only for java (the .jar files). is it available for c# too? Thank you Gabriel Date: Mon, 5 Mar 2012 11:07:00 +0100 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] HR tag error - Object reference not set to an instan

Re: [iText-questions] Insert paragraph in cell table

2012-03-05 Thread Alexis Pigeon
Hi PR On 5 March 2012 12:50, PR wrote: > Hi > Can I insert paragraph in cell table? Now i insert only phrase but I need a > system to insert phrase below each other > Have a look at the PdfPCell API : < http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfPCell.html#addElement%28com.itextpdf.

[iText-questions] Commercial License Help

2012-03-05 Thread kristenT
Hi I've submitted a couple of licensing queries but no one has responded to them yet - I'm looking at what a commercial server license would cost. I know this is a technical list, but it's really frustrating not getting any reply - perhaps it's being marked as spam on my end? If anyone could help

[iText-questions] Insert paragraph in cell table

2012-03-05 Thread PR
Hi Can I insert paragraph in cell table? Now i insert only phrase but I need a system to insert phrase below each other -- View this message in context: http://itext-general.2136553.n4.nabble.com/Insert-paragraph-in-cell-table-tp4445873p4445873.html Sent from the iText - General mailing list arch

Re: [iText-questions] HR tag error - Object reference not set to an instance of an object.

2012-03-05 Thread iText Info
Op 5/03/2012 11:00, Stefanescu Gabi schreef: iTextSharp.text.html.simpleparser.HTMLWorker worker HTMLWorker is no longer supported. It's discontinued in favor of XML Worker: http://demo.itextsupport.com/xmlworker -- Try

[iText-questions] HR tag error - Object reference not set to an instance of an object.

2012-03-05 Thread Stefanescu Gabi
Hello, I am using the FreeTextBox control to write the text, which then I want to export to pdf. I am using iText# of course. all works very nicely untill I use the tag, (the insert rule button). when I want to export to pdf, I get the error.This is the C# code I use: private byte[] RanderH

[iText-questions] Problem to tag links

2012-03-05 Thread Alberto RR
Hello, I'm trying to create a PDF accesible document as a result of concatenate several pdf documents that contain internal links, but when I pass the accessibility test it tells that the document is not correctly tagged because the links are not included in the structure tree. I have read the c

Re: [iText-questions] Text,BookMarks Extraction

2012-03-05 Thread manoj kumar
Thanks a lotit helped me...and i'm sorry for asking questions without going through whole book... On Mon, Mar 5, 2012 at 1:51 PM, iText Info wrote: > Op 5/03/2012 9:14, manojkumar1412 schreef: >> I am trying to extract bookmarks of a pdf using SimpleBookMark class. Below, >> is the kids of on

Re: [iText-questions] Text,BookMarks Extraction

2012-03-05 Thread iText Info
Op 5/03/2012 9:14, manojkumar1412 schreef: > I am trying to extract bookmarks of a pdf using SimpleBookMark class. Below, > is the kids of one of the title. What exactly is *FitH* over here? is it > height of the page? If yes, then is there any way to extract text between > given two heights?? Plea

[iText-questions] Text,BookMarks Extraction

2012-03-05 Thread manojkumar1412
I am trying to extract bookmarks of a pdf using SimpleBookMark class. Below, is the kids of one of the title. What exactly is *FitH* over here? is it height of the page? If yes, then is there any way to extract text between given two heights?? Please help me with this. [{Action=GoTo, Page=3 FitH

Re: [iText-questions] Can ITEXT convert dynamic PDF to static PDF?

2012-03-05 Thread iText Info
Op 5/03/2012 8:25, seaskyboy schreef: > Can we use ITEXT to generate a static PDF document, like we use printer to > print an adobe document? This is under development. See: http://www.youtube.com/watch?v=qxtAy2Czsh0 and try the demo: http://demo.itextsupport.com/xfademo/ -