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 jgo...@uci.edu To: itext-questions@lists.sourceforge.net Sent: Tue, December 29, 2009 3:09:18 PM Subject: Re: [iText-questions

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

2009-11-18 Thread Howard Shank
at this time. Regards, Howard Shank - Original Message From: amarchan amarc...@matrox.com 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

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 onur.ca...@gmail.com To: iText-questions@lists.sourceforge.net Sent: Thursday, September 17, 2009 4:22:32 AM Subject: [iText-questions] Help about

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

2009-09-17 Thread Howard Shank
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 onur.ca...@gmail.com To: Post all your questions about iText here itext-questions

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 nald...@yahoo.com 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

Re: [iText-questions] out of Kernel memory

2009-08-11 Thread Howard Shank
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 joseph.ko...@medisolution.com To: Post all your questions about iText here

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 marchy...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Tuesday, August 11, 2009 11:03:09 AM Subject: Re

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 joseph.ko...@medisolution.com To: Post all your

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 jvk...@yahoo.com 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

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 hbl...@nuwavesolutions.com 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 dave.g...@borland.com To: itext-questions@lists.sourceforge.net itext-questions@lists.sourceforge.net Sent: Friday, June 26, 2009 9:14:47 AM Subject:

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 tiagor...@gmail.com To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Thursday, June 18, 2009 12:23:38 PM

Re: [iText-questions] generate rtf file

2009-06-16 Thread Howard Shank
Increase your JVM memory. Howard Shank - Original Message From: Ana Heitor ana.hei...@ef.pt 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

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 tiagor...@gmail.com To: Post all your

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 tiagor...@gmail.com To: iText-questions@lists.sourceforge.net Sent: Monday, June 15, 2009 1:07

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 mgitel...@delphi-tech.com To: itext-questions@lists.sourceforge.net Sent: Wednesday, June 10, 2009 6

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 Shank

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 kumar.ja...@yahoo.com 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

Re: [iText-questions] MsWord to Pdf

2009-05-06 Thread Howard Shank
Sorry, no, not at this time. Howard Shank - Original Message From: deep4u deepuv...@gmail.com 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

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 rajivsa...@gmail.com To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Monday, April

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 surenda

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 chris...@gmail.com Cc: itext-questions itext-questions@lists.sourceforge.net Sent: Tuesday, April 21, 2009 8:29:40 PM Subject: [iText-questions] Fw: how to read a rtf

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 vtha...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Monday

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] Error creating RTF of images.

2009-04-17 Thread Howard Shank
and 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 jlmonteag...@estudiantes.uci.cu To: itext

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 stephen.friedr...@fortis-it.eu To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Tuesday, April 14, 2009 2:38:21 PM

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 stephen.friedr...@fortis-it.eu To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Tuesday, April 14, 2009 2:38:21 PM Subject: Re

Re: [iText-questions] RTF Output

2009-04-09 Thread Howard Shank
was 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) choco_an...@hotmail.com

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-467ef9bc5540displaylang=en Regards, Howard Shank - Original Message From: William(IDS) choco_an...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Thursday, April 9, 2009

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ý ond...@kolenaty..cz To: itext-questions@lists.sourceforge.net Sent: Thursday, March 26, 2009 6:48:20 PM Subject: [iText-questions] importRtfDocumentIntoElement example Hello,   I

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: 홍남춘 nch...@m2soft.co.kr To: itext-questions@lists.sourceforge.net Sent: Tuesday

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

2009-02-04 Thread Howard Shank
. If it 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
This functionality is still in development and does not fully function yet. Regards, Howard Shank - Original Message From: kurtcpp kurt...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Thursday, January 29, 2009 4:04:41 PM Subject: [iText-questions] RTF to PDF conversion

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

2009-01-30 Thread Howard Shank
://www.itextsoftware.com/ ), which sells commercial licenses for iText. Regards, Howard Shank - Original Message From: kurtcpp kurt...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Friday, January 30, 2009 11:01:10 AM Subject: Re: [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 arnie.mor...@me.com To: itext-questions@lists.sourceforge.net Sent: Tuesday, January 27, 2009 1:37:10 PM Subject

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 gand...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Thursday, January 22, 2009 9:44:11 AM Subject: [iText-questions

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 raghavendra.manchig...@gmail.com To: itext-questions@lists.sourceforge.net Sent: Monday, January 5, 2009 2:07:37 AM Subject: [iText-questions] importRtfDocument(Unknown Source) Hi , I need

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] Parsing existing

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-questions

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 anyone point

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. After

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:45 AM

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: itext-questions

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, September 11

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-questions

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-questions

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:39:13 AM

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

