Re: [iText-questions] doc to pdf & retain

2009-12-30 Thread Howard Shank
That looks like a customs solution someone had developed. This ability is not fully implemented in iText RTF. Howard Shank - Original Message From: pezzy To: itext-questions@lists.sourceforge.net Sent: Tue, December 29, 2009 3:09:18 PM Subject: Re: [iText-questions] doc to pdf

Re: [iText-questions] RTF - problem in cross references

2009-11-18 Thread Howard Shank
fined at this time. Regards, Howard Shank - Original Message From: amarchan To: itext-questions@lists.sourceforge.net Sent: Tue, November 17, 2009 5:28:56 PM Subject: Re: [iText-questions] RTF - problem in cross references Hi Mark, On many posting I read that internal links ar

Re: [iText-questions] RTF Merging

2009-09-22 Thread Howard Shank
What you want to do is not possible at this time with iText RTF. Howard Shank From: Stew Meyers To: itext-questions@lists.sourceforge.net Sent: Monday, September 21, 2009 3:18:01 PM Subject: [iText-questions] RTF Merging I use iText for creating PDF and

Re: [iText-questions] Help about converting RTF to pdf

2009-09-17 Thread Howard Shank
em to us for review and integration. Bruno if he has time could provide the details and information necessary to access the source code. Regards, Howard Shank From: Onur Canci To: Post all your questions about iText here Sent: Thursday, September 17, 2009 8:

Re: [iText-questions] Help about converting RTF to pdf

2009-09-17 Thread Howard Shank
As stated many times before, this code is incomplete at this time. Regards, Howard Shank From: Onur Canci To: iText-questions@lists.sourceforge.net Sent: Thursday, September 17, 2009 4:22:32 AM Subject: [iText-questions] Help about converting RTF to pdf Hi

Re: [iText-questions] RTF to PDF

2009-09-11 Thread Howard Shank
This feature is incomplete in iText at this time. Regards, Howard Shank From: donanik duck To: iText-questions@lists.sourceforge.net Sent: Friday, September 11, 2009 10:32:08 AM Subject: [iText-questions] RTF to PDF Hi everyone, I have a simple question

Re: [iText-questions] out of Kernel memory

2009-08-11 Thread Howard Shank
Are you creating the files in a directory that is being monitored for changes? Do you have something like TortiseSVN or some client or software installed that monitors files? Regards, Howard Shank - Original Message From: "Kobty, Joseph" To: Post all your questions about

Re: [iText-questions] out of Kernel memory

