Re: [iText-questions] Weird TTF barcode display

2003-12-21 Thread Paulo Soares
What's the version of iText and Acrobat? Best Regards, Paulo Soares - Original Message - From: "Serge Granados" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 20, 2003 21:45 Subject: [iText-questions] Weird TTF barcode display > Hel

RE: [iText-questions] Merge 2 pdf's

2003-12-22 Thread Paulo Soares
Title: RE: [iText-questions] Merge 2 pdf's Look at com.lowagie.tools.concat_pdf.java. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Jef Biesemans Sent:   Monday, December 22, 2003 8:43 To: [EMAIL PROT

RE: [iText-questions] problem with bookmark

2003-12-22 Thread Paulo Soares
Title: RE: [iText-questions] problem with bookmark See the class SimpleBookmark in the new iText version at itextpdf.sf.net. It has an export to xml capability. The bookmark list itself is documented and very easy to use in case you need to make other format. Best Regards, Paulo Soares

RE: [iText-questions] What release version of itext do I have?

2003-12-22 Thread Paulo Soares
Title: RE: [iText-questions] What release version of itext do I have? Create a PDF or call Document.getVersion(). Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Kloeck, Erwin Sent:   Monday, December 22, 2003 16:40

RE: [iText-questions] problem with bookmark

2003-12-23 Thread Paulo Soares
Title: RE: [iText-questions] problem with bookmark That code would be correct for a GOTOR but not for a GOTO action as in this case. I suspect the pdf is broken. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of PIGEYRE

RE: [iText-questions] Problems in Arabic Diactrics (tashkeel)

2003-12-23 Thread Paulo Soares
Title: RE: [iText-questions] Problems in Arabic Diactrics (tashkeel) I'll add that option for the next release. When I've it ready I'll send it to you first for testing. Best Regards, Paulo Soares -Original Message- From:   Ayman Zarroug [SMTP:[EMAIL PROTECTED]

RE: [iText-questions] Flattening only part of the fileds in PDF Form

2003-12-23 Thread Paulo Soares
Title: RE: [iText-questions] Flattening only part of the fileds in PDF Form You'll have to modify PdfStamper to do that. Not an easy task. It's an interesting idea for a future release, though. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [S

[iText-questions] RE: Form button's Values

2003-12-23 Thread Paulo Soares
Title: RE: Form button's Values You should use "Off". Other values may be valid and case matters. See AcroFields.getAppearanceStates(). Best Regards, Paulo Soares -Original Message- From:   wang yun [SMTP:[EMAIL PROTECTED] Sent:   Tuesday, December 23, 2003 17:47

RE: [iText-questions] questions about change pagesize

2003-12-30 Thread Paulo Soares
Title: RE: [iText-questions] questions about change pagesize PdfCopy only copies, it doesn't change page sizes or content. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of li hongbin Sent:   Tuesday, December 30,

RE: [iText-questions] how to change the pagesize

2003-12-31 Thread Paulo Soares
Title: RE: [iText-questions] how to change the pagesize See http://thread.gmane.org/gmane.comp.java.lib.itext.general/7543 Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of li hongbin Sent:   Wednesday, December 31

RE: [iText-questions] Text overlayed when using concat

2003-12-31 Thread Paulo Soares
Title: RE: [iText-questions] Text overlayed when using concat That usually happens when the fonts are subset with the same prefix. A lot of programs do that and worst. Call PdfReader.shuffleSubsetNames() to set the records straight. Best Regards, Paulo Soares -Original Message

RE: [iText-questions] PDF417 - Data capacity - The text is too big

2003-12-31 Thread Paulo Soares
is the maximum capacity that you can store in a label? What can I do if I need to store more than the maximum? (for example 5Kb) Using more than one label? If you need to store more data then the MacroPDF must be used. iText doesn't support it although it's not that difficult to impleme

RE: [iText-questions] convert pdf to tif

2003-12-31 Thread Paulo Soares
Title: RE: [iText-questions] convert pdf to tif No. Use ghostscript. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of PIGEYRE Bastien Sent:   Wednesday, December 31, 2003 10:45 To: [EMAIL PROTECTED] Subject

RE: [iText-questions] Problems creating a URL in a Chunk for a header

2003-12-31 Thread Paulo Soares
Title: RE: [iText-questions] Problems creating a URL in a Chunk for a header It won't work with HeaderFooter. Use page events. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Bill Ambrosini Sent:   Wedn

RE: [iText-questions] Changing font for an AcroForm field?

2003-12-31 Thread Paulo Soares
Title: RE: [iText-questions] Changing font for an AcroForm field? No but it should have. I'll see if something can be done in January. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Andrzej Jan Taramina

RE: [iText-questions] itext

2003-12-31 Thread Paulo Soares
Title: RE: [iText-questions] itext That's impossible to do without some kind of external DRM. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of suresh koneru Sent:   Wednesday, December 31, 2003 13:19 To: [

Re: [iText-questions] Text overlayed when using concat

2004-01-01 Thread Paulo Soares
Your code is ok. If it still doesn't work it may be a viewer problem. Acrobat 5.0 has lot of font problems that are fixed with 5.05, for example. If all fails, post the files somewhere and send me privately the location so that I can test it myself. Best Regards, Paulo Soares - Ori

RE: [iText-questions] Spacing between blocks of text

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Spacing between blocks of text Use a Paragraph with a single \u00a7 character and whatever leading you need to do the spacing. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Peter Kleczka

RE: [iText-questions] PDF: Table Borders

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] PDF: Table Borders You must also remove the borders from the cells. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Dunstall, Christopher Sent:   Sunday, January 04, 2004 22:26 To