2008-08-28 Thread Howard Shank
] On Behalf Of Howard Shank Sent: mercredi 27 août 2008 19:29 To: Post all your questions about iText here Subject: Re: [iText-questions] RTF: Wrapping text around an image? There are 2 issues here. First, there is a bug in the code that I have just fixed. In order for this example to work, you

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 itext-questions@lists.sourceforge.net

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

2008-08-27 Thread Howard Shank
(); This example requires version 2.1.4 or higher to function. Regards, Howard Shank - Original Message From: John Schroeder [EMAIL PROTECTED] To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Wednesday, August 27, 2008 12:15:40 PM

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 itext-questions@lists.sourceforge.net Sent: Monday

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-questions] iText

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 [EMAIL

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, August 25

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 itext-questions@lists.sourceforge.net Sent: Thursday, August 21, 2008 3:41:17 AM Subject: [iText-questions] RFT

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 From: Chris

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 existing rtf hello

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 itext-questions@lists.sourceforge.net Sent: Wednesday, August 20, 2008 10:28:33 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 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 itext-questions@lists.sourceforge.net Sent: Monday, August 18, 2008 5:52:47 AM Subject: [iText-questions] Problem

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 itext-questions@lists.sourceforge.net Sent: Monday, August 18, 2008 10:12:14 AM Subject: [iText

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 iText here itext-questions

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 about iText here itext-questions

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 - Original

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 itext-questions@lists.sourceforge.net Sent: Wednesday, August 13, 2008 7:37:36 AM Subject

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 itext-questions@lists.sourceforge.net

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 itext-questions@lists.sourceforge.net Sent: Tuesday, August 12

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] Sent: Monday, August 11, 2008 4

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

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

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

2008-08-11 Thread Howard Shank
PROTECTED] On Behalf Of Howard Shank Sent: lundi 11 août 2008 15:38 To: Post all your questions about iText here Subject: Re: [iText-questions] RTF - Problem with picture public static void main(String[] args) { Document document = new Document(); try

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: Le Doyen, Loic

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

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

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 here itext

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.sourceforge.net

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

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

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

2008-08-11 Thread Howard Shank
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 PROTECTED] To: itext-questions

Re: [iText-questions] Background color in RTF

2008-08-07 Thread Howard Shank
PdfPTable FINISHED); } Regards, Howard Shank - Original Message From: Le Doyen, Loic [EMAIL PROTECTED] To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Thursday, August 7, 2008 7:39:20 AM Subject: [iText-questions] Background color in RTF

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

2008-08-06 Thread Howard Shank
the 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-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, Loic

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

2008-08-06 Thread Howard Shank
-questions] RTF/iText on the 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 You need

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] Problem importing RTF

2008-08-06 Thread Howard Shank
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 here itext-questions

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 iText here

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 PROTECTED] To: itext

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 want to do

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

2008-08-01 Thread Howard Shank
) { // TODO Auto-generated catch block e.printStackTrace(); } catch (DocumentException e) { // TODO Auto-generated catch block e.printStackTrace(); } } Howard Shank - Original Message From: soumyanil [EMAIL PROTECTED] To: itext

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-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 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 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

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 itext-questions@lists.sourceforge.net Sent: Tuesday, July 22, 2008 1:09:26 AM Subject: Re: [iText-questions] Is rowspan

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: itext

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:

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 itext-questions@lists.sourceforge.net Sent: Monday, July 21, 2008 11:46:38 AM Subject: Re: [iText-questions] Is rowspan and colspan

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 questions

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: itext-questions

Re: [iText-questions] RTF Image : setting alignment and layout

2008-07-18 Thread Howard Shank
Check out the tutorials here. http://itextdocs.lowagie.com/tutorial/rtf/features/shape/index.php If you need further assistance, please let me know. Busy day for me, but I'll try to help if I can. Howard - Original Message From: Kianoosh Raika [EMAIL PROTECTED] To: Post all your

Re: [iText-questions] RFT importRtfFragment

2008-07-17 Thread Howard Shank
bitmap iText Image supports: JPEG, PNG, GIF, BMP, TIFF, WMF, PS iText RTFImage supports: BMP, PNG, WMF, GIF and JPEG Can you post your input RTF file? Regards, Howard Shank - Original Message From: Kianoosh Raika [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent

  1   2   3   >