Re: [iText-questions] Support for PDF/A conversion in .net

2012-12-22 Thread Leonard Rosenthol
iText does not support conversion of PDF->PDF/A From: tanay verma mailto:tandynam...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Friday, December 21, 2012 3:09 AM To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] Supp

Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags

2012-06-06 Thread iText Info
Op 6/06/2012 22:58, James Gittelson schreef: >then it's fairly straightforward (though not trivial) Straightforward and non-trivial sound fine to me. Can you point me in the right direction to get started? What you'll need to do is very close to what is done when you merge bookmarks whilst

Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags

2012-06-06 Thread Leonard Rosenthol
block copy instead of page by page... Leonard From: James Gittelson [mailto:jgittel...@csc.com] Sent: Wednesday, June 06, 2012 4:59 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags >If you are simply appendin

Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags

2012-06-06 Thread James Gittelson
ent, thanks. From: iText Info [mailto:info@...] Sent: Wednesday, June 06, 2012 4:26 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags Op 5/06/2012 22:51, James Gittelson schreef: Is there any support, future, pen

Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags

2012-06-06 Thread Leonard Rosenthol
iText here Subject: Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags Op 5/06/2012 22:51, James Gittelson schreef: Is there any support, future, pending, current, or paid, for retaining accessibility tags in PDF files when merging? That would be a question for our

Re: [iText-questions] Support for merging PDFs and 508 Accessibility Tags

2012-06-06 Thread iText Info
Op 5/06/2012 22:51, James Gittelson schreef: Is there any support, future, pending, current, or paid, for retaining accessibility tags in PDF files when merging? That would be a question for our paid professional services. In tagged PDF, there is a StructTreeRoot that can be consulted to find

Re: [iText-questions] Support for big PDFs over 2G

2011-12-07 Thread Keith O
On Wed, Dec 7, 2011 at 4:49 PM, WMJ wrote: > Hi, > > I've just checked out the comparison about Java and C# and found that Java > really does not support using primitive types in the generic types, and only > their wrapper counterparts are supported (for instance, Map), > which consequently will c

Re: [iText-questions] Support for big PDFs over 2G

2011-12-07 Thread WMJ
guess it is the reason why the wheels are recreated (IntHashtable and LongHashtable). It is really a pain. WMJ > > From: Balder VC >To: itext-questions@lists.sourceforge.net >Sent: Wednesday, December 7, 2011 11:24 PM >Subject: Re: [iText-qu

Re: [iText-questions] Support for big PDFs over 2G

2011-12-07 Thread Balder VC
gt; *To:* Post all your questions about iText here > > *Sent:* Wednesday, December 7, 2011 3:49 PM > *Subject:* Re: [iText-questions] Support for big PDFs over 2G > > Unfortunately Java can't have generics on primitive types. Remember > that iText

Re: [iText-questions] Support for big PDFs over 2G

2011-12-07 Thread WMJ
Text here > >Sent: Wednesday, December 7, 2011 3:49 PM >Subject: Re: [iText-questions] Support for big PDFs over 2G > > > >Unfortunately Java can't have generics on primitive types. Remember that iText must work in Java and .NET and the codebase shuld be as similar as

Re: [iText-questions] Support for big PDFs over 2G

2011-12-07 Thread Bruno Lowagie
Op 7/12/2011 1:02, Leonard Rosenthol schreef: > GREAT WORK! Yes, thank you! Seems like I shouldn't wait too long to release iText 5.1.4... Maybe I can schedule it during the Christmas holidays. -- Cloud Services Checklist:

Re: [iText-questions] Support for big PDFs over 2G

2011-12-06 Thread WMJ
Oh, that's great. I am going to download it. > > 发件人: Leonard Rosenthol >收件人: Post here >发送日期: 2011年12月7日, 星期三, 上午 8:02 >主题: Re: [iText-questions] Support for big PDFs over 2G > > >GREAT WORK! > >From: Paulo Soares &g

Re: [iText-questions] Support for big PDFs over 2G

2011-12-06 Thread Leonard Rosenthol
GREAT WORK! From: Paulo Soares mailto:psoa...@glintt.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Tue, 6 Dec 2011 14:12:45 -0800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] Support for big PDFs over 2G Hi all, iText

Re: [iText-questions] Support of CJK extension B