RE: [iText-questions] How to embed svg document in PDF

2004-01-05 Thread Paulo Soares
e(500, 500);     pp.setImageableArea(0, 0, 500, 500);     pg.setPaper(pp);     prm.print(g2, pg, 0);     g2.dispose();     You'll probably need to set the DefaultFontMapper with the correct fonts. Best Regards, Paulo Soares -Original Message- From:   [

RE: [iText-questions] Embedding fonts

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Embedding fonts For the moment it's not possible to do it but it's in my to-do list together with font merging and substitution. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Beha

RE: [iText-questions] Merging PDF

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Merging PDF Use PdfStamper. See the example stamped.java in itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Francis Leonard Sent:   Monday, January 05, 2004 15:50 To

RE: [iText-questions] Error in PdfStamper

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] Error in PdfStamper That's probably caused by a corrupted class file. Download iText again and the problem should go away. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Blake Dunn

RE: [iText-questions] need help on character spacing

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] need help on character spacing First of all, field flattening never changes the spacing. You should use a fixed width font like courier but hitting the right spot with fields is always a risk. There are other, more precise, ways to do it. Best Regards, Paulo

[iText-questions] RE: iText licensing.

2004-01-05 Thread Paulo Soares
Title: RE: iText licensing. I'm against BSD, MIT or Apache licensing for iText. In practice this would mean that any improvements or bug fixing to the library wouldn't have to be reported. LGPL/MPL should be enough for any use of the library. Best Regards, Paulo Soares ---

RE: [iText-questions] stamped.java example /Merging PDF files

2004-01-06 Thread Paulo Soares
stamp over the page in this case. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of tom smith Sent:   Tuesday, January 06, 2004 3:34 To: [EMAIL PROTECTED] Subject:    [iText-questions] stamped.java example /Merging

RE: [iText-questions] set default line space for all Paragraphs, Phrases, and Chunks in a pdf file

2004-01-06 Thread Paulo Soares
Title: RE: [iText-questions] set default line space for all Paragraphs, Phrases, and Chunks in a pdf file Extend Phrase or Paragraph. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of June Ni Sent:   Monday, January 05

RE: [iText-questions] need help on character spacing

2004-01-06 Thread Paulo Soares
Title: RE: [iText-questions] need help on character spacing Describe your workflow and the tools you use. We may not be speaking about the same. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of brain wave Sent

RE: [iText-questions] (no subject)

2004-01-06 Thread Paulo Soares
is there a possibility to implement them in the official Library? Of course! Best Regards, Paulo Soares

RE: [iText-questions] Document level javascripts

2004-01-06 Thread Paulo Soares
Title: RE: [iText-questions] Document level javascripts That's coming soon, together with name manipulation (named destinations). Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Leonard Rosenthol Sent:   Tu

RE: [iText-questions] Fonts on MacOS

2004-01-06 Thread Paulo Soares
Title: RE: [iText-questions] Fonts on MacOS Use DefaultFontMapper to get the font. The fonts need to be registered first. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Neil Taylor Sent:   Tuesday, January 06, 2004

RE: [iText-questions] Deleting a PdfFormField

2004-01-07 Thread Paulo Soares
Title: RE: [iText-questions] Deleting a PdfFormField You'll be able to do it by the end of the month and maybe also add more fields to an existing document. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of S

