Re: [iText-questions] Choosing between LiveCycle ES and iTextSharp

2008-07-28 Thread Paulo Soares
- Original Message - From: "Nathan Aschbacher" <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 8:21 PM Subject: [iText-questions] Choosing between LiveCycle ES and iTextSharp Hi, I'm trying to get some questions answered about iTextSharp to see if I can avoid using LiveCycle, and

[iText-questions] Choosing between LiveCycle ES and iTextSharp

2008-07-28 Thread Nathan Aschbacher
Hi, I'm trying to get some questions answered about iTextSharp to see if I can avoid using LiveCycle, and keep application development all in a C#/.NET toolchain. - How up-to-date is the iTextSharp library kept? - Does it have feature parity with the Java iText library? - Can a PDF document be

Re: [iText-questions] SetLiteral and char-spacing problem

2008-07-28 Thread Paulo Soares
Don't use setLiteral() to show text, there are methods to do that and they do a lot more than just show the text. In general don't use setLiteral() unless you know enough not to ask questions. Paulo - Original Message - From: "Nhia Nhia" <[EMAIL PROTECTED]> To: Sent: Monday, July 28,

[iText-questions] SetLiteral and char-spacing problem

2008-07-28 Thread Nhia Nhia
Hi, I have a problem using the method set literal from PdfContentByte. I want to write into a pdf the text "hola" using a computer modern font (cmr12), so I have the .afm and .pfb files. The problem is the character spacing in the output pdf. It seems the characters are printed all in the same pos

[iText-questions] Query on creating TOC from multiple PDFs

2008-07-28 Thread ¶ Ravi ¶
Hello, I have multiple PDF reports that I would like to combine/merge into one PDF, and at the same time create a Table of Contents, with a couple levels of hierarchy in the TOC (i.e. higher level reports with a + opening to detailed reports). I want to do this programmatically (not interactively)

[iText-questions] attaching files to PDF

2008-07-28 Thread Luke Evans
Hi, I want to add an attachment to a PDF using iText. The only way I've found to do this so far is by using PdfAnnotation, which requires setting absolute location in the PDF. Ideally I wish to create a PDF table and insert links to the attachment in this in PDF cells. If this is not possibl

[iText-questions] Fwd: how can I create template?

2008-07-28 Thread krishna itest
Hi, I am trying to implement POC by using template. But, I have some doubts regarding to template i.e. how can I create template and how to read the data from the template? Here I would like to create a template like table. This template I am attaching along this query please go through it. And I

[iText-questions] how can I create template?

2008-07-28 Thread krishna itest
Hi, I am trying to implement POC by using template. But, I have some doubts regarding to template i.e. how can I create template and how to read the data from the template? Here I would like to create a template like table. This template I am attaching along this query please go through it. And I

Re: [iText-questions] How to draw checkbox in rtf?

2008-07-28 Thread Howard Shank
You would have to use direct content. I do not personally have an example of how to do this at this time. Sorry, Howard Shank - Original Message From: soumyanil <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, July 28, 2008 5:44:16 AM Subject: [iText-questio

[iText-questions] hiding bookmarks using iText

2008-07-28 Thread kishorekandavalli
Hi, How to hide bookmarks using iText? can anyone has an example on that? Thanks, kishore -- View this message in context: http://www.nabble.com/hiding-bookmarks-using-iText-tp18686783p18686783.html Sent from the iText - General mailing list archive at Nabble.com. ---

[iText-questions] How to draw checkbox in rtf?

2008-07-28 Thread soumyanil
Hi friends , I am facing problem that hoe to draw checkbox in rtf cell or in a cell using iText is really possible ? Thanks in advance. Regards Soumyanil -- View this message in context: http://www.nabble.com/How-to-draw-checkbox-in-rtf--tp18687048p18687048.html Sent from the iText - General ma

Re: [iText-questions] Some startup problems

2008-07-28 Thread Ivar Kunst
Hi again, again i got much futher. I bout the e-book and did some digging. I found the function ct.addElement which does all the good work. Now im adding tables, text and images to my document, but what i didnt find was, if i can set some sort of wrapping around my pictures/tables. Thanks for y