2009-08-11 Thread Howard Shank
The SYSINTERNALS tool you are referring to is PROCMON. Great tool for tracking down internal issues in Windows. Howard Shank - Original Message From: Mike Marchywka To: itext-questions@lists.sourceforge.net Sent: Tuesday, August 11, 2009 11:03:09 AM Subject: Re: [iText-questions

Re: [iText-questions] out of Kernel memory

2009-08-11 Thread Howard Shank
Diags and select the process. You can do select the process and do a full dump and then analyze the dmp file to determine where the leak is being created. Regards, Howard Shank - Original Message From: "Kobty, Joseph" To: Post all your questions about iText here Sent: Tue

Re: [iText-questions] out of Kernel memory

2009-08-10 Thread Howard Shank
Joseph, A couple of questions for you. 1. Why are you closing the strm? It is inside a using block and that handles it for you. 2. Why are you closing the strm before finishing the PDF? You should consider the following, Remove strm.close(); Regards, Howard Shank

Re: [iText-questions] Import rtf in pdfpcell

2009-07-13 Thread Howard Shank
The ConvertRtfDocument is incomplete at this time. Regards, Howard Shank From: John van Kaam To: itext-questions@lists.sourceforge.net Sent: Monday, July 13, 2009 1:34:30 PM Subject: [iText-questions] Import rtf in pdfpcell Hi, I have to tell I'm wo

Re: [iText-questions] RTF Question with Images

2009-07-10 Thread Howard Shank
I don't think it is possible with the basic image handling in iText RTF. I think you would need to create Direct Content in order to do this. I have not done anything like this before. Howard Shank From: Howard Block To: "itext

Re: [iText-questions] RFT hyperlink style

2009-06-26 Thread Howard Shank
I do not remember off the top of my head. The RTF Spec should give it to you. Howard From: Dave Gray To: "itext-questions@lists.sourceforge.net" Sent: Friday, June 26, 2009 9:14:47 AM Subject: [iText-questions] RFT hyperlink style Does anyone know the sty

Re: [iText-questions] RTF Anchor to external file with relative path!

2009-06-19 Thread Howard Shank
You would need to use direct content and build the RTF tag/block yourself. Howard Shank From: Luís Tiago Rico To: Post all your questions about iText here Sent: Thursday, June 18, 2009 12:23:38 PM Subject: [iText-questions] RTF Anchor to external file with

Re: [iText-questions] RtfMapper problem mapping a table cell with a image paragraph

2009-06-16 Thread Howard Shank
I'm glad you got it to work. The RTF code needs some work to get it up to par with the rest of iText library. I haven't had much time to work on it over the last few months. Regards, Howard Shank From: Luís Tiago Rico To: Post all your questions a

Re: [iText-questions] generate rtf file

2009-06-16 Thread Howard Shank
Increase your JVM memory. Howard Shank - Original Message From: Ana Heitor To: itext-questions@lists.sourceforge.net Sent: Monday, June 15, 2009 10:05:30 AM Subject: [iText-questions] generate rtf file Hi, when I try generate a .rtf file with much information, I get the following

Re: [iText-questions] RtfMapper problem mapping a table cell with a image paragraph

2009-06-15 Thread Howard Shank
tag elements. I do not have a solution for you at this time. Perhaps someone else has found a work around for this case? Regards, Howard Shank From: Luís Tiago Rico To: iText-questions@lists.sourceforge.net Sent: Monday, June 15, 2009 1:07:14 PM Subject

Re: [iText-questions] Convert HTML to RTF and RTF to HTML

2009-06-11 Thread Howard Shank
It is possible, however, iText RTF does not support parsing of RTF documents for conversion to other types at this time. Howard Shank From: Michael Gitelman To: itext-questions@lists.sourceforge.net Sent: Wednesday, June 10, 2009 6:03:52 PM Subject: [iText

Re: [iText-questions] RTF Generation and Images

2009-05-27 Thread Howard Shank
1. I'm not certain. I have not explored that code. 2. No. Not possible. 3. Depends on the level of effort for the changes required. General a change file would suffice. Perhaps Bruno can provide information to you about the release required for code submission. Regards, Howard

Re: [iText-questions] How to read .doc file into Pdf using iText.

2009-05-18 Thread Howard Shank
Not possible using iText. Howard Shank - Original Message From: jalaj To: itext-questions@lists.sourceforge.net Sent: Monday, May 18, 2009 6:40:01 AM Subject: [iText-questions] How to read .doc file into Pdf using iText. Hello, I want to know if there is any method to read any

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread Howard Shank
Sorry, no, not at this time. Howard Shank - Original Message From: deep4u To: itext-questions@lists.sourceforge.net Sent: Wednesday, May 6, 2009 8:40:45 AM Subject: [iText-questions] MsWord to Pdf Hello, I have a requirement is conversion of word document to pdf in java

Re: [iText-questions] hexadacimal to float value

2009-04-27 Thread Howard Shank
Too hard? As in too difficult? I'd suggest finding a new profession if it is too hard for you! Regards, Howard Shank From: Rajiv Sabat To: Post all your questions about iText here Sent: Monday, April 27, 2009 9:17:48 AM Subject: Re: [iText-ques

Re: [iText-questions] Dynamic header and footers in RTF document

2009-04-23 Thread Howard Shank
Surendar, This has been answered previously multiple times. RTF cannot tell you when a new page is being created unless it is a forced page. The flow of a document depends on the viewer application. Regards, Howard Shank - Original Message From: Surendar Reddy.K To: itext

Re: [iText-questions] Fw: how to read a rtf

2009-04-22 Thread Howard Shank
That ability is not built into iText RTF functionality. Howard Shank From: chrishyx Cc: itext-questions Sent: Tuesday, April 21, 2009 8:29:40 PM Subject: [iText-questions] Fw: how to read a rtf  2009-04-22 chrishyx

Re: [iText-questions] reg : Dynamic header and footers in RTF document

2009-04-21 Thread Howard Shank
RTF does not have any way of determining when a new page is created, unless there is a specific page break in the document. The entire format flows depending on the word processing document, paper size, margins, etc. Regards, Howard Shank - Original Message From: Surendar Reddy.K

Re: [iText-questions] RTF Reader:

2009-04-21 Thread Howard Shank
The RTFReader will parse the entire RTF document, however, reading and processing Styles is one of the areas that has not been fully developed. Howard Shank From: Thamilini Vamathevan To: itext-questions@lists.sourceforge.net Sent: Monday, April 20, 2009 5

Re: [iText-questions] Error creating RTF of images.

2009-04-17 Thread Howard Shank
determine the "magic bytes" that identify the image. Alot of buffered images read and write a file format, but actually store images in memory as a RAW image file. Regards, Howard SHank - Original Message From: Jorge Luis Rodriguez Monteagudo To: itext-questions@lists.sourc

Re: [iText-questions] iText generated PDF hangs Adobe Reader 9.1

2009-04-14 Thread Howard Shank
Opened in Adobe Reader 9.1.0 for me with no problem. Howard Shank From: Stephen Friedrich To: Post all your questions about iText here Sent: Tuesday, April 14, 2009 2:38:21 PM Subject: Re: [iText-questions] iText generated PDF hangs Adobe Reader 9.1 Sure

Re: [iText-questions] iText generated PDF hangs Adobe Reader 9.1

2009-04-14 Thread Howard Shank
Nevermind, I guess it did hang the 2nd time on Reader 9.1.0. Howard Shank From: Stephen Friedrich To: Post all your questions about iText here Sent: Tuesday, April 14, 2009 2:38:21 PM Subject: Re: [iText-questions] iText generated PDF hangs Adobe Reader 9.1

Re: [iText-questions] RTF Output

2009-04-09 Thread Howard Shank
RTF Specification: http://www.microsoft.com/downloads/details.aspx?FamilyID=ac57de32-17f0-4b46-9e4e-467ef9bc5540&displaylang=en Regards, Howard Shank - Original Message From: William(IDS) To: itext-questions@lists.sourceforge.net Sent: Thursday, April 9, 2009 12:01:47 PM Sub

Re: [iText-questions] RTF Output

2009-04-09 Thread Howard Shank
working with iText and am hoping to get back to it soon to fix/add additional support for tables. You can always try to wrap the elements with direct RTF content and see if it can make it work. Regards, Howard Shank - Original Message From: William(IDS) To: itext-questions

Re: [iText-questions] importRtfDocumentIntoElement example

2009-03-27 Thread Howard Shank
This feature is not yet fully implemented. Howard Shank - Original Message From: Ondřej Kolenatý To: itext-questions@lists.sourceforge.net Sent: Thursday, March 26, 2009 6:48:20 PM Subject: [iText-questions] importRtfDocumentIntoElement example Hello,   I was trying to use

Re: [iText-questions] RTFTable Position

2009-03-11 Thread Howard Shank
I'm sorry to say iText RTF support at this time does not have the full table functionality. PdfPTable is only partially implemented for RTF usage. Sorry, Howard Shank From: 홍남춘 To: itext-questions@lists.sourceforge.net Sent: Tuesday, March 10, 2009 8:

[iText-questions] jaype...@yahoo.com

2009-02-04 Thread Howard Shank
is not possbile for me to do, then there would be no charge. If it turns out to be possible, then delivery of the code would be invoiced for the time taken for development. My consulting rate is $90/hour USD. If this is acceptable to you then we can work out the details. Best regards, Howard

Re: [iText-questions] RTF to PDF conversion : strange characters before document

2009-01-30 Thread Howard Shank
(http://www.itextsoftware.com/ ), which sells commercial licenses for iText. Regards, Howard Shank - Original Message From: kurtcpp To: itext-questions@lists.sourceforge.net Sent: Friday, January 30, 2009 11:01:10 AM Subject: Re: [iText-questions] RTF to PDF conversion : strange characters before doc

Re: [iText-questions] RTF to PDF conversion : strange characters before document

2009-01-30 Thread Howard Shank
This functionality is still in development and does not fully function yet. Regards, Howard Shank - Original Message From: kurtcpp To: itext-questions@lists.sourceforge.net Sent: Thursday, January 29, 2009 4:04:41 PM Subject: [iText-questions] RTF to PDF conversion : strange

Re: [iText-questions] Email Notifications

2009-01-27 Thread Howard Shank
Follow this link and at the bottom is where you unsubscribe https://lists.sourceforge.net/lists/listinfo/itext-questions Howard Shank - Original Message From: arnieAustin To: itext-questions@lists.sourceforge.net Sent: Tuesday, January 27, 2009 1:37:10 PM Subject: [iText-questions

Re: [iText-questions] htmlworker.parseToList - for RTF

2009-01-26 Thread Howard Shank
Brian, When the documentation states iText supports the img tag, it is first and foremost talking about the PDF functionality it was designed for. RTF support is not as full featured as PDF support. That said, I will try to take a look at your issue when I have a chance. Regards, Howard Shank

Re: [iText-questions] RtfShape and open office

2009-01-22 Thread Howard Shank
If you are saving the document from OpenOffice I'd suggest asking on their message boards. Howard Shank From: Benoit Dupont To: itext-questions@lists.sourceforge.net Sent: Thursday, January 22, 2009 9:44:11 AM Subject: [iText-questions] RtfShape and

Re: [iText-questions] importRtfDocument(Unknown Source)

2009-01-05 Thread Howard Shank
This feature is not yet fully implemented. Howard Shank - Original Message From: raghav_m To: itext-questions@lists.sourceforge.net Sent: Monday, January 5, 2009 2:07:37 AM Subject: [iText-questions] importRtfDocument(Unknown Source) Hi , I need to append text to an RTF document

Re: [iText-questions] Parsing existing RTF file

2008-11-09 Thread Howard Shank
This functionality is barely implemented and does not function conrrectly yet. Howard Shank From: Sainath Veepuri <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Friday, November 7, 2008 10:04:52 AM Subject: [iText-questions] P

Re: [iText-questions] PdfPCell.setColSpan doesn't work for RTF

2008-10-30 Thread Howard Shank
Support for PdfPTable is very limited at this point. It does not have support for everything. Howard Shank - Original Message From: Ross Cohen <[EMAIL PROTECTED]> To: iText-questions@lists.sourceforge.net Sent: Wednesday, October 29, 2008 6:39:17 PM Subject: [iText-que

Re: [iText-questions] RTF to PDF conversion

2008-10-27 Thread Howard Shank
This functionality is NOT complete at this time. Regards Howard Shank From: Eva Donaldson <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, October 27, 2008 3:39:28 PM Subject: [iText-questions] RTF to PDF conversion Can

Re: [iText-questions] itext RTF

2008-10-23 Thread Howard Shank
Shweta, It is not possible to do with iText RTF. Regards, Howard Shank - Original Message From: shweta singh <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Thursday, October 23, 2008 1:55:46 AM Subject: [iText-questions] itext RTF Hi I am new to itext.

Re: [iText-questions] Easy reading RTF document and saving to TXT

2008-10-17 Thread Howard Shank
The conversion functionality is not complete at this time. When it does function it is intended to create a PDF file, not a TXT file. I do not know what tool will create a text file of the textual contents of a RTF. Howard Shank - Original Message From: Radekor <[EMAIL PROTEC

Re: [iText-questions] Simple insertion img scale to 4/3 and get blur

2008-09-29 Thread Howard Shank
I do not know. If you want to post your jpeg and your resulting RTF separately I will take a look at them when I have time. Regards, Howard Shank - Original Message From: lacre <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, September 29, 2008 11:41

Re: [iText-questions] Parsing HTML's table with HTMLWorker to RTF doc

2008-09-13 Thread Howard Shank
In the next release there will be limited support in RTF for PdfPTables. There is no support for converting a PdfTable to a Table The Table class is no longer supported. Howard Shank - Original Message From: Marcos Humberto Vieira <[EMAIL PROTECTED]> To: "itex

Re: [iText-questions] Letter Templates RTF format

2008-09-11 Thread Howard Shank
For the most part images work the same way for RTF as they do for PDF. You create your image object and add it to the document. There are many examples online and in the iText book Regards, Howard Shank - Original Message From: bendg <[EMAIL PROTECTED]> To: itext-que

Re: [iText-questions] Letter Templates RTF format

2008-09-11 Thread Howard Shank
Ben, Replacing text in an RTF document is not supported at this time. I do not have a timeframe of when this will be fully implemented. Best regards, Howard Shank - Original Message From: bendg <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Thursday, Sep

Re: [iText-questions] RTF (or JEdirtorPane) to PDF conversion

2008-09-02 Thread Howard Shank
I have no time line at the moment for completing this. As functionality is needed I will implement it for current projects. Howard Shank - Original Message From: Álvaro Morejón Cortés <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Friday, August 29, 2008 8

Re: [iText-questions] RTF and document import

2008-09-02 Thread Howard Shank
You are correct. At this point it is not possible to import into an element.. However, this functionality is under development for a client and will be released when working. Howard Shank - Original Message From: Michaël Morello <[EMAIL PROTECTED]> To: itext-que

Re: [iText-questions] RTF: Wrapping text around an image?

2008-08-28 Thread Howard Shank
rsday, August 28, 2008 5:00:32 AM Subject: Re: [iText-questions] RTF: Wrapping text around an image? Hi, Is that delete the two line-breakers added after if I use shapes to insert my pictures ? Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of H

Re: [iText-questions] RTF: Wrapping text around an image?

2008-08-27 Thread Howard Shank
} catch (DocumentException e) { e.printStackTrace(); } document.close(); ======== This example requires version 2.1.4 or higher to function. Regards, Howard Shank - Original Message From: John Schroeder <[EMAIL PROTECTED]> To: P

Re: [iText-questions] RTF: Wrapping text around an image?

2008-08-27 Thread Howard Shank
Here is the original tutorial. Wrap your image with a shape. http://itextdocs.lowagie.com/tutorial/rtf/features/shape/index.php Howard Shank - Original Message From: John Schroeder <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, August 27, 2

Re: [iText-questions] RTF List Font

2008-08-25 Thread Howard Shank
It is not possible at this time. The support for lists is minimal at this point in time and I have not been able to find the time to work on it. Howard Shank - Original Message From: John Schroeder <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, Aug

Re: [iText-questions] Codepage problems in RTF

2008-08-25 Thread Howard Shank
That is hard-coded value at this time. Since I've only recently taken over the RTF support, I do not know what the impact would be to changing it. I can make the value a settable field as soon as I have some time. Regards, Howard Shank - Original Message From: Adam Sas &l

Re: [iText-questions] iText with VB6 application

2008-08-25 Thread Howard Shank
It should be possible to expose the .net as com objects by configuring the project and recompiling. Howard Shank - Original Message From: Kevin Yu <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, August 25, 2008 9:34:58 AM Subject: Re: [iText-que

Re: [iText-questions] Problem of importation in RTF format

2008-08-25 Thread Howard Shank
There is probably an issue with the font mapping. If you can send your 2 files I can look into it when I have time. Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, August 25,

Re: [iText-questions] How do i unsubscribe to this list?

2008-08-21 Thread Howard Shank
If you'd read the footers, there's a link that takes you to the mailing list information page that then gives instructions on how to unsubscribe. https://lists.sourceforge.net/lists/listinfo/itext-questions Do people not read any more? Howard Shank - Original Message F

Re: [iText-questions] RFT into PDF import

2008-08-21 Thread Howard Shank
RTF to PDF conversion is is development ad not functional at this time. Regards, Howard Shank - Original Message From: Adam Sas <[EMAIL PROTECTED]> To: itext-questions Sent: Thursday, August 21, 2008 3:41:17 AM Subject: [iText-questions] RFT into PDF import Hello, I am

Re: [iText-questions] Problem with PdfPTable [RTF]

2008-08-20 Thread Howard Shank
I have not updated SVN lately with any of my changes. I have not had time to test new code under development. At this time, you are not able to insert elements inside other elements. This is a known limitation being worked on at this time for a client of mine. Howard Shank - Original

Re: [iText-questions] Problem with PdfPTable [RTF]

2008-08-20 Thread Howard Shank
RTF Support for PdfPTable is brand new and as such, only supports bare functionality. Howard Shank - Original Message From: Paulo Soares <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, August 20, 2008 10:28:33 AM Subject: Re: [iText-que

Re: [iText-questions] modify existing rtf

2008-08-20 Thread Howard Shank
No. It is not possible to modify an RTF file at this time using iText RTF. Howard Shank - Original Message From: mzk741009 <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Wednesday, August 20, 2008 12:01:50 AM Subject: [iText-questions] modify existi

Re: [iText-questions] Alignement in a Chunk or Phrase for RTF document

2008-08-18 Thread Howard Shank
Please provide sample code showing what you are attempting to do. Thanks Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, August 18, 2008 10:12:14 AM Subject: [iText-questions] Align

Re: [iText-questions] Problem with header in iText- RTF

2008-08-18 Thread Howard Shank
That is not possible to do at this time. Sorry. Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, August 18, 2008 5:52:47 AM Subject: [iText-questions] Problem with header in iTe

Re: [iText-questions] Limitation problem with RTF using Document ?

2008-08-14 Thread Howard Shank
Try splitting the logic up into manageable sections ad write little short documents until you find an offending section, then continue to slice it up into smaller pieces till you find the offending elements. Sorry I can't be of much more assistance at this point. Howard Shank - Ori

Re: [iText-questions] Limitation problem with RTF using Document ?

2008-08-14 Thread Howard Shank
There should be no limitation on document size except for memory/disk space you have available.. maybe a 2gb limitation but I don't know for certain. Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions ab

Re: [iText-questions] Limitation problem with RTF using Document ?

2008-08-14 Thread Howard Shank
That is something I'd have to see all the code to debug. Usually it means you've placed an element in another element that isn't supported. Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iTex

Re: [iText-questions] help me

2008-08-13 Thread Howard Shank
There is no rowspan. You can achieve your desired results with nested tables. Howard Shank - Original Message From: Vivek Tiwari <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, August 13, 2008 7:37:36 AM Subject: Re: [iText-questions] help me

Re: [iText-questions] Table in a RTF, different withs for each row

2008-08-12 Thread Howard Shank
Again I think you can achieve your desired results of different row column widths using nested tables. Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Tuesday, August 12, 2008 4:35:2

Re: [iText-questions] Table in a RTF, different withs for each row

2008-08-12 Thread Howard Shank
Rowspan is not part of PdfPTable. Just nest tables to achieve your desired result. If you need an example, please let me know. Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Tuesday, Augu

Re: [iText-questions] RTF : How to change the generated number font for Numbered List

2008-08-11 Thread Howard Shank
symbol to any character and set your font. In a numbered list, the character does not matter. list.setListSymbol(new Chunk("1",FontFactory.getFont(FontFactory.TIMES_ROMAN, 26, Font.BOLDITALIC))); Regards, Howard Shank - Original Message From: Pablo Artucio <[EMAIL PROTECTE

Re: [iText-questions] Table in a RTF, different withs for each row

2008-08-11 Thread Howard Shank
c); t1.completeRow(); document.add(t1); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (DocumentException e) { e.printStackTrace(); } document.close();

Re: [iText-questions] Footer placed on page header

2008-08-11 Thread Howard Shank
You're using JavaServer Pages (JSP) and you cannot use Java Classes? I think you should rethink your help request and either reword your question or learn a new profession. Howard Shank - Original Message From: NomadeWolf <[EMAIL PROTECTED]> To: itext-questions@lists.sour

Re: [iText-questions] RTF - Problem with picture

2008-08-11 Thread Howard Shank
any case, since iText does not support EMF, you are going to have to use JPG or PNG at this point and there is no method to split an image or span pages.Regards,Howard Shank- Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]>To: Post all your questions about iText he

Re: [iText-questions] RTF - Problem with picture

2008-08-11 Thread Howard Shank
} catch (IOException e) {                e.printStackTrace();            } catch (DocumentException e) {                e.printStackTrace();            }        document.close();    } Regards,Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]>To:

Re: [iText-questions] RTF - Problem with picture

2008-08-11 Thread Howard Shank
And as far as I know, you cannot span an image across multiple pages in an RTF. They will always be clipped at the page edge no matter what. If you need an image to span pages, you'll have to cut it yourself and insert each part. Howard Shank - Original Message From: &quo

Re: [iText-questions] RTF - Problem with picture

2008-08-11 Thread Howard Shank
pages, or is there an option to automatically cut and replace part of the image to fit in height ? (Actually, I don't want to use the scalepercent method, which reduce the zoom of the picture). Best regards, Loïc LE DOYEN From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [iText-questions] RTF - Problem with picture

2008-08-11 Thread Howard Shank
alformedURLException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } catch (DocumentException e) { e.printStackTrace(); } document.close(); } Regards, Howard Shank --

Re: [iText-questions] Table in a RTF, different withs for each row

2008-08-11 Thread Howard Shank
The Table class is no longer supported. I have recently added support for PdfPTable and associated classes. Regards, Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here <[EMAIL PROTECTED]> S

Re: [iText-questions] Background color in RTF

2008-08-07 Thread Howard Shank
System.out.println("Create Example PdfPTable FINISHED"); } Regards, Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, August 7, 2008 7:39:20 AM Subject: [iText-questio

Re: [iText-questions] RTF/iText on the mainframe

2008-08-06 Thread Howard Shank
SVN has been updated with the changes recommended by Paulo to support the proper byte output. Hopefully it will produce the correct output now for RTF files. Regards, Howard Shank - Original Message From: Howard Shank <[EMAIL PROTECTED]> To: Post all your questions about iTex

Re: [iText-questions] Problem importing RTF

2008-08-06 Thread Howard Shank
list gives everyone the benefit of being able to see the issues and responses. Who knows, someone else may be experiencing the same problems. Regards, Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText h

Re: [iText-questions] Problem importing RTF

2008-08-06 Thread Howard Shank
Loic, Please use the mailing list when responding. I will look into the color issue as there seems to be a color mapping problem for your document. The graphic issue is that your file contains an Enhanced Metafile graphic. These are not currently supported by iText. Regards, Howard Shank

Re: [iText-questions] RTF/iText on the mainframe

2008-08-06 Thread Howard Shank
e mainframe > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Howard Shank > Sent: Wednesday, August 06, 2008 1:22 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] RTF/iText on the mainframe >