2011-01-26 Thread Paulo Soares
There's no support in CJKFont for characters above \u. However, characters above \u are supported in truetype fonts. Paulo From: Billy Leung [mailto:billyplay...@yahoo.com.hk] Sent: Wednesday, January 26, 2011 4:28 AM To: itext-questions@lists.sourceforge

Re: [iText-questions] Support for Pdf 1.6

2010-08-11 Thread 1T3XT info
uptosky . wrote: > Hi all! > > Can anybody please tell me what version of iText supports handling Pdf > 1.6 version documents? Strange question. iText has been supporting PDF 1.6 documents for years now. The current version even contains functionality that is newer than 1.7. You'll have to clar

Re: [iText-questions] Support for dynamic forms

2010-04-28 Thread 1T3XT info
rajesh.ba...@polaris.co.in wrote: > So ,is it possible to read fields in such XFA based Dynamic forms Read fields = extract XML. > and then > populate field values using itext ? Populate fields = inject XML. > If yes then can anyone provide some > sample code. Read http://itextpdf.com/book/

Re: [iText-questions] Support for dynamic forms

2010-04-28 Thread rajesh . balki
Subject iText here Re: [iText-questions] Support for

Re: [iText-questions] Support for dynamic forms

2010-04-27 Thread 1T3XT info
rajesh.ba...@polaris.co.in wrote: > Thanks for your response Leonard..What I meant to say here is ,the user > will be defining some fields in a form and then save the form as 'Dynamic > PDF' .So is it possible to read the field values and then populate the > field values in such a 'Dynamic PDF'

Re: [iText-questions] Support for dynamic forms

2010-04-27 Thread rajesh . balki
PM cc Please respond to Post all your Subject questions about Re: [iText-questions] Support for

Re: [iText-questions] Support for dynamic forms

2010-04-27 Thread Leonard Rosenthol
Assuming you mean XFA-based forms when you talk about "dynamic forms", then it is impossible to read "acro fields" from such a form, as it has no such concept. XFA-based forms use a VERY different forms technology than AcroForms. However, iText does support reading & writing XFA so that you can

Re: [iText-questions] Support for context alternates

2009-12-20 Thread Leonard Rosenthol
can even copy/paste the correct text (thanks to things like the ToUnicode table). Leonard -Original Message- From: Mike Marchywka [mailto:marchy...@hotmail.com] Sent: Sunday, December 20, 2009 8:21 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Support fo

Re: [iText-questions] Support for context alternates

2009-12-20 Thread Mike Marchywka
> Date: Sun, 20 Dec 2009 09:46:41 +0100 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Support for context alternates > > Guillaume Pothier wrote: >> Hi, >> I want to g

Re: [iText-questions] Support for context alternates

2009-12-20 Thread Guillaume Pothier
On Sun, Dec 20, 2009 at 5:46 AM, 1T3XT info wrote: > If you're using Graphics2D, then you depend on Java > to make the ligatures; writing your Ligaturizer won't help. Thanks, that's what I needed to know. I'll write my own substitution routine to filter the text that I send to Graphics2D.drawStri

Re: [iText-questions] Support for context alternates