RE: [iText-questions] Fonts on MacOS

2004-01-08 Thread Paulo Soares
Title: RE: [iText-questions] Fonts on MacOS Mac fonts won't work. You'll have to convert them to the format that works in Windows and Unix. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Neil Taylor Sent:  

RE: [iText-questions] questions about generate pdf documents

2004-01-08 Thread Paulo Soares
Title: RE: [iText-questions] questions about generate pdf documents You should use a reporting tool, such as JasperReports or JFreeReport. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of li hongbin Sent:   Thursday

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-08 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files -Original Message- From:   tom smith [SMTP:[EMAIL PROTECTED] Sent:   Wednesday, January 07, 2004 18:49 To: Paulo Soares; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:    stamped.java example /Merging PDF files

RE: [iText-questions] Deleting a PdfFormField

2004-01-08 Thread Paulo Soares
Title: RE: [iText-questions] Deleting a PdfFormField PdfReader.removeUnusedObjects() will do that. In the next release only the reachable objects in PdfReader are loaded. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of

RE: [iText-questions] align table

2004-01-08 Thread Paulo Soares
Title: RE: [iText-questions] align table Table.setAlignment(Element.ALIGN_LEFT) -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of vivian ch Sent:   Thursday, January 08, 2004 9:57 To: [EMAIL PROTECTED] Subject:    [iText-questions] align t

RE: [iText-questions] need help on character spacing

2004-01-08 Thread Paulo Soares
ing spaces between the characters. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of brain wave Sent:   Wednesday, January 07, 2004 18:30 To: [EMAIL PROTECTED] Subject:    RE: [iText-questions] need help on charact

RE: [iText-questions] iText capabilities

2004-01-08 Thread Paulo Soares
Title: RE: [iText-questions] iText capabilities I don't understand the question. What prevents you to store the pdf directly in the database as a blob? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Meckna, Tom

RE: [iText-questions] write text vertically in a Cell

2004-01-08 Thread Paulo Soares
Title: RE: [iText-questions] write text vertically in a Cell A PdfTemplate is the only option for a Cell. A PdfPCell has other option. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Armando Paolo Sent:   Thursday

RE: [iText-questions] twos questions

2004-01-08 Thread Paulo Soares
with IText library ? The safest way is to paint the image in a PdfPageEvent.onStartPage() to a PdfWriter.getdirectContentUnder(). Best Regards, Paulo Soares thanks -- Franck JACOB - http://www.speedinfo.fr http://www.opensi.org

RE: [iText-questions] Sign PDF file

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] Sign PDF file I have no idea but if you manage to do it we would like to know. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Sheung Chi Sent:   Thursday, January 08, 2004 17:28 To

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-09 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files -Original Message- From:   Gao, Ping [SMTP:[EMAIL PROTECTED] Sent:   Thursday, January 08, 2004 23:56 To: Paulo Soares; tom smith; [EMAIL PROTECTED] Subject:    RE: stamped.java example /Merging PDF files Hello

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-09 Thread Paulo Soares
d the pages where they are. If you have a pdf with forms that don't show up in iText you can send it to me privately for inspection. Best Rgards, Paulo Soares -Original Message- From:   tom smith [SMTP:[EMAIL PROTECTED] Sent:   Friday, January 09, 2004 1:00 To:     Paulo Soar

RE: [iText-questions] Help required in streaming effect in PDF

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] Help required in streaming effect in PDF It can't be done with the pdf format. Even linearization (that iText doesn't support) requires all the document to be available before starting. Pdf can't be streamed. Best Regards, Paulo Soares -O

RE: [iText-questions] pdf print?!?

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] pdf print?!? See http://www.lowagie.com/iText/faq.html#printing. You can also use ghostscript. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:   Friday, January

RE: [iText-questions] pdf print?!?

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] pdf print?!? You can't do that without going for DRM solutions like fileopen or authentica. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:   Friday, Janua

RE: [iText-questions] tables

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] tables A picture would help. Are you using Table or PdfPTable? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Turetsky, Seth Sent:   Friday, January 09, 2004 13:57 To: [EMAIL

RE: [iText-questions] Problem in getting dimensions of PDF file

2004-01-12 Thread Paulo Soares
Title: RE: [iText-questions] Problem in getting dimensions of PDF file That's right. You need the crop box by calling PdfReader.getCropBox(). Best Regard, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Leonard Rosenthol

RE: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Paulo Soares
other pdf PdfContentByte.addTemplate() - to place the page PdfReader.getPagesize() and PdfReader.getCropBox() - to know the page dimensions PdfContentByte.clip() and PdfContentByte.newPath() - for clipping Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED]