Re: [iText-questions] Problem importing RTF

2008-08-06 Thread Howard Shank
and/or snapshot and test with that. There may be problems with unsupported/unimplemented RTF control words that would cause your color issue. I would need to see the file causing you problems to determine a fix for it. Regards, Howard Shank - Original Message From: "Le Doyen,

Re: [iText-questions] RTF/iText on the mainframe

2008-08-06 Thread Howard Shank
formatting of a document. Regards, Howard Shank - Original Message From: ek1975 <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Tuesday, August 5, 2008 5:05:02 PM Subject: [iText-questions] RTF/iText on the mainframe We have been successfully creating PDFs

Re: [iText-questions] Problem importing RTF

2008-08-04 Thread Howard Shank
Using the latest code 2.1.4 from source it works just fine. There is the following in the document Line return The text: Debut and a Line Return Which is what is in your document below. Regards, Howard Shank - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTE

Re: [iText-questions] Coloured bullets in list with RTF

2008-08-01 Thread Howard Shank
That is not possible at this time. It defaults the entire line to a particular color and you cannot override the color for the bullet character. I am currently working on some of these items, but I do not have a time line as to when any of this would be completed. Howard Shank

Re: [iText-questions] How to set data in rtf document?

2008-08-01 Thread Howard Shank
t;); t1.completeRow(); document.add(t1); document.close(); } catch (FileNotFoundException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (DocumentException e) { // TODO Auto-generated catch block

Re: [iText-questions] How to set data in rtf document?

2008-08-01 Thread Howard Shank
There is not getField/setField available in RTF. Howard Shank - Original Message From: soumyanil <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Friday, August 1, 2008 12:46:14 AM Subject: Re: [iText-questions] How to set data in rtf document? Actually I w

Re: [iText-questions] How to keep image as background on the text in RTF document?

2008-07-29 Thread Howard Shank
What you want to do is rather complex and will probably require the use of direct content, shapes objects, images and tables. There is no current example that I know of on how to accomplish this. I currently, do not have time to generate an example. Howard Shank - Original Message

Re: [iText-questions] How to set data in rtf document?

2008-07-29 Thread Howard Shank
iText will not do that, at least not the way you probably want to do it. Do you need to add or remove cells or just place text in cells? If you need to do any images or manipulation other than text you are probably better off just building the entire document with iText if you can. Howard

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:

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-22 Thread Howard Shank
information and/or adding font attributes to your html. Howard Shank - Original Message From: krishna tara <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Tuesday, July 22, 2008 1:09:26 AM Subject: Re: [iText-questions] Is rowspan and colspan possible in

Re: [iText-questions] rowspan & colspan in HTMLWorker

2008-07-21 Thread Howard Shank
I am currently working on a project to upgrade some of the HTML handling capabilities. I'm not sure what features will be implemented or when the release will be made at this time though. Howard Shank - Original Message From: Chris Bourke <[EMAIL PROTECTED]> To: itex

Re: [iText-questions] RFT importRtfFragment

2008-07-21 Thread Howard Shank
Kianoosh, I have updated the code in SVN to not error while processing the Word 6/Word 95 drawing object. You should now be able to process your RTF file without an error. Regards, Howard Shank - Original Message From: Kianoosh Raika <[EMAIL PROTECTED]> To: Post all your que

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread Howard Shank
Can you provide the HTML file? Howard Shank - Original Message From: krishna tara <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Monday, July 21, 2008 11:46:38 AM Subject: Re: [iText-questions] Is rowspan and colspan possible in iText I wrote the fol

Re: [iText-questions] Questions

2008-07-21 Thread Howard Shank
All doors lead in. There are no exits, but checkout time is 9am and you cannot overstay your welcome or security will keep you locked inside where there are no exit doors. Does that help? Howard - Original Message From: Joao Sebastiao da Costa Junior <[EMAIL PROTECTED]> To: itext-qu

Re: [iText-questions] Is rowspan and colspan possible in iText

2008-07-21 Thread Howard Shank
Colspan/Rowspan is not available on the PdfPTable class. You can nest PdfPTable tables to achieve your desired result. The Table class supports colspan/rowspan, but is no longer a supported class. Howard Shank - Original Message From: krishna tara <[EMAIL PROTECTED]> To:

  1   2   3   >