Re: [iText-questions] Reg: XmlWriter class not found in Iitextsharp.dll (itextsharp-4.1.2-dll)

2009-07-06 Thread 1T3XT info
Satya Kadiam wrote: Hi, I have downloaded the latest assembly (itextsharp-4.1.2-dll.zip) from http://itextsharp.sourceforge.net/index.html, but i am not finding the XmlWriter iTextSharp.text.xml class. Can some one guide me where i will get this class. XmlWriter has been removed from

Re: [iText-questions] PdfpTable vs. Table (vs. SimpleTable?)

2009-07-06 Thread 1T3XT info
tamtam18 wrote: Basically, what are the benefits/downsides of separating the code into two sections -- one to create PDF documents, and one to create the same documents in an RTF format, if that was selected? PDF and RTF are very different. They were invented to achieve very different goals.

Re: [iText-questions] Cell setNoWrap() depricated?

2009-07-06 Thread 1T3XT info
Gadbois, John S wrote: Has the setNoWrap() method been removed from iText 2.1.6? If so, is there any way to reproduce it’s behavior with another method? I’m generating RTF not PDF. I have no idea what you are talking about. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ -

Re: [iText-questions] Carriage Return with Paragraphs

2009-07-06 Thread 1T3XT info
Tri Phan wrote: Hello, does anyone know how to prevent a carriage return from being insert at the end of a paragraph? No. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info --

Re: [iText-questions] itext jar: java coding pdf with tables and cells-nested tables and using images

2009-07-06 Thread 1T3XT info
Lisa M Barkey wrote: 1. I can't put text and an image in a cell together. You can: by wrapping the image in a Chunk, by using nested tables,... 2. Why do I lose borders on a cell when I put a table inside that cell. You don't! Read chapter 6 of the book. Wondering are these bugs? I got

Re: [iText-questions] Table header/footer problem

2009-07-06 Thread 1T3XT info
poncke wrote: I basically demonstrate what I think are several a bugs in the PdfPTable implementation (the incorrect spacing that occurs as explained and demonstrated below). I'm sorry, I failed to see any bugs; I only saw wrong use of iText. -- This answer is provided by 1T3XT BVBA

Re: [iText-questions] Lists into table cells