RE: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Paulo Soares
Table. (It's better to stay on the mailing list) Best Regards. Paulo Soares -Original Message- From:   Neil Taylor [SMTP:[EMAIL PROTECTED] Sent:   Monday, January 12, 2004 11:45 To:     Paulo Soares Subject:    Re: [iText-questions] multipage display on one page of PDF docum

RE: [iText-questions] Acrobat 3

2004-01-12 Thread Paulo Soares
gards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Leonard Rosenthol Sent:   Monday, January 12, 2004 14:46 To: David Thielen; itext Subject:    Re: [iText-questions] Acrobat 3 At 7:15 AM -0700 1/12/04, David Thielen wrote:

RE: [iText-questions] multipage display on one page of PDF document

2004-01-12 Thread Paulo Soares
te cb = writer.getDirectContent(); cb.saveState(); cb.rectangle(100, 100, 100, 100); //the clipping area cb.clip(); cb.newPath(); // do your drawing here cb.restoreState(); // do the same for other areas Best Regards, Paulo Soares -Original Message- From:   Neil Taylor [SMTP:[

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-12 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files There no automated ways to find the boxes. You need to open the pdf in full Acrobat and add the form fields on top of the boxes. Best Regards, Paulo Soares -Original Message- From:   Gao, Ping [SMTP:[EMAIL PROTECTED] Sent

RE: [iText-questions] Print with postscript Level2

2004-01-13 Thread Paulo Soares
oding, only ASCII. PS2 drivers may use binary encoding to make the files smaller, specially with images. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Jožica Orož Sent:   Tuesday, January 13, 2004 8:18 To: [EMAIL PROT

RE: [iText-questions] No border

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] No border Remove the borders to each cell of the outer table. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Philip Stephen Medcraft Sent:   Monday, January 12, 2004 17:28 To

RE: [iText-questions] Question about overlaying a PDF on another PDF

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] Question about overlaying a PDF on another PDF The pdfs are placed according to the media box. You'll have to make the calculations and clip with the crop box dimensions. Reading the pdf reference about clipping and page sizes is a must. Best Regards,

RE: [iText-questions] read Pdf file and setting Text fields

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] read Pdf file and setting Text fields Use PdfStamper.getAcroFields() and then AcroFields.setField(). It's also possible to use an FDF. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Beha

RE: [iText-questions] UTF support

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] UTF support There are many options but it depends on what exactly you want to do. More details are needed. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent:   Tuesday

RE: [iText-questions] Question about watermark

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] Question about watermark Use a PdfStamper. If you want to use PdfWriter don't use Watermark, use page events instead. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Kalpana Sundaram

RE: [iText-questions] UTF support

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] UTF support (Stay on the mailing list) iText has multi-lingual support. There are many ways of doing it either by using the Adobe CJK fonts or embedding a TT or OTF font or a T1 font, vertical text, etc. Best Regards, Paulo Soares -Original Message

RE: [iText-questions] setting Encoding

2004-01-13 Thread Paulo Soares
Title: RE: [iText-questions] setting Encoding iText works without any problem in OS/390 and AS400. Did you try to open the generated pdf? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent

RE: [iText-questions] setting Encoding

