RE: [iText-questions] change font-encoding in XML

2003-03-05 Thread Paulo Soares
using standard fonts and greek appears but I don't know how this translates to XML, this is Bruno's area. Best Regards, Paulo Soares -Original Message- From: Henry Ristau [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 8:56 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] HeaderFooter problems

2003-03-05 Thread Paulo Soares
The HeaderFooter object is really very basic to do this. It may work if you remove the HeaderFooter just before closing the document. If you need something reliable use a page event. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent

RE: [iText-questions] Removing content after using writeSelectedRows()

2003-03-05 Thread Paulo Soares
Why dont you use onEndPage? Best Regards, Paulo Soares -Original Message- From: Campanale, Rocco [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 17:08 To: [EMAIL PROTECTED] Subject: [iText-questions] Removing content after using writeSelectedRows() Currently, I'm

RE: [iText-questions] iText download

2003-03-05 Thread Paulo Soares
ANT is irrelevant here. My latest release is at www.geocities.com/itextpdf, not at the CVS. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 17:13 To: [EMAIL PROTECTED] Subject: [iText-questions

[iText-questions] New release itext-paulo-110

2003-03-05 Thread Paulo Soares
://www.geocities.com/itextpdf Best Regards, Paulo Soares --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way

RE: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-06 Thread Paulo Soares
PdfStamper.getAcroFields() and AcroFields.setField()) -flatten the fields (see PdfStamper.setFormFlattening()) -close PdfStamper and append with CopyPdf Best Regards, Paulo Soares -Original Message- From: Tony Costanzo [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 21:39 To: [EMAIL

RE: [iText-questions] Covert PDF to GIF

2003-03-06 Thread Paulo Soares
iText can't do it but it can easily be done with ghostscript. Best Regards, Paulo Soares -Original Message- From: Sen, Arindam Web (MED, TCS) [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 22:16 To: '[EMAIL PROTECTED]' Subject: [iText-questions] Covert PDF to GIF

RE: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-06 Thread Paulo Soares
with CopyPdf or something inspired on it to make the additions dynamically. Best Regards, Paulo Soares -Original Message- From: Tony Costanzo [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 16:12 To: Paulo Soares; [EMAIL PROTECTED] Subject: RE: [iText-questions] itext-paulo

RE: [iText-questions] PdfWriter.getImportedPage and anchors (hyperlinks)

2003-03-06 Thread Paulo Soares
CopyPdf will also copy the links and other annotations. See www.geocities.com/itextpdf. Best Regards, Paulo Soares -Original Message- From: Barnaby Shearer [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 14:22 To: [EMAIL PROTECTED] Subject: [iText-questions

[iText-questions] Re: Class cast exception with pdf form

2003-03-06 Thread Paulo Soares
inheritance from postscript. I must ask this in the pdfdev list. Best Regards, Paulo Soares - Original Message - From: Udo K Schuermann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 18:24 Subject: Class cast exception with pdf form Hi, I'm evaluating iText and ran

Re: [iText-questions] Line height in a chunk

2003-03-06 Thread Paulo Soares
). Yes and even gets the number of lines that would fit. Best Regards, Paulo Soares Bruno --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost

Re: [iText-questions] servlet multiple loops, help please

2003-03-06 Thread Paulo Soares
This is the documented behavior of IE. It calls 3 times before finally getting the document. Search the mailing list for 3 times for more details. Best Regards, Paulo Soares - Original Message - From: Lynn Young [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 19:38

Re: [iText-questions] iText download

2003-03-06 Thread Paulo Soares
- Original Message - From: [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 18:12 Subject: RE: [iText-questions] iText download I am new to iText. I have a fillable w2 form. How to load data to that using iText? What's the best

Re: [iText-questions] Load fillable PDF form

2003-03-06 Thread Paulo Soares
be easier to export the form data with Acrobat and change the file. Import it with fdfmerge.java. Best Regards, Paulo Soares Looking for help. Thannks. --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger

[iText-questions] RE: Some more params to Chunk

2003-03-07 Thread Paulo Soares
So you want tabs. I have that promised since October but it's far from trivial. You can place text at precise positions with whatever spacing you want. Best Regards, Paulo Soares -Original Message- From: Jaladurgam, Ramana [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 23:31

[iText-questions] New example for itext-paulo-110

2003-03-07 Thread Paulo Soares
field_merge.java - form filling and flattening with the field values as command line parameters All this at: http://www.geocities.com/itextpdf Best Regards, Paulo Soares --- This SF.net email is sponsored by: Etnus, makers of TotalView

RE: [iText-questions] Problem adding WMF-image to pdf

2003-03-07 Thread Paulo Soares
Show me the wmf. Best Regards, Paulo Soares -Original Message- From: Thorsten Schäfer [SMTP:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:49 To: [EMAIL PROTECTED] Subject: [iText-questions] Problem adding WMF-image to pdf Hi, I want to add a wmf image to my document

Re: [iText-questions] (no subject)

2003-03-07 Thread Paulo Soares
You are missing the cb.endText(). Best Regards, Paulo Soares --- Jochen Dürr [EMAIL PROTECTED] wrote: Hi there, i have created a pdf-File with the itext-0.96-package. I have used the following code: Document document = new Document(PageSize.A4,0,0,0,0);; PdfWriter writer

Re: [iText-questions] itext-paulo-110 (2003-03-05)

2003-03-07 Thread Paulo Soares
if the field was updated or false if the field was not found. Best Regards, Paulo Soares - Original Message - From: Tony Costanzo [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 07, 2003 16:23 Subject: RE: [iText-questions] itext-paulo-110 (2003-03

Re: [iText-questions] New example for itext-paulo-110

2003-03-07 Thread Paulo Soares
Regards, Paulo Soares - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 07, 2003 14:20 Subject: Re: [iText-questions] New example for itext-paulo-110 field_merge.java is totally good for my requirement. But for some reason form

[iText-questions] Bug in form flattening

2003-03-07 Thread Paulo Soares
Form flattening has a bug when originally the AP key does not exist. The result is that the field does not show up. Replace AcroFields.java with this one. Best Regards, Paulo Soares AcroFields.zip Description: Zip compressed data

Re: [iText-questions] A Bug or a feature

2003-03-07 Thread Paulo Soares
Put all the chunks inside a Paragraph and it will work correctly. Best Regards, Paulo Soares - Original Message - From: Jaladurgam, Ramana [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 07, 2003 21:02 Subject: [iText-questions] A Bug or a feature HI, I have modified

Re: [iText-questions] Styled fonts on a PdfContentByte

2003-03-07 Thread Paulo Soares
the text with matrix manipulation. See PdfDocument.writeLineToContent(). You'll need the version at www.geocities.com/itextpdf. Best Regards, Paulo Soares - Original Message - From: Danny Burkes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 07, 2003 21:54 Subject: [iText-questions

Re: [iText-questions] addAuthor and addHeader not showing up in document properties

2003-03-07 Thread Paulo Soares
Works for me using itext-paulo-110. You'll only see the Author in the document properties but the other tag is also in the file. Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 0:14 Subject

Re: [iText-questions] Problems with headers positioning

2003-03-08 Thread Paulo Soares
the picture and the same go for the printers themselves. Add to that that Acrobat itself has the option shrink to fit and others that make the dimensions change. In general postscript printers are more precise by virtue of the almost inexistent conversion. Best Regards, Paulo Soares - Original

RE: [iText-questions] How to Open the Encrypted PDF File in JAVA

2003-03-10 Thread Paulo Soares
Acrobat won't let you do that. Best Regards, Paulo Soares -Original Message- From: D S S Sampath Kumar [SMTP:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:42 To: [EMAIL PROTECTED] Subject: [iText-questions] How to Open the Encrypted PDF File in JAVA Hi, Can you tell

RE: [iText-questions] 110 won't build under jdk 1.3

2003-03-10 Thread Paulo Soares
Thank you. I'll have a new release today with that fixed and other features. As the official releases are getting a bit behind I'll supply a jar again for those that have troubles compiling the package (the jar in 1.3, of course!). Best Regards, Paulo Soares -Original Message- From

RE: [iText-questions] Re: Covert PDF to GIF

2003-03-10 Thread Paulo Soares
It's probably better to send that info to Bruno for him to put it in the FAQ. Best Regards, Paulo Soares -Original Message- From: Carsten Hammer [SMTP:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 17:17 To: [EMAIL PROTECTED] Subject: [iText-questions] Re: Covert PDF to GIF

[iText-questions] New release itext-paulo-111

2003-03-10 Thread Paulo Soares
in jdk 1.3. - added rectangular print to PdfPTable. Useful to manage wide tables. - the fdfmerge and field_merge examples were changed to support writing to the console. All this at: http://www.geocities.com/itextpdf Mirror at http://itext.execuchoice.net Best Regards, Paulo

RE: [iText-questions] Sign field ( itext-paulo-110)

2003-03-10 Thread Paulo Soares
versions of I-Text? Form field support is being improved. If you have suggestions for things that you would like I'm here to listen (linearization, transparency and document signing are not in my near goals). Best Regards, Paulo Soares Regards, Thomas Byholm

RE: [iText-questions] Sign field ( itext-paulo-110)

2003-03-10 Thread Paulo Soares
If you flatten the form all the field appearances will belong to the content and can be printed. So, the answer is yes. See the examples fdfmerge and field_merge. This code may help you to start: http://www.mail-archive.com/[EMAIL PROTECTED]/msg04773.h tml. Best Regards, Paulo Soares

RE: [iText-questions] New example for itext-paulo-110

2003-03-10 Thread Paulo Soares
It's not possible for the moment to change the properties of existing fields. It's rather easy to do it but it's not there because the version had to be closed. I'll consider it for the next version. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL

RE: [iText-questions] Printing to legal

2003-03-10 Thread Paulo Soares
You must select the paper size in the printer's page setup dialog. Acrobat knows nothing about printers. Best Regards, Paulo Soares -Original Message- From: Grant Smith [SMTP:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 16:16 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] EOFException from BaseFont

2003-03-10 Thread Paulo Soares
If you uploaded the file with ftp did you do it in binary? Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 16:21 To: [EMAIL PROTECTED] Subject: [iText-questions] EOFException from BaseFont

RE: [iText-questions] modifying metadata

2003-03-10 Thread Paulo Soares
outputs the contents of a PdfReader including the modifications. Best Regards, Paulo Soares -Original Message- From: Matt Benson [SMTP:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 17:34 To: itext-questions Subject: [iText-questions] modifying metadata I have pdfs created

[iText-questions] New release itext-paulo-112

2003-03-10 Thread Paulo Soares
://itext.execuchoice.net Best Regards, Paulo Soares --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED] https

Re: [iText-questions] REL New release itext-paulo-112

2003-03-10 Thread Paulo Soares
Did you try with the jar at my site? Best Regards, Paulo Soares - Original Message - From: Tony Costanzo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 20:14 Subject: [iText-questions] REL New release itext-paulo-112 What kind of errors would you get in the race

RE: [iText-questions] How to manipulate text field with iText API

2003-03-11 Thread Paulo Soares
See the examples fdfmerge and field_merge in itext.execuchoice.com. Best Regards, Paulo Soares -Original Message- From: Lei, The-Viet [SMTP:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 16:01 To: '[EMAIL PROTECTED]' Subject: [iText-questions] How to manipulate text field

RE: [iText-questions] rectangle with round corner

2003-03-12 Thread Paulo Soares
PdfContentByte.roundRectangle() -Original Message- From: Thomas Kübler [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 8:44 To: [EMAIL PROTECTED] Subject: [iText-questions] rectangle with round corner hallo, how can i set a rectangle with round corners?

RE: [iText-questions] PdfPTableEvent

2003-03-12 Thread Paulo Soares
What's the complete stack trace? Best Regards, Paulo Soares -Original Message- From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 7:49 To: [EMAIL PROTECTED] Subject: Re: [iText-questions] PdfPTableEvent Hi! I'm launching my iText document

RE: [iText-questions] Can I Attach files

2003-03-12 Thread Paulo Soares
Currently it's not directly supported. I'll have it in the next version. Best Regards, Paulo Soares -Original Message- From: r [SMTP:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 16:19 To: [EMAIL PROTECTED] Subject: [iText-questions] Can I Attach files Hi. Can I

RE: [iText-questions] PdfPTableEvent

2003-03-12 Thread Paulo Soares
It looks like you compiled the modules but forgot to put MyTableEvent.class (Bin the classpath. (B (BBest Regards, (BPaulo Soares (B (B -Original Message- (B From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] (B Sent: Wednesday, March 12, 2003 12:19 (B To: Paulo Soares (B Cc

RE: [iText-questions] printing problems

2003-03-12 Thread Paulo Soares
Explain you problem in more detail. Best Regards, Paulo Soares -Original Message- From: Jubeau Gaëlle (Axen) [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 12:19 To: '[EMAIL PROTECTED]' Subject: [iText-questions] printing problems Hi All, I have a problem when

RE: [iText-questions] why are the text fields not editable any more after using PdfStam per to merge the fields ?

2003-03-12 Thread Paulo Soares
You are flattening the file with stamp.setFormFlattening(true). This eliminates all the fields and only keeps the appearances. Eliminate that line to keep the fields. Best Regards, Paulo Soares -Original Message- From: Lei, The-Viet [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12

RE: [iText-questions] PdfPTable row span

2003-03-12 Thread Paulo Soares
A nested table. Best Regards, Paulo Soares -Original Message- From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 13:39 To: '[EMAIL PROTECTED]' Subject: Re: [iText-questions] PdfPTable row span Hi! I know that rowspan is not supported

RE: [iText-questions] Nested Table

2003-03-12 Thread Paulo Soares
Only tables of the same kind. Best Regards, Paulo Soares -Original Message- From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 12:55 To: [EMAIL PROTECTED] Subject: Re: [iText-questions] Nested Table Hi! Is it possible to nest a Table

RE: [iText-questions] Drawing a Diagonal Line

2003-03-12 Thread Paulo Soares
That's not possible with Table. By the way, there's a new PdfPCellEvent that is very handy for this kind of things. Best Regards, Paulo Soares -Original Message- From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 13:20 To: '[EMAIL PROTECTED]' Subject

Re: [iText-questions] RE: Font Exception

2003-03-12 Thread Paulo Soares
I don't know what configuration you have but the problem is on your side. Are you sure you aren't using an IDE where the resources are supposed to be elsewhere, such as websphere? Best Regards, Paulo Soares - Original Message - From: Tony Costanzo [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [iText-questions] modifying metadata

2003-03-12 Thread Paulo Soares
); }//end main }//end class MinimalModifyPdfMetadata However it wont't compile unless you make some methods in PdfWriter, PdfIndirectObject and PdfIndirectReference public or move your code to com.lowagie.text.pdf. I'll keep them public in the next version. Best Regards, Paulo Soares - Original

Re: [iText-questions] modifying metadata

2003-03-12 Thread Paulo Soares
And now you have a stream as a direct object, which is illegal. Best Regards, Paulo Soares - Original Message - From: Matt Benson [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; itext-questions [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 23:11 Subject: RE: [iText-questions

RE: [iText-questions] Problem with TIF File

2003-03-13 Thread Paulo Soares
It's probably a multi-strip image. See http://www.mail-archive.com/[EMAIL PROTECTED]/msg04182 for a solution. Best Regards, Paulo Soares -Original Message- From: Huy Ho [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:42 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] How do I Add an Image to a Table

2003-03-13 Thread Paulo Soares
Share a secret with us. What's the error? Best Regards, Paulo Soares -Original Message- From: Sridhar [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:07 To: [EMAIL PROTECTED] Subject: [iText-questions] How do I Add an Image to a Table Hi When I tried to add

RE: [iText-questions] pdftable

2003-03-13 Thread Paulo Soares
It's a matter of arithmetic setting the right column size from setTotalWidth(). I'm tempted to add a method to PdfPTable to do the calculation. The last version allows the table to split if it's very wide so, you can keep the other table half. Best Regards, Paulo Soares -Original Message

RE: [iText-questions] How do I Add an Image to a Table

2003-03-13 Thread Paulo Soares
Add the image to a Cell and then to the Table. Best Regards, Paulo Soares -Original Message- From: Sridhar [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:20 To: Paulo Soares Subject: RE: [iText-questions] How do I Add an Image to a Table Thanks for ur Reply

RE: RE: [iText-questions] pdftable

2003-03-13 Thread Paulo Soares
Regards, Paulo Soares -Original Message- From: Joel Matos [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 13:26 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: [iText-questions] pdftable It isn't working... I do this: datatable.setWidths

RE: [iText-questions] Inserting text in 2 rows on a specific position

2003-03-13 Thread Paulo Soares
Set the leading bigger than zero. Best Regards, Paulo Soares -Original Message- From: Thorsten Schäfer [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 14:13 To: [EMAIL PROTECTED] Subject: [iText-questions] Inserting text in 2 rows on a specific position Hi, I

RE: [iText-questions] Font encoding to be used for Farsi ?

2003-03-13 Thread Paulo Soares
You must use Identity-H. There are other encodings for Arabic but they only cover the isolated forms and won't work after the shaping. Best Regards, Paulo Soares -Original Message- From: Gerald Fehringer [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 14:32 To: [EMAIL

[iText-questions] RE: Cmaps Usage

2003-03-13 Thread Paulo Soares
, BaseFont.NOT_EMBEDDED); Font FontChinese = new Font(bf, 12, Font.NORMAL); Best Regards, Paulo Soares -Original Message- From: Ray Chan [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 14:16 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Cmaps Usage Hello Paulo, Thank you

RE: [iText-questions] modifying metadata

2003-03-13 Thread Paulo Soares
They will be public in the next version together with some others. If you don't want to mess with the library put your code in the package com.lowagie.text.pdf. Best Regards, Paulo Soares -Original Message- From: Matt Benson [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 15:36

RE: [iText-questions] modifying metadata

2003-03-13 Thread Paulo Soares
Well, I'll do even better (this sounds like those TV commercials to sell super frying pans), I'll add insertion/extraction of metadata in the library and you'll also get (some form) of PDF/X compatibility for free. Best Regards, Paulo Soares -Original Message- From: Matt Benson [SMTP

RE: [iText-questions] modifying metadata

2003-03-13 Thread Paulo Soares
, compatible objects. Best Regards, Paulo Soares -Original Message- From: Matt Benson [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 15:54 To: Paulo Soares; itext-questions Subject: RE: [iText-questions] modifying metadata Wait! You lost me... what? -Matt

Re: [iText-questions] Memory Problems

2003-03-13 Thread Paulo Soares
Yes, more details are needed. I can't answer for rtf but the pdf part doesn't leave object behind. The only objects cached are the fonts but after that it doesn't grow anymore. Best Regards, Paulo Soares - Original Message - From: Jaladurgam, Ramana [EMAIL PROTECTED] To: 'Stefan Krompaß

RE: [iText-questions] Itext problem

2003-03-14 Thread Paulo Soares
Are you sure you need to do it? There's a Unicode range that has full width forms including roman characters. It starts at \uff00. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 6:57 To: '[EMAIL PROTECTED

RE: [iText-questions] Problem with TIFF

2003-03-14 Thread Paulo Soares
See http://www.mail-archive.com/[EMAIL PROTECTED]/msg04182 Best Regards, Paulo Soares -Original Message- From: Frank Sharpless [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:24 To: '[EMAIL PROTECTED]' Subject: [iText-questions] Problem with TIFF Hello All

RE: [iText-questions] total width of PDFTable not recognised

2003-03-14 Thread Paulo Soares
Use setWidthPercentage(). Best Regards, Paulo Soares -Original Message- From: Christian Kriebel [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 17:03 To: [EMAIL PROTECTED] Subject: [iText-questions] total width of PDFTable not recognised Hi I try to set the total

RE: [iText-questions] Group 3 TIFF compression

2003-03-14 Thread Paulo Soares
It's probably a multi-strip image. See http://www.mail-archive.com/[EMAIL PROTECTED]/msg04182 Best Regards, Paulo Soares -Original Message- From: Aaron Kelley [SMTP:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 18:43 To: [EMAIL PROTECTED] Subject: [iText-questions] Group 3

RE: [iText-questions] Layers?

2003-03-14 Thread Paulo Soares
You can place items precisely in the page with PdfContentByte. Here the problem is not the precision but what kind of layout do you need; you can do everything but it takes some work. Best Regards, Paulo Soares -Original Message- From: Andrew McLaughlin [SMTP:[EMAIL PROTECTED] Sent

RE: [iText-questions] run direction rtl (Arabic/Farsi)

2003-03-17 Thread Paulo Soares
Sorry, currently there's no way to do it. Best Regards, Paulo Soares -Original Message- From: Gerald Fehringer [SMTP:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 6:22 To: [EMAIL PROTECTED] Subject: [iText-questions] run direction rtl (Arabic/Farsi) Hello iText users

Re: [iText-questions] Is 0.97 safe to use?

2003-03-17 Thread Paulo Soares
change the behavior because the number is the same. - the alignment constants in PdfContentByte were changed to match the constants in Element. This breaks compiled libraries as the number has changed. A recompile is needed. Best Regards, Paulo Soares - Original Message - From: Matt Benson

Re: [iText-questions] Header info - can do without unicode?

2003-03-17 Thread Paulo Soares
Version 0.97 only outputs Unicode if needed. If that's not happening post the code and the PDF. Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED]; Leonard Rosenthol [EMAIL PROTECTED]; itext [EMAIL PROTECTED] Sent

Re: [iText-questions] PDF Development

2003-03-17 Thread Paulo Soares
at a sample or do you have an abstraction such as column at this position and image at that position? Maybe your layout can be described in simple but precise high level terms that a program would then translate to the iText components. Best Regards, Paulo Soares - Original Message - From

RE: [iText-questions] adding image

2003-03-18 Thread Paulo Soares
You'll have to add the image using PdfContentByte.addImage() with a clipping path to limit the portion of image shown. See http://www.mail-archive.com/[EMAIL PROTECTED]/msg04608.h tml. Best Regards, Paulo Soares -Original Message- From: allam badshah [SMTP:[EMAIL PROTECTED] Sent

RE: [iText-questions] iText for Tif to PDF

2003-03-19 Thread Paulo Soares
, Paulo Soares getInstance public static Image getInstance(int width, int height, int components, int bpc, byte[] data) throws

RE: [iText-questions] PDF file: Conversion from RGB to CMYK

2003-03-19 Thread Paulo Soares
iText can't convert colorspaces. You'll need Pitstop or something like that. Best Regards, Paulo Soares -Original Message- From: Hans Stoessel [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:10 To: [EMAIL PROTECTED] Subject: [iText-questions] PDF file: Conversion

RE: [iText-questions] Modifying Metadata

2003-03-19 Thread Paulo Soares
modification.pdf)); // change meta to suit your needs. stp.setMoreInfo(meta); // check the javadoc! It's not a replacement. stp.close(); Best Regards, Paulo Soares -Original Message- From: Kishore Subramanian [SMTP:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:55 To: '[EMAIL

RE: [iText-questions] How to reduce timing

2003-03-19 Thread Paulo Soares
It probably won't be that much fast. The disk access is already buffered. I'm changing the toPdf() method to output directly to the stream instead of creating a byte array with each call. If it's any faster it's something still to be seen. Best Regards, Paulo Soares -Original Message

RE: [iText-questions] support for WMF

2003-03-19 Thread Paulo Soares
send the WMF privately of course! Send it me and I'll have a look. Best Regards, Paulo Soares Thanks and kind regards, Gerald. --- This SF.net email is sponsored by: Does your code think in ink? You could win

RE: [iText-questions] Modifying Metadata

2003-03-20 Thread Paulo Soares
. Best Regards, Paulo Soares -Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 1:14 To: Kishore Subramanian; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Modifying Metadata At 2:33 PM -0800 3/19

RE: [iText-questions] Split pdf from 1 to many

2003-03-20 Thread Paulo Soares
Strange, all the information needed for each page is gathered from the pdf. Can you send me privately the original pdf and the program that you are using to split it so that i can reproduce it here? Best Regards, Paulo Soares -Original Message- From: Sandy Daum [SMTP:[EMAIL PROTECTED

RE: [iText-questions] PDF to TIFF

2003-03-20 Thread Paulo Soares
GhostScript. Best Regards, Paulo Soares -Original Message- From: David Nielsen [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:32 To: [EMAIL PROTECTED] Subject: [iText-questions] PDF to TIFF Hi, How do i create a tiff image of the pdf pagees in a file. what i

RE: [iText-questions] How to reduce timing

2003-03-20 Thread Paulo Soares
This weekend I'll see if it's any faster. Best Regards, Paulo Soares -Original Message- From: Jaladurgam, Ramana [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 15:50 To: 'Paulo Soares'; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] How to reduce timing Just

RE: [iText-questions] Modifying Metadata

2003-03-20 Thread Paulo Soares
-Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 16:21 To: Paulo Soares; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Modifying Metadata At 4:09 PM + 3/20/03, Paulo Soares wrote: The filters are not modified

RE: [iText-questions] Modifying Metadata

2003-03-20 Thread Paulo Soares
This weekend (this is going to be a long weekend...) I'll investigate the toPdf() and PRTokenizer. I hope there's room for improvement there. Best Regards, Paulo Soares -Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 17:22 To: Paulo

Re: [iText-questions] rotation

2003-03-20 Thread Paulo Soares
, as the object is laying down, counts as the width. For arbitrary angles the calculations are the same but the angle are not -1,0,1. See Image.matrix() for all those calculations. This is all explained in chapter 4.2 of the PDF reference 1.4. Best Regards, Paulo Soares - Original Message

RE: [iText-questions] Error with itext0.97

2003-03-21 Thread Paulo Soares
Download the jar from www.lowagie.com not from sourceforge. Best Regards, Paulo Soares -Original Message- From: Thomas Kübler [SMTP:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:00 To: [EMAIL PROTECTED] Subject: [iText-questions] Error with itext0.97 Good Morning, i

RE: [iText-questions] FDF Problem

2003-03-21 Thread Paulo Soares
PdfAcroForm has problems due to the renaming of fonts. It will be fixed in the next version. Meanwhile use TextField to generate text, list and combo. As a bonus is also has more options. Best Regards, Paulo Soares -Original Message- From: inVader [SMTP:[EMAIL PROTECTED] Sent: Friday

RE: [iText-questions] Setting the width of pdfptable in JSP

2003-03-21 Thread Paulo Soares
setTotalWidth() does nothing if used with Document.add(PdfPTable). Use setWidthPercentage() instead. Next version has the option of also using absolute values in this case. Best Regards, Paulo Soares -Original Message- From: Sridhar [SMTP:[EMAIL PROTECTED] Sent: Friday, March 21, 2003

Re: [iText-questions] Setup for margins

2003-03-21 Thread Paulo Soares
That's probably the printer limits. Best Regards, Paulo Soares - Original Message - From: K. Allan Wilson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 21, 2003 21:09 Subject: [iText-questions] Setup for margins I am using the line: Document document = new Document

Re: [iText-questions] how to generate pdf1.3 documents?

2003-03-21 Thread Paulo Soares
to be read by Reader 3.0 in OS/2 with no particular care. Best Regards, Paulo Soares - Original Message - From: Leonard Rosenthol [EMAIL PROTECTED] To: Carsten Hammer [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 21, 2003 19:44 Subject: Re: [iText-questions] how to generate pdf1.3

Re: [iText-questions] Group 3 TIFF compression

2003-03-21 Thread Paulo Soares
Please send me privately the tiff. Best Regards, Paulo Soares - Original Message - From: Aaron Kelley [EMAIL PROTECTED] To: 'Paulo Soares' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 21, 2003 20:33 Subject: RE: [iText-questions] Group 3 TIFF compression It is a multi

Re: [iText-questions] PDF's as Templates

2003-03-21 Thread Paulo Soares
I was worried that I had goofed up somewhere when I introduced the generic resources class but the problem is on the other side. The problem is that the document must be opened after creating the writer and not before. Best Regards, Paulo Soares - Original Message - From: Matt Benson

Re: [iText-questions] PDF's as Templates

2003-03-21 Thread Paulo Soares
Yes, I can throw an exception if there's no listener associated. Best Regards, Paulo Soares - Original Message - From: Andrew McLaughlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 22, 2003 1:06 Subject: Re: [iText-questions] PDF's as Templates Ack!! That fixed

Re: [iText-questions] Re: how to generate pdf1.3 documents?

2003-03-22 Thread Paulo Soares
- ? That would be too complicated as compliance would also have to be checked for imported pages and iText is not a validating tool. I'm sure that your problem is the rip and I'm also almost sure that your document will also open correctly in Acrobat 3. Best Regards, Paulo Soares If this would be possible I

Re: [iText-questions] Group 3 TIFF compression

2003-03-22 Thread Paulo Soares
()); } } Best Regards, Paulo Soares - Original Message - From: Aaron Kelley [EMAIL PROTECTED] To: 'Paulo Soares' [EMAIL PROTECTED] Sent: Saturday, March 22, 2003 19:37 Subject: RE: [iText-questions] Group 3 TIFF compression Can you give me more details (you don't have to go too much

Re: [iText-questions] adding image size problem

2003-03-23 Thread Paulo Soares
The width of an A4 page is 595 unless you rotate it. Best Regards, Paulo Soares - Original Message - From: allam badshah [EMAIL PROTECTED] To: Bruno [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 9:50 Subject: [iText-questions] adding image size

Re: [iText-questions] Graphics into pdf

2003-03-23 Thread Paulo Soares
I don't see where the problem is. The Graphics2D created by iText is always a rectangle with some dimensions with the origin at 0,0. You use the dimensions and eventually an affine transform from the PageFormat. Best Regards, Paulo Soares - Original Message - From: Dimitri Vettenburg

RE: [iText-questions] How to create a File Attachment?

2003-03-24 Thread Paulo Soares
That's already done but not yet published. I'll try to have a new version ready today or tomorrow. Best Regards, Paulo Soares -Original Message- From: Ingo Richter [SMTP:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:43 To: [EMAIL PROTECTED] Subject: [iText-questions] How

RE: [iText-questions] More than 8192 pages

2003-03-24 Thread Paulo Soares
not be able to open the document. It's no big deal to make a proper tree, I'll try to have it ready next week. Note however that there's a PDF size limitation in iText of 2G and that will not change. Best Regards, Paulo Soares -Original Message- From: Javier Castanon [SMTP:[EMAIL PROTECTED

RE: [iText-questions] PdfReader with URL

2003-03-24 Thread Paulo Soares
as the PdfReader. Best Regards, Paulo Soares -Original Message- From: Jpenuela [SMTP:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:57 To: [EMAIL PROTECTED] Subject: [iText-questions] PdfReader with URL It's possible to read a PDF document accessing using an URL

RE: [iText-questions] How to reduce timing

2003-03-24 Thread Paulo Soares
It's done but I don't have any performance times. My main interest was to unify the output method for all object types and open the way to other features that will need this. I did improve the performance in PdfReader by 30% but I think that it's the limit. Best Regards, Paulo Soares

<    4   5   6   7   8   9   10   11   12   13   >