2009-07-06 Thread 1T3XT info
Antonio Manuel Muñiz wrote: Hello, I need to put a List into a PdfPTable cell. Is this possible? Trying is the best way to find out. (Why do you think it doesn't work?) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] Printing PDF after Convert from html to pdf

2009-07-06 Thread 1T3XT info
MDG wrote: After Converting the document from html to pdf format it Generating fine and open it also showing Data Good. After the compleation of convertion i am trying to print the document it is printing but it is not Getting orginal format. it is giving like %PDF-1.4 % 2 0 obj

Re: [iText-questions] Barcode Image sizes

2009-07-06 Thread 1T3XT info
samirbukka...@gmail.com wrote: Thank you Bruno, Thanks for your valuable suggestion. I have tried your suggestions but not able to preview barcode image in browser. Too bad for you; the answer that was given should have been sufficient. -- This answer is provided by 1T3XT BVBA

[iText-questions] RTF and Character Spacing

2009-07-06 Thread isfelly
Hi all, I lost 5 days ..but a got no solution ! Does any body have Know how to set character spacing with RtfWriter2.. i found this sample but withPdfWriter http://1t3xt.info/examples/browse/?page=exampleid=184 Thinks for your help -- View this message in context:

[iText-questions] p.shilpavi...@gmail.com

2009-07-06 Thread p . shilpavijay
I am struggling with nested table .In this I have two cell ,in each cell ,in each row ,I want multiple tables. But in first row nested table inserted in both cell and further is not possible. Please give me the proper suggestion

[iText-questions] Help positioning text

2009-07-06 Thread bright
Hi, I have been trying to use iText to create pdf based on x-y positions that I've stored. I've tried this int x = 100, y = 150; String text = Sample String\nMore String\nLast String; PdfContentByte cb = writer.getDirectContent(); BaseFont bf = BaseFont.createFont(BaseFont.HELVETICA,

Re: [iText-questions] Help positioning text

2009-07-06 Thread Paulo Soares
Use ColumnText. Paulo -Original Message- From: bright [mailto:kelvin...@gmail.com] Sent: Monday, July 06, 2009 9:56 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Help positioning text Hi, I have been trying to use iText to create pdf based on x-y

Re: [iText-questions] Help positioning text

2009-07-06 Thread Iliadis Yannis
Have in mind that 0,0 is the *lower left* corner of a PDF. 2009/7/6 Paulo Soares psoa...@glintt.com Use ColumnText. Paulo -Original Message- From: bright [mailto:kelvin...@gmail.com] Sent: Monday, July 06, 2009 9:56 AM To: itext-questions@lists.sourceforge.net Subject:

Re: [iText-questions] RTF and Character Spacing

2009-07-06 Thread 1T3XT info
isfelly wrote: Hi all, I lost 5 days ..but a got no solution ! Are you sure the RTF specs supports Character Spacing? And even if it does, are you sure that tools rendering RTF support it? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] p.shilpavi...@gmail.com

2009-07-06 Thread 1T3XT info
p.shilpavi...@gmail.com wrote: I am struggling with nested table .In this I have two cell ,in each cell ,in each row ,I want multiple tables. But in first row nested table inserted in both cell and further is not possible. Please give me the proper suggestion Nested tables work for me (in

Re: [iText-questions] Table header/footer problem

2009-07-06 Thread poncke
Thanks, XSL-FO indeed looks more fitting to what I want to achieve. Kevin Brown-9 wrote: For a document this complex, you may want to consider using XSL FO. This type of structure is trivial as it is what XSL FO was designed to do. It is a page-sequence with different repeatable

[iText-questions] iText : problem with footers

2009-07-06 Thread ...tharas
Hello all, I am using itext-1.3.1.jar for generating PDF reports. I have a problem while trying to display footers. My code is as below: Document doc = new Document(PageSize.A4, leftMargin, rightMargin, topMargin, bottomMargin); try { doc.addAuthor(XYZ);

[iText-questions] Bug in PdfStamperImp: read producer from PdfDictionary may cause NullpointerException

2009-07-06 Thread Maege
Hello, I just decovered a bug in PdfStamperImp (line 216). PdfStamperImp tries to read producer info from (oldInfo) PdfDictionary whenever oldInfo is not null. But producer information may in some cases not be contained in the oldInfo. However, PdfStamperImp expects producer info to be

Re: [iText-questions] iText : problem with footers

2009-07-06 Thread Paulo Soares
itext-1.3.1.jar is too old to be supported unless you have a maintenance contract. Nevertheless, why are you using RTF classes if the objective is to produce PDF? Paulo -Original Message- From: ...tharas [mailto:thar...@gmail.com] Sent: Monday, July 06, 2009 1:06 PM To:

Re: [iText-questions] iText : problem with footers

2009-07-06 Thread Alexis Pigeon
Hi tharas, 2009/7/6 ...tharas thar...@gmail.com Hello all, I am using itext-1.3.1.jar for generating PDF reports. I have a problem while trying to display footers. [...] Some comments : - iText 1.3.1 is more than 4 years old, you should NOT expect any support for such an old version. At

Re: [iText-questions] Bug in PdfStamperImp: read producer from PdfDictionary may cause NullpointerException

2009-07-06 Thread Paulo Soares
Thank you. It's already fixed in the SVN. Paulo -Original Message- From: Maege [mailto:mae...@gmx.ch] Sent: Monday, July 06, 2009 2:15 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Bug in PdfStamperImp: read producer from PdfDictionary may cause

Re: [iText-questions] trailer not found.

2009-07-06 Thread Dean Krueger
Paulo, how do I get the latest version that includes this fix for itextsharp? Do I compile it myself? or will there be a 4.1.3? Thanks Dean On Fri, Jul 3, 2009 at 7:50 AM, Dean Kruegerdmkrue...@gmail.com wrote: Thanks, was there something new in the PDF what caused this Exception? On Fri, Jul

[iText-questions] PdfPTable KeepTogether and Header

2009-07-06 Thread Jason Berk
I noticed if you create a table with a header row and set KeepTogether true, then if the table is pushed to the next page, the header doesn't print even though the table is the first and only thing written to that page. Is this by design? Notice the missing header on KeepTogetherTrue.pdf page

[iText-questions] Concatenate PDFs and Page Numbering

2009-07-06 Thread dmholte
I am attempting to concatenate two pdfs. The first pdf is a set of notes. the second pdf is a set of images. I need to get page numbers on all the pages. So far I am only able to get page numbers on the first (due to it being done in the previous method makePDF()). I am including my source

Re: [iText-questions] RTF and Character Spacing

2009-07-06 Thread isfelly
Yes I think that RTF specifications and tools rendering support charactere spacing .. 1T3XT info wrote: isfelly wrote: Hi all, I lost 5 days ..but a got no solution ! Are you sure the RTF specs supports Character Spacing? And even if it does, are you sure that tools rendering RTF

Re: [iText-questions] trailer not found.

2009-07-06 Thread Paulo Soares
I'll have a new iTextSharp release today, it will 4.1.6 and will contain all that is in iText 2.1.6 plus any SVN changes. Paulo -Original Message- From: Dean Krueger [mailto:dmkrue...@gmail.com] Sent: Monday, July 06, 2009 3:45 PM To: Post all your questions about iText here

Re: [iText-questions] Lists into table cells

2009-07-06 Thread Antonio Manuel Muñiz
I am trying, but addCell method only accept String, Phrase and PdfPCell as parameters, and PdfPCell don't accept a List as parameter. In iText examples I don't find anything, so I don't see the way to achieve this. I would be very grateful if you tell me how to do this. Thanks, Antonio.

[iText-questions] how to Display message at open document

2009-07-06 Thread Anu Padki
Hello All, I want to display a message as soon as a document is opened. I tried javascript, but I don't like the alert box looks. What would be the cleanest solution to display a message, a line or so, as soon as the doc is opened. I really appreciate your help. - Anu

Re: [iText-questions] how to Display message at open document

2009-07-06 Thread Leonard Rosenthol
You have to use JavaScript. If you don't like the standard alert, create a custom dialog using the jsADM APIs. From: Anu Padki [mailto:apa...@cablevision.com] Sent: Monday, July 06, 2009 1:34 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] how to Display message at open

[iText-questions] PdfPTable Absolute Positioning

2009-07-06 Thread tamtam18
Hello, I am using the following code to place a PdfPTable at an absolute position: float yAbsolutePosition = iTextDoc.bottomMargin() + iTextPdfPTable.getTotalHeight(); iTextPdfPTable.writeSelectedRows(0, -1, iTextDoc.leftMargin(), yAbsolutePosition, pdfWriter.getDirectContent());

[iText-questions] How to sign with a smartcard using an external signature dictionary with iTextSharp, CAPICOM and .NET 1.1

2009-07-06 Thread dakhla.0563
Hi all, In 'How to sign a PDF using iText and iTextSharp', I am referring to the email subject paragraph and I am having problems with the function, Public Function GetChain(ByVal cer As Certificate) As Org.BouncyCastle.X509.X509Certificate() Dim context As ICertContext = CType(cer,

[iText-questions] New release iTextSharp 4.1.6 (2009-07-06)

2009-07-06 Thread Paulo Soares
At last the long-awaited iTextSharp 4.1.6 release is out. It includes all the iText 2.1.6 content plus the current SVN. Paulo -- ___ iText-questions mailing list

Re: [iText-questions] How to sign with a smartcard using an externalsignature dictionary with iTextSharp, CAPICOM and .NET 1.1

2009-07-06 Thread Paulo Soares
(1) It's a System.Security.Cryptography.X509Certificates.X509Certificate. (2) See (1). Paulo - Original Message - From: dakhla.0...@hotmail.com To: iTextSharp itext-questions@lists.sourceforge.net Sent: Monday, July 06, 2009 11:15 PM Subject: [iText-questions] How to sign with a

Re: [iText-questions] How do I extract the tag tree from anexisting pdf using itext

2009-07-06 Thread Mark Storer
Dustin Michaels wrote: I don't understand how the files I've attached pass your guys structure validator. If we are using tagged content shouldn't the value for ParentTreeNextKey underneath /StructTreeRoot have a value greater than 1? Does having tagged content not require the ParentTreeNextKey

Re: [iText-questions] New release iTextSharp 4.1.6 (2009-07-06)

2009-07-06 Thread Keith O
Thank you to you, Bruno, and everyone else on the iText development team for all the hard work! AssemblyInfo.cs still shows the old (4.1.2) version number. keith From: psoa...@glintt.com To: itext-questions@lists.sourceforge.net Date: Mon, 6 Jul 2009