2009-12-20 Thread 1T3XT info
Guillaume Pothier wrote: > Hi, > I want to generate PDFs using a font that has context alternates > (calt) in the Latin script (context alternates are rules that > substitute some glyphs for others according to the context, ie. the > glyphs that appear before or after them - see > http://fontforge.

Re: [iText-questions] Support für TIFF with JPEG com pression

2009-05-10 Thread Paulo Soares
7;Post all your questions about iText here'" Sent: Sunday, May 10, 2009 7:09 PM Subject: Re: [iText-questions] Support für TIFF with JPEG compression Hi, why isn't it supported by iText? Were are the difficulties with this format? Thank you > -Original Message- >

Re: [iText-questions] Support für TIFF with JPEG c ompression

2009-05-10 Thread Mike Marchywka
> From: > To: itext-questions@lists.sourceforge.net > Date: Sun, 10 May 2009 20:09:58 +0200 > Subject: Re: [iText-questions] Support für TIFF with JPEG compression > > Hi, > > why isn't it supported by iText? Were are the

Re: [iText-questions] Support für TIFF with JPEG com pression

2009-05-10 Thread spring
Hi, why isn't it supported by iText? Were are the difficulties with this format? Thank you > -Original Message- > From: Paulo Soares [mailto:psoa...@glintt.com] > Sent: Freitag, 8. Mai 2009 13:30 > To: Post all your questions about iText here > Subject: Re: [iTex

Re: [iText-questions] Support für TIFF with JPEG c ompression

2009-05-08 Thread Paulo Soares
You'll have to convert the TIFF to JPG using some other tool. Paulo > -Original Message- > From: spr...@gmx.eu [mailto:spr...@gmx.eu] > Sent: Friday, May 08, 2009 11:51 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Support für TIFF with JPEG compression >

Re: [iText-questions] support for table of contents in pdf

2008-04-17 Thread Abid Hussain
Hi, the document is tagged. But the dodgy thing is to resolve the page numbers and formatting the TOC, so that it looks like: ...dots till end of line... And after placing the TOC in the beginning of the document, you have to reorder the pages, cause the page numbers aren't correct any more. As

Re: [iText-questions] support for table of contents in pdf

2008-04-17 Thread Ning Zhao
Hi Abid, if your original pdf file is tagged pdf _and_ the contents are well structured, iText has some support for the structured elements. Otherwise you might have to extract the content and organise the content yourself. Have a look at the PRStream class in iText and its documentation, you'

Re: [iText-questions] support for Richtext reg

2008-01-10 Thread Leonard Rosenthol
HOW are you converting the richtext box to PDF? iText wont' do the conversion itself - you need to handle that... Leonard On Jan 10, 2008, at 12:42 AM, Kalaiselvan Annadurai wrote: Hi, I am using itextsharp for exporting the contents of a windows form to a PDF file. The problem I have i

Re: [iText-questions] Support for ZIP compression in the TiffCodec?

2007-10-12 Thread Paulo Soares
I'll add that, thank you. Paulo - Original Message - From: "Thimo Seitz" <[EMAIL PROTECTED]> To: Sent: Thursday, October 11, 2007 9:09 AM Subject: [iText-questions] Support for ZIP compression in the TiffCodec? Hi. I've just startet using the iText-Library for PDF-Generation and noti

Re: [iText-questions] Support! (RtfHeaderFooter and images)

2007-09-28 Thread Mark Hall
On Friday 28 September 2007 15:00:08 Paulo Soares wrote: > Just a better subject. > > -Original Message- > > I would like to have a Watermark on my rtf document so I try > > to add an image to the RtfHeaderFooter and configure it to be > > Image.UNDERLYING. Does it work or not. I do get the

Re: [iText-questions] Support! (RtfHeaderFooter and images)

2007-09-28 Thread Paulo Soares
Just a better subject. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jörgen Åkesson > Sent: Friday, September 28, 2007 2:02 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Support! > > Hi! > > I am developi

Re: [iText-questions] Support the "Allow Commenting" flag in acroread 7

2007-02-15 Thread Leonard Rosenthol
It's only available from Adobe tools. Leonard On Feb 15, 2007, at 7:57 AM, Stephane Galland wrote: > Hello, > > I'm using acroread 7 on Linux and generate PDF documents with > pdflatex. > > I would like that my generated PDF to support the flag "Allow > Commenting" > that permits to annotate

Re: [iText-questions] Support for static XFA forms is available

2006-08-21 Thread bruno
Paulo Soares wrote: >Support for static XFA forms is available in the iText and iTextSharp CVS. > Great news! I'll try to make some time for a new release. br, Bruno - Using Tomcat but need to do more? Need to support web ser

Re: [iText-questions] Support for pdfs generated with Adobe 7.0 andAdobe designer

2006-06-21 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj Khan > Sent: Wednesday, June 21, 2006 5:27 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Support for pdfs generated with > Adobe 7.0 andAdobe designer > > Hi

Re: [iText-questions] Support for Adobe Form Designer 7.0

2006-05-04 Thread Paulo Soares
I hope to have it ready by next month. Paulo - Original Message - From: "Guy Careau" <[EMAIL PROTECTED]> To: Sent: Thursday, May 04, 2006 6:51 PM Subject: [iText-questions] Support for Adobe Form Designer 7.0 Hi My employer currently uses iText. I know that you plan to support mo

Re: [iText-questions] Support for PDF forms created using Adobe Forms Designer 7.0 or higher

2006-05-04 Thread Dilip Ladhani
Thank you so much for the quick response. Do you know which version of itext (and when) is this targetted for? If I can help iText with development of some features, I will be glad to. On 5/3/06, Paulo Soares <[EMAIL PROTECTED]> wrote: Set/get fields in static forms will soon be supported.Paulo

Re: [iText-questions] Support for PDF forms created using Adobe Forms Designer 7.0 or higher

2006-05-03 Thread Paulo Soares
Set/get fields in static forms will soon be supported. Paulo - Original Message - From: "Dilip Ladhani" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 03, 2006 9:53 PM Subject: [iText-questions] Support for PDF forms created using Adobe Forms Designer 7.0 or higher Hey guys, I am t

RE: [iText-questions] Support for wide tables

2006-04-18 Thread Paulo Soares
  From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 5:20 PMTo: Paulo Soares; itext-questions@lists.sourceforge.netSubject: RE: [iText-questions] Support for wide tables Paulo   Yes, I had seen this. That’s fine and I suppose it will

RE: [iText-questions] Support for wide tables

2006-04-18 Thread Eric J Kaplan
  Eric   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Tuesday, April 18, 2006 12:01 PM To: Eric J Kaplan; itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] Support for wide tables   http://itextdocs.lowagie.com/tutorial/objects/tables