2004-01-13 Thread Paulo Soares
a windows machine does it work? If you look at the PDF in the OS/390 with an hex editor what are the first 4 bytes? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent:   Tuesday, January 13, 2004 16:13 To:     Paulo Soares Cc: [EMAIL

RE: [iText-questions] java.awt.Font to DefaultFontMapper instead of ttf file

2004-01-13 Thread Paulo Soares
ays have a font somewhere. If you can't register fonts it's possible to use only the font outlines by calling PdfContentByte.createGraphicsShapes(). Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Carole Zieler Sent:  

RE: [iText-questions] using a PdfPTable as header /w event

2004-01-14 Thread Paulo Soares
Title: RE: [iText-questions] using a PdfPTable as header /w event Don't use Document.add() in page events. Place it with PdfPTable.writeSelectedRows(). Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Eric Schn

RE: [iText-questions] (no subject)

2004-01-14 Thread Paulo Soares
Title: RE: [iText-questions] (no subject) That's a classloader problem and the behavior depends with the version. I'm going to put a class inside the fonts package and use it to load those resources. This will also be needed to load resources in web start. Best Regards, Pa

RE: [iText-questions] Jtable creation on servlet

2004-01-14 Thread Paulo Soares
Title: RE: [iText-questions] Jtable creation on servlet If you can't have a graphic environment or use headless mode you can't use a JTable. There's not much to think about. You need to send the data in some other way and render the pdf using a Table or PdfPTable. Best

RE: [iText-questions] Stylesheets

2004-01-14 Thread Paulo Soares
Title: RE: [iText-questions] Stylesheets Not directly although you can use XSLT transformed XML to produce PDFs. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent:   Wednesday, January 14, 2004 10

RE: [iText-questions] PdfCopy and text additions

2004-01-14 Thread Paulo Soares
, change it, write it, get another. No form fields. - PdfStamper like for flexibility. All the docs are in memory (except the streams) but everything can be done like adding and deleting fields, random access to pages, etc. Best Regards, Paulo Soares -Original Message- From:   [EMAIL

RE: [iText-questions] Special characters

2004-01-15 Thread Paulo Soares
Title: RE: [iText-questions] Special characters It would help to know if you are generating rtf, html or pdf and how. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Philip Stephen Medcraft Sent:   Wednesday, January

RE: [iText-questions] numbering pages

2004-01-15 Thread Paulo Soares
Title: RE: [iText-questions] numbering pages Use PdfStamper. See the example stamped.java at itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of piotr krudysz Sent:   Thursday, January 15, 2004 3:21 To

RE: [iText-questions] Column is hidden behind object

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] Column is hidden behind object If using PdfWriter place the template first and then the text. If using PdfStamper use the over content to place the text. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED

RE: [iText-questions] New behaviour in JasperReports v0.5.1

2004-01-16 Thread Paulo Soares
-Bold without any attribute. I would like to see two pdfs with that. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Gregory A. Swarthout Sent:   Thursday, January 15, 2004 21:16 To: [EMAIL PROTECTED] Subject:    [

RE: [iText-questions] Loading of an image once on every page

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] Loading of an image once on every page That's the normal behavior. Load the image once with Image.getInstance() and use it everywhere. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Beha

RE: [iText-questions] getOutputStream() has already been called?!?

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] getOutputStream() has already been called?!? Your jsp has newlines that cause the output writer to be opened before the code is reached. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of

RE: [iText-questions] Problem with different margins in multi-page documents

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] Problem with different margins in multi-page documents Margins are tricky. Change the margin changes just before a newPage() or in a onEndPage() event. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED

RE: [iText-questions] Remove blank pages

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] Remove blank pages This may happen if the page has a newline from the text in the previous page. The page looks empty but the newline is there. Make sure that the last text doesn't end with a newline. Best Regards, Paulo Soares -Original Me

RE: [iText-questions] Loading of an image once on every page

2004-01-16 Thread Paulo Soares
Title: RE: [iText-questions] Loading of an image once on every page For gifs you can call: Image.getInstance("http://www.aig.com/images/global/logo.gif") and have it loaded only once. I assume you are using the latest iText version. Best Regards, Paulo Soares -Origin

Re: [iText-questions] Setting kerning

2004-01-17 Thread Paulo Soares
I don't understand the question. What's the objective? Best Regards, Paulo Soares - Original Message - From: "Peter Kleczka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 15:29 Subject: [iText-questions] Setting kerning >

Re: [iText-questions] Linux Errors....

2004-01-17 Thread Paulo Soares
I know about that but it's impossible to fix the source for every buggy jdk out there and this is a jdk bug. I don't have to cast a literal char to byte if the value is in range. See the java language reference chapter 5.2. Best Regards, Paulo Soares - Original Message

Re: [iText-questions] embedded image doesn't look good

2004-01-17 Thread Paulo Soares
That's a problem of scaling. See the tutorial for an explanation on image scaling and DPI. Best Regards, Paulo Soares - Original Message - From: "Michael Korolyov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 19:11 Subject: [iTex

[iText-questions] Re: Need help with Text box, no replies from my posting last monday...

2004-01-17 Thread Paulo Soares
annot.put(PdfName.Q, new PdfNumber(PdfFormField.Q_CENTER)); - Original Message - From: "garettDaBland" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 18:43 Subject: ops: Need help with Text box, no replies fro

Re: [iText-questions] Setting kerning

2004-01-18 Thread Paulo Soares
You can create a font with no cache and change the character spacing with BaseFont.setCharAdvance(). To add 0.2 points for each point height: char c = 'A'; bf.setCharAdvance(c, bf.getWidth(c) + 200); Best Regards, Paulo Soares - Original Message - From: "Peter Kleczka&quo

[iText-questions] Re: Need help with Text box, no replies from my posting last monday...

2004-01-18 Thread Paulo Soares
app); writer.addAnnotation(annot); document.close(); System.out.println("Fim"); } catch(Exception e) {e.printStackTrace();} } } Best Regards, Paulo Soares ----- Original Message - From: "garettDaBland" <[EMAIL PROTECTED]>

RE: [iText-questions] licensing questions

2004-01-20 Thread Paulo Soares
f the AFM files. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Leonard Rosenthol Sent:   Monday, January 19, 2004 19:26 To: Bruno; Derrick Corda Cc: [EMAIL PROTECTED] Subject:    Re: [iText-questions] lice

RE: [iText-questions] licensing questions

2004-01-20 Thread Paulo Soares
retain their original copyright, of course. I'll change the text in the files to make this clearer. Best Regards, Paulo Soares

RE: [iText-questions] Imposition Framework for iText

2004-01-20 Thread Paulo Soares
Title: RE: [iText-questions] Imposition Framework for iText We are always interested in contributions. Send me your code and we'll discuss the integration. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Bill E

RE: [iText-questions] Enhancements to Cell

2004-01-22 Thread Paulo Soares
sible variations. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of prabhakar Sent:   Thursday, January 22, 2004 13:25 To: [EMAIL PROTECTED] Subject:    [iText-questions] Enhancements to Cell Paolo/Bruno: On one o

RE: [iText-questions] How to list the fonts used inside a PDF document with PDFReader?

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] How to list the fonts used inside a PDF document with PDFReader? See the example DumpFontNames.java at itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Leonard Rosenthol

RE: [iText-questions] How to check if a PDF document is linearized?

2004-01-22 Thread Paulo Soares
does not exist the document is NOT linearized (100% sure). Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Stephane Clinckart Sent:   Thursday, January 22, 2004 8:34 To: [EMAIL PROTECTED] Subject:    [iText-question

RE: [iText-questions] Question about iText Pdf Header

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] Question about iText Pdf Header It can be done with page events. There are examples in itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Jaydeep C Deshpande Sent

RE: [iText-questions] Handling page breaks

2004-01-22 Thread Paulo Soares
, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent:   Thursday, January 22, 2004 6:27 To: [EMAIL PROTECTED] Subject:    [iText-questions] Handling page breaks Hi, I have a main table and one more table nested into

RE: [iText-questions] embedded image doesn't look good

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] embedded image doesn't look good What's the format of your image (jpeg, png, etc)? Best Regards, Paulo Soares -Original Message- From:   Michael Korolyov [SMTP:[EMAIL PROTECTED] Sent:   Thursday, January 22, 2004 1:20 To:     Paulo Soar

RE: [iText-questions] Re: How to set position of a template?

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] Re: How to set position of a template? Make your template an image and put it inside a Chunk. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of jose antonio Toribio Sent:   Wednesday

RE: [iText-questions] columnText

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] columnText A PdfPTable is just a grid of ColumnText. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Turetsky, Seth Sent:   Wednesday, January 21, 2004 14:09 To: [EMAIL PROTECTED

RE: [iText-questions] PdfPTable

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] PdfPTable PdfPCell.setLeading() -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent:   Wednesday, January 21, 2004 6:18 To: [EMAIL PROTECTED] Subject:    [iText-questions] PdfPTable Hi, I

RE: [iText-questions] PDF Digital Signature Appearances

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] PDF Digital Signature Appearances Have a look at the class TextField. It only deals with text but you can also have images in an appearance. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of

RE: [iText-questions] PdfTable

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] PdfTable itextpdf.sf.net -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent:   Wednesday, January 21, 2004 4:54 To: [EMAIL PROTECTED] Subject:    [iText-questions] PdfTable Hi, Can anyone t

RE: [iText-questions] PDF viewable area differs in windows (acrobat reader) and linux (xpdf)

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] PDF viewable area differs in windows (acrobat reader) and linux (xpdf) A crop box problem? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of David L Sent:   Wednesday, January 21, 2004 3:05

RE: [iText-questions] how to set a Font for PdfPTable?

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] how to set a Font for PdfPTable? Extend PdfPTable. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Michael Korolyov Sent:   Tuesday, January 20, 2004 18:01 To: [EMAIL PROTECTED

<    7   8   9   10   11   12   13   14   15   16   >