RE: [iText-questions] Support for wide tables

2006-04-18 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html Example SplitTable.java.   Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J KaplanSent: Tuesday, April 18, 2006 4:48 PMTo: itext-questions@lists.sourceforge.netSubject: [iTex

Re: [iText-questions] Support for PHP-urgent

2006-03-22 Thread bruno
Vinay Thakur wrote: Dear Sir Is it possible to use iText for PHP A long time ago somebody posted a message on the mailing list that he was working on a PHP port of iText, I think this was the URL: http://sourceforge.net/projects/itextphp As you can see on that page there never was a release

Re: [iText-questions] support for "save file locally"

2006-01-31 Thread Udo Rader
On Wed, 2006-02-01 at 02:36 +0100, Udo Rader wrote: > On Tue, 2006-01-31 at 20:06 -0500, Leonard Rosenthol wrote: > > At 06:27 PM 1/31/2006, Udo Rader wrote: > > >1) can this flag be set with itext or > > > > No. > > > > > > >2) is there an alternative to reach my requirements? > > > >

Re: [iText-questions] support for "save file locally"

2006-01-31 Thread Leonard Rosenthol
At 08:36 PM 1/31/2006, Udo Rader wrote: However, what is the technical reason for this? I mean, setting a flag sounds trivial to me, If it were "just a flag" - that would be true. However, the process of preparing a PDF for "Reader Enabling" is totally undocumented - however,

Re: [iText-questions] support for "save file locally"

2006-01-31 Thread Udo Rader
On Wed, 2006-02-01 at 02:36 +0100, Udo Rader wrote: > On Tue, 2006-01-31 at 20:06 -0500, Leonard Rosenthol wrote: > > At 06:27 PM 1/31/2006, Udo Rader wrote: > > >1) can this flag be set with itext or > > > > No. > > > > > > >2) is there an alternative to reach my requirements? > > > >

Re: [iText-questions] support for "save file locally"

2006-01-31 Thread Udo Rader
On Tue, 2006-01-31 at 20:06 -0500, Leonard Rosenthol wrote: > At 06:27 PM 1/31/2006, Udo Rader wrote: > >1) can this flag be set with itext or > > No. > > > >2) is there an alternative to reach my requirements? > > No. > > Adobe LiveCycle Reader Extensions Server is

Re: [iText-questions] support for "save file locally"

2006-01-31 Thread Leonard Rosenthol
At 06:27 PM 1/31/2006, Udo Rader wrote: 1) can this flag be set with itext or No. 2) is there an alternative to reach my requirements? No. Adobe LiveCycle Reader Extensions Server is the only option. Leonard --

RE: [iText-questions] Support for fast web view

2006-01-10 Thread Paulo Soares
There are no plans to include it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Zubin > Sent: Tuesday, January 10, 2006 4:44 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Support for fast web view > > I've gone t

Re: [iText-questions] support of SVG image formats

2005-11-07 Thread Paulo Soares
No need to, batik can do it. Search the mailing list for batik and you'll get an example. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 6:34 PM Subject: [iText-questions] support of SVG image formats > Is there any thought to iText supporting the SV

Re: [iText-questions] support of SVG image formats

2005-11-07 Thread Leonard Rosenthol
At 01:34 PM 11/7/2005, [EMAIL PROTECTED] wrote: Is there any thought to iText supporting the SVG image format in future releases? You can use iText in conjunction with Batik to incorporate SVG into your PDFs. Leonard -

Re: [iText-questions] support

2005-08-18 Thread Leonard Rosenthol
At 11:04 AM 8/17/2005, osamaao wrote: I would like to use the iText PDF library in a commercial product and I would like to know what kind of support I can get. Do you sell support? And in case I had a critical error, to whom I can refer? My company, PDF Sages, offers commercial supp

Re: [iText-questions] support

2005-08-17 Thread Philip Newton
On 8/17/05, osamaao <[EMAIL PROTECTED]> wrote: > > Hello, > > I would like to use the iText PDF library in a commercial product and I > would like to know what kind of support I can get. > > Do you sell support? And in case I had a critical error, to whom I can > refer? Please see the FAQ:

RE: [iText-questions] support

2005-08-17 Thread Paulo Soares
http://www.lowagie.com/iText/faq.html#support > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of osamaao > Sent: Wednesday, August 17, 2005 4:05 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] support > > Hello, > > >

RE: [iText-questions] Support for Layers (OCG)?

2004-11-08 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sven Henckel > Sent: Monday, November 08, 2004 12:03 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Support for Layers (OCG)? > > Does iText support the layer functionality of PDF 1.5 /

RE: [iText-questions] Support of lists in PdfPCell

2004-09-09 Thread Paulo Soares
O_MORE_COLUMN; } } Best Regards, Paulo Soares > -Original Message- > From: Christian Lauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 9:50 PM > To: Paulo Soares > Cc: iText Mailing List > Subject: RE: [iText-questions] Support

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Christian Lauer
inal Message- > > From: Christian Lauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 1:12 PM > > To: Paulo Soares > > Cc: [EMAIL PROTECTED] > > Subject: RE: [iText-questions] Support of lists in PdfPCell > > > > Shouldn't the list i

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Paulo Soares
Send me an example with the problem. Best Regards, Paulo Soares > -Original Message- > From: Christian Lauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 1:12 PM > To: Paulo Soares > Cc: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Support of

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Christian Lauer
currentHeight = indentTop() - ct.getYLine(); > break; > } > > Best Regards, > Paulo Soares > > > -Original Message- > > From: Christian Lauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 12:24 AM > > To: Paulo Soares >

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Christian Lauer
To: Paulo Soares > > Cc: iText Mailing List > > Subject: RE: [iText-questions] Support of lists in PdfPCell > > > > Hi Paulo, > > > > indeed it works, that's really nice to see! > > > > At this point I'd really like to thank you for the great i

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Paulo Soares
The indent is the indent in the list, you can decrease it or increase it. Best Regards, Paulo Soares > -Original Message- > From: Christian Lauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 7:33 AM > To: Paulo Soares > Cc: iText Mailing List > S

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Paulo Soares
- > From: Christian Lauer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 12:24 AM > To: Paulo Soares > Subject: RE: [iText-questions] Support of lists in PdfPCell > > Hi Paulo, > > that sounds great! It seems that most of my iText rel

RE: [iText-questions] Support of lists in PdfPCell

2004-09-07 Thread Christian Lauer
Hi Paulo, indeed it works, that's really nice to see! At this point I'd really like to thank you for the great improvements. I'm sure I haven't completely discovered all of them so far ;-) I hope I can help you a bit by testing and reporting bugs. This seems to be a minor one: It seems that t

RE: [iText-questions] Support of lists in PdfPCell

2004-09-07 Thread Paulo Soares
That's already supported in itextpdf.sf.net, together with spacing before/after and automatic leading. See PdfPCell.addElement(). Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Christian Lauer > Sent: Monday, Septem

RE: [iText-questions] Support for "First Line Indent" ???

2004-07-08 Thread Paulo Soares
Did you try List? Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Keith L. Musser > Sent: Wednesday, July 07, 2004 10:42 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Support for "First Line Indent" ??? > >

RE: [iText-questions] Support for WMF limited?

2003-08-14 Thread Paulo Soares
Your wmf has a picture inside and currently that's not supported although now that iText supports BMP the fix is easy. I'll think about it for the next release. Best Regards, Paulo Soares > -Original Message- > From: Peter Soelter [SMTP:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 14

RE: [iText-questions] support of different TIFF-compressions

2003-07-08 Thread Paulo Soares
> -Original Message- > From: Markus Enders [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 11:37 > To: Paulo Soares > Cc: [EMAIL PROTECTED] > Subject: Re: [iText-questions] support of different TIFF-compressions > > Hi Paulo, > > thanks for

Re: [iText-questions] support of different TIFF-compressions

2003-07-08 Thread Markus Enders
Hi Paulo, thanks for your quick answer. Paulo Soares wrote: Those are very old news. iText now supports TIFFs directly, LZW and packbits included, ICC, CMYK, etc. That sounds good. May you give some further information what "now" means? Which version of iText do I need. I obtained the versio

RE: [iText-questions] support of different TIFF-compressions

2003-07-04 Thread Paulo Soares
Those are very old news. iText now supports TIFFs directly, LZW and packbits included, ICC, CMYK, etc. No planar mode and masks, though. See the package codec. You can also use Image.getInstance() but in that case only the first TIFF page is read. Best Regards, Paulo Soares > -Original Messag

RE: [iText-questions] support for WMF

2003-03-19 Thread Thorsten Schäfer
Hi Gerald, > I have an example WMF file which does not get interpreted same way as when > imported into MS Word (it is missing graphics and uses different fonts?). > Do exist different types of WMF? Does iText only support some particular > types? I had the same problem several days ago. There ar

RE: [iText-questions] support for WMF

2003-03-19 Thread Paulo Soares
> -Original Message- > From: Gerald Fehringer [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 16:05 > To: [EMAIL PROTECTED] > Subject: [iText-questions] support for WMF > > Hello iText users! > > I have an example WMF file which does not get interpreted same way as when

Re: [iText-questions] support PdfPTable

2002-12-20 Thread Fredrik Nilsson
t; <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 11:51 AM Subject: Re: [iText-questions] support PdfPTable > Hi, > > Ok, now I have made the file directly in java. I shows with 0 to infinite > a

Re: [iText-questions] support PdfPTable

2002-12-20 Thread Fredrik Nilsson
To: "Fredrik Nilsson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 6:00 PM Subject: Re: [iText-questions] support PdfPTable > How do you know if the problem is with iText ot the jsp/browser? The first > step is always to generate the pdf

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Paulo Soares
es" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 16:26 Subject: Re: [iText-questions] support PdfPTable Hi, I'm making the pdf in a jsp-page and can not (right away extract the pdf) as a file. It is possible that the browser doesn't recogni

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Fredrik Nilsson
ick (or use the menu-item) View source on the blank page. Regards, /Fredrik - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Fredrik Nilsson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 5:16 PM Subject:

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Paulo Soares
D]>; <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 16:08 Subject: Re: [iText-questions] support PdfPTable I use three tables in the generated pdf and I set widths on all three. During the afternoon I've noticed that I can see the pdf when I print out three images, otherwise n

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Fredrik Nilsson
is is otherwise a problem which gives the same result, a blank page). Regards, /Fredrik - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Fredrik Nilsson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 4:5

Re: [iText-questions] support PdfPTable

2002-12-19 Thread Paulo Soares
Are you setting the table width? I'm sure an exception is being thrown. Best Regards, Paulo Soares - Original Message - From: "Fredrik Nilsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 9:29 Subject: [iText-questions] support PdfPTable Hi, I use the

RE: [iText-questions] Support for kerning in iText

2002-08-01 Thread Paulo Soares
oares > -Original Message- > From: Paulo Soares [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, August 01, 2002 10:31 > To: 'John Hardy'; [EMAIL PROTECTED] > Subject: RE: [iText-questions] Support for kerning in iText > > Kerning is not difficult to im

RE: [iText-questions] Support for kerning in iText

2002-08-01 Thread Paulo Soares
Kerning is not difficult to implement but it's impossible with the current structure of PdfChunk. I'm creating a special ColumnText that will support arabics bidi, kerning and ligatures. It will not be ready before October. You can have kerning now with little effort if all you need is to place te

Re: [iText-questions] Support of Boldface for plain fonts

2002-05-21 Thread Leonard Rosenthol
At 8:02 PM -0700 5/20/02, B J wrote: >If an embedded font is only available in it's PLAIN style, does not >have it's bold or italic style available. e.g Arial Unicode MS is >vailable only in it's plain form. For such fonts there is no way we >can show boldface in PDF document. That is