Re: [iText-questions] PdfPtable over more then 1 page

2002-01-25 Thread Paulo Soares
If you are placing the table at a precise position then you are responsible for the layout. There are methods to get the height of the rows and write only some rows; the rest is a matter doing the calculations. Best Regards, Paulo Soares On Fri, 25 Jan 2002 08:49:56 +0100, you wrote: I m doing

RE: [iText-questions] Re: Rotating content by 90 degree CW/CCW - the Right_Way?

2002-01-28 Thread Paulo Soares
I have an example at my site, table_template.java, that rotates the text. It use a PdfPTable but will also work with Table. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:50 To: neuro159 Cc: [EMAIL

RE: [iText-questions] Re: Help With Underlining Text Using BaseFont/ContentByte

2002-01-31 Thread Paulo Soares
and I'm still waiting. It's amazing the number of bugs that disappear when I ask for an example showing the problem. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 11:01 To: [EMAIL PROTECTED] Subject

RE: [iText-questions] how to add anchor in PdfpTable

2002-01-31 Thread Paulo Soares
Use Chunk.setAnchor(). Best Regards, Paulo Soares -Original Message- From: Nitin Itext [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 16:50 To: [EMAIL PROTECTED] Subject: [iText-questions] how to add anchor in PdfpTable Hi I am trying to add an anchor

Re: [iText-questions] Set Character Spacing Question (follow up)

2002-02-16 Thread Paulo Soares
It can be done with this modifications. Best Regards, Paulo Soares - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 15, 2002 20:03 Subject: [iText-questions] Set Character Spacing Question (follow up) I figured out how the set char spacing

RE: [iText-questions] help

2002-02-18 Thread Paulo Soares
. Place the ColumnText in the free spaces. Best Regards, Paulo Soares -Original Message- From: Vimlesh [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 18:32 To: [EMAIL PROTECTED] Subject: [iText-questions] help help Hi, I have been mailing my Query I am

RE: [iText-questions] alternate row background without cover the watermak image

2002-02-20 Thread Paulo Soares
Explain better. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 15:00 To: [EMAIL PROTECTED] Subject: [iText-questions] alternate row background without cover the watermak image I use

RE: [iText-questions] Using different fonts and ... positioning text

2002-02-20 Thread Paulo Soares
it's placed. The use for direct positioning is direct. Best Regards, Paulo Soares -Original Message- From: Sergio Lopez Rodriguez [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 15:22 To: [EMAIL PROTECTED] Subject: [iText-questions] Using different fonts

RE: [iText-questions] access to imageWait in PdfDocument

2002-02-21 Thread Paulo Soares
the output. If something more customized is needed you'll have to go the other way. Best Regards, Paulo Soares -Original Message- From: cargill cargill [SMTP:[EMAIL PROTECTED]] Sent: None To: [EMAIL PROTECTED] Subject: [iText-questions] access to imageWait in PdfDocument

RE: [iText-questions] Positioning Text with \n sign

2002-02-25 Thread Paulo Soares
Yes. If you are using PdfContentByte.showText() the text will move to the next line depending on the text state leading. You can also use ColumnText and have the advantage of other alignments. Best Regards, Paulo Soares -Original Message- From: Oleg Reebakov [SMTP:[EMAIL PROTECTED

RE: [iText-questions] 'T m' outside text object

2002-02-25 Thread Paulo Soares
You are using the text matrix without calling first beginText(). Best Regards, paulo Soares -Original Message- From: Pardey, Craig [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 15:06 To: '[EMAIL PROTECTED]' Subject: [iText-questions] 'T m' outside text object

RE: [iText-questions] (no subject)

2002-02-25 Thread Paulo Soares
You don't want an example, you want a solution. There are examples on reading PDFs and on writing text at precise positions. Do one after the other. The tutorial has all the information. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED

RE: [iText-questions] Problems to display IE on MSIE !! Websphere 3.5 !! Please Help

2002-02-27 Thread Paulo Soares
I didn't understand if in webshere you manage to create a valid file on disk. Best Regards, Paulo Soares -Original Message- From: Giovanni Serra [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 16:09 To: [EMAIL PROTECTED] Subject: [iText-questions] Problems

RE: [iText-questions] PdfPTable with transparent background color ?

2002-02-27 Thread Paulo Soares
Your image arrived with 0 bytes. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 9:53 To: [EMAIL PROTECTED] Subject: [iText-questions] PdfPTable with transparent background color ? Sorry

RE: [iText-questions] Problems to display IE on MSIE !! Websphere 3.5 !! Please Help

2002-02-27 Thread Paulo Soares
Soares -Original Message- From: Giovanni Serra [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:14 To: Paulo Soares Subject: RE: [iText-questions] Problems to display IE on MSIE !! Websphere 3.5 !! Please Help Hi there Paulo, yes i do manage it! I mean

RE: RE: [iText-questions] PdfPTable with transparent background color ?

2002-02-27 Thread Paulo Soares
and the other the watermark on top of a gray background. Create a pattern with this second image and paint the cells with it. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:27 To: [EMAIL PROTECTED] Subject

RE: [iText-questions] pb to add document properties and to read a existant document with internal navigation link

2002-02-27 Thread Paulo Soares
Put your addTitle just before document.open(). Importing a page just imports what you can print, not the interactive features. I plan to provide access to the links in the future so that it will be possible to reconstruct them or whatever. Best Regards, Paulo Soares -Original Message

RE: [iText-questions] Document constructor

2002-02-27 Thread Paulo Soares
You have to do the work. We can't put a constructor for every class that has the word page in the name! Best Regards, Paulo Soares -Original Message- From: David Gilbert [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 16:38 To: [EMAIL PROTECTED] Subject: [iText

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

2002-02-27 Thread Paulo Soares
pages. - updated examples: table_event.java, test_barcodes.java. New example: table_event_colspan.java All this at: http://www.geocities.com/itextpdf Best Regards, Paulo Soares ___ iText-questions mailing list [EMAIL PROTECTED] https

RE: [iText-questions] Reading PDF files

2002-03-04 Thread Paulo Soares
You'll have to look elsewhere for this kind of features. Be warned that his kind of products are very expensive; prices of $10 are not uncommon. Best Regards, Paulo Soares -Original Message- From: Massimo Lusetti [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 10:34

RE: [iText-questions] Reading PDF files

2002-03-04 Thread Paulo Soares
The one I knew of was SPDF from www.appligent.com but thay no longer license it. Adobe has a library but it's difficult to license. You can also have a look at www.glance.ch. Best Regards, Paulo Soares -Original Message- From: Massimo Lusetti [SMTP:[EMAIL PROTECTED]] Sent: Monday

RE: [iText-questions] Illegal operation 'm' inside a text object

2002-03-04 Thread Paulo Soares
As you say, it's very descriptive. You used a moveTo inside a beginText/endText and that's illegal. Have a look at the pdf reference in text objects. Best Regards, Paulo Soares -Original Message- From: Grant [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 17:06 To: [EMAIL

RE: [iText-questions] URGENT: Query regarding iText

2002-03-04 Thread Paulo Soares
the ideographs. Best Regards, Paulo Soares -Original Message- From: SANDEEPR [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 16:25 To: [EMAIL PROTECTED] Cc: Vaishali V. Khandekar; Shiney Rachel Jacob Subject: [iText-questions] URGENT: Query regarding iText Hello

RE: [iText-questions] Re: Nested Tables

2002-03-05 Thread Paulo Soares
I only added colspan. Rowspan will not be added in the near future if ever; it would need a completely new table design. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 8:03 To: Geraldo Xexeo Cc

RE: [iText-questions] Adding List to ColumnText

2002-03-05 Thread Paulo Soares
ColumnText is a basic building block, it doesn't support lists. You can simulate a list using a negative first line indent (hanging indent). Best Regards, Paulo Soares -Original Message- From: Parrish, Matthew X [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 18:33

[iText-questions] Version for jdk1.1.x available for release 0.87 (the last one insourceforce)

2002-03-07 Thread Paulo Soares
Version for jdk1.1.x available for release 0.87 (the last one in sourceforce) at: http://www.geocities.com/itextpdf Best Regards, Paulo Soares ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext

RE: [iText-questions] Qestion on EJB: OutputStream problem

2002-03-07 Thread Paulo Soares
You don't have to put the pdf generation at the far end. You can get the parameters via EJB and generate the pdf at the servlet level. If you want to generate the pdf at the remote side just send the complete pdf as a byte array. Best Regards, Paulo Soares -Original Message- From

RE: [iText-questions] drawing rotated text?

2002-03-08 Thread Paulo Soares
the columns nothing shows. The alignment has nothing to do with the text showing up. Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 20:32 To: Jeff Kolesky; Paulo Soares; [EMAIL PROTECTED] Subject: RE

RE: [iText-questions] Re: C#?

2002-03-12 Thread Paulo Soares
There's something you can try if you have Visual J++. Compile the jdk 1.1.x version that is in my site. It may work and it would be an immediate solution. Best Regards, Paulo Soares -Original Message- From: Mattia Dongili [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 13:36

RE: [iText-questions] Re: iText - pdf -- no wrap ?

2002-03-13 Thread Paulo Soares
nowrap only works with left align text in PdfPCell. I have to change this to also work with right and centre alignment. Best Regards, Paulo Soares -Original Message- From: Mattia Dongili [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:07 To: [EMAIL PROTECTED]; [EMAIL

RE: [iText-questions] Re: Formatting issues, looking for fresh ideas

2002-03-18 Thread Paulo Soares
I still don't see what is your problem. You can add Chunks to a Phrase and each Chunk can have a different font, size and color. Best Regards, Paulo Soares -Original Message- From: Matthew Pullen [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 17:33 To: [EMAIL PROTECTED

RE: [iText-questions] Image by Photoshop

2002-03-18 Thread Paulo Soares
Adobe should be able to recognize its own kind as it does correctly with grayscale and RGB jpg. It's impossible to fix something that even the full Acrobat doesn't recognize as a valid file. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED

RE: [iText-questions] Re: indentation of columnText

2002-03-19 Thread Paulo Soares
I can't see the reason for this. A negative first line indent will achieve the same. Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 14:23 To: [EMAIL PROTECTED] Cc: iText Subject: RE: [iText-questions

RE: [iText-questions] Complex structures arranged in columns: possible?

2002-03-20 Thread Paulo Soares
There's no ready-made solution but with ColumnText and PdfPTable it shouldn't be that difficult. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 23:41 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] Using the PdfReader(byte[]) constructor

2002-03-20 Thread Paulo Soares
The solution is not to use a DataInputStream. From the DataInputStream documentation: Data input streams and data output streams represent Unicode strings in a format that is a slight modification of UTF-8. Use a FileInputStream. Best Regards, Paulo Soares -Original Message- From

RE: [iText-questions] Thumbnails from PDF

2002-03-20 Thread Paulo Soares
Regards, Paulo Soares Mit freundlichem Gruß / kind regards Carsten Birkelbach --- Siemens AG Siemens Business Services GmbH Co OHG BAP HRS 3, PDB HN Heinz-Nixdorf-Ring 1 33106 Paderborn Deutschland Fon: +49 5251 8-25803 Fax: +49 5251 8-25209 E-mail: [EMAIL PROTECTED

RE: [iText-questions] New release itext-paulo-93

2002-03-21 Thread Paulo Soares
(). Best Regards, Paulo Soares -Original Message- From: Chen, Donald [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 18:01 To: 'Paulo Soares'; [EMAIL PROTECTED] Subject: RE: [iText-questions] New release itext-paulo-93 Thanks, Paulo. What would be the usage

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Paulo Soares
What's the problem of specifying a narrower column width? Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 14:25 To: Paulo Soares; [EMAIL PROTECTED] Cc: iText Subject: RE: [iText-questions] Re

RE: [iText-questions] Re: indentation of columnText

2002-03-22 Thread Paulo Soares
The idea is to define a single column, inject a paragraph with some indent and then repeat with another paragraph with other indent? Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 16:02 To: Paulo Soares Cc

RE: [iText-questions] Problem with Domino and iText

2002-03-25 Thread Paulo Soares
What problems? Best Regards, Paulo Soares -Original Message- From: Grippa, Pietro [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 9:21 To: [EMAIL PROTECTED] Subject: [iText-questions] Problem with Domino and iText Hi, I work in AtosOrigin and my customer

RE: [iText-questions] Re: indentation of columnText

2002-03-25 Thread Paulo Soares
I'll keep the Paragraph alignments out of ColumnText. I can add a setIndentationFollowing() and a setIndentationRight(). This covers all the cases. Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 18:00

RE: [iText-questions] iText with microsoft JVM

2002-03-26 Thread Paulo Soares
You must use the iText version for jdk 1.1.x. If you are already doing this it will probably not work with jview. Best Regards, Paulo Soares -Original Message- From: hong sun [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 20:48 To: [EMAIL PROTECTED] Subject: [iText

RE: [iText-questions] Re: indentation of columnText

2002-03-26 Thread Paulo Soares
I'll keep the Paragraph alignments out of ColumnText. I can add a setIndentationFollowing() and a setIndentationRight(). This covers all the cases. Best Regards, Paulo Soares -Original Message- From: Thomas McKay [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 18:00

RE: [iText-questions] iText with microsoft JVM

2002-03-26 Thread Paulo Soares
You can compile it with jdk1.3. Best Regards, Paulo Soares -Original Message- From: Mattia Dongili [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 16:53 To: hong sun; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText with microsoft JVM should we use VisualJ

Re: [iText-questions] Problem with Domino and iText

2002-03-26 Thread Paulo Soares
What problems? Best Regards, Paulo Soares On Mon, 25 Mar 2002 10:20:48 +0100, you wrote: Hi, I work in AtosOrigin and my customer is an important Italian bank. The production environment is Domino release 5.06, which gives support to JDK 1.1.X. We developed a solution using your java

RE: [iText-questions] iText0.90

2002-03-27 Thread Paulo Soares
professional kind regards, Bruno Best Regards, Paulo Soares ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
I think the best option is to steal the hyphenation algorithms in TEX. They have it for all the languages and it would work transparently. Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 8:13 To: Matt Benson

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
A very easy alternative is to use the soft-hyphen character \u00ad. The text could be hyphenated outside iText using a TEX tool for example. I'll implement it this weekend to see how it works. Best Regards, Paulo Soares -Original Message- From: Paulo Soares [SMTP:[EMAIL PROTECTED

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
The actual visible hyphen character will be configurable through PdfWriter. I doubt that a document will have more than a single representation (I think). Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 13:07

Re: [iText-questions] About Embedded Font...................(Help!!)

2002-03-29 Thread Paulo Soares
What's the unicode representation (even if a fake one) of the glyph in KAIU.TTF? It's this code that you must use in java, in the format \u. Best Regards, Paulo Soares - Original Message - From: §õ¾Ë¨| [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 29, 2002 8:54 Subject

RE: [iText-questions] accented characters

2002-04-01 Thread Paulo Soares
What is the char code for è in resultset.getString(field)? Do you have the correct char there or it's a ?? Best Regards, Paulo Soares -Original Message- From: Grant [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 16:19 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] Table with Fixed Row Heights

2002-04-01 Thread Paulo Soares
No. PdfPTable is a stack of independent rows. Best Regards, Paulo Soares -Original Message- From: Jeff Bird [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 17:03 To: [EMAIL PROTECTED] Subject: RE: [iText-questions] Table with Fixed Row Heights Thanks

RE: [iText-questions] SubTotals, count, ....

2002-04-02 Thread Paulo Soares
You are complicating too much, you don't need templates. Do as follows: - read all the rows to a PdfPTable. You now have the total number of rows. - place the table at a precise position 10 rows per page using PdfPTable.writeSelectedRows(). - draw the text for the page using the total number of

RE: [iText-questions] long image

2002-04-03 Thread Paulo Soares
Use something like this: PdfContentByte cb = writer.getDirectContent(); cb.rectangle(); // the visible area cb.clip(); cb.newPath(); cb.addImage(); Best Regards, Paulo Soares -Original Message- From: Dong Jiang [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 15:23

RE: [iText-questions] add new Page with hyperlinks to existing pdf

2002-04-03 Thread Paulo Soares
in the imported pages if you know where to put them. Best Regards, Paulo Soares -Original Message- From: Holger Schneider [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 16:27 To: [EMAIL PROTECTED] Subject: [iText-questions] add new Page with hyperlinks to existing pdf

RE: [iText-questions] cell size problem.

2002-04-04 Thread Paulo Soares
What do you mean funny? Are you using Table or PdfPTable? Best Regards, Paulo Soares -Original Message- From: wincn [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 4:06 To: [EMAIL PROTECTED] Subject: [iText-questions] cell size problem. Hello: May I fix

RE: [iText-questions] suppress footer on selected page?

2002-04-04 Thread Paulo Soares
Document.resetFooter(). Best Regards, Paulo Soares -Original Message- From: Lomvardias, Christopher [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 22:15 To: '[EMAIL PROTECTED]' Subject: [iText-questions] suppress footer on selected page? Is there a way

Re: [iText-questions] Changing page oriantation

2002-04-05 Thread Paulo Soares
You must have: document.setPageSize(PageSize.A4.rotate()); document.newPage(); Page sizes changes are valid for the next page. Best Regards, Paulo Soares --- [EMAIL PROTECTED] wrote: Hi, I am using the latest version of iText PDF Library for generating PDF output. I to print a 3 page

Re: [iText-questions] Question about reading PDF files.

2002-04-05 Thread Paulo Soares
The answer is no to all. To extract text there are tool in ghostscript and xpdf that work in many platforms. Best Regards, Paulo Soares --- Gabriel J Zimmerman [EMAIL PROTECTED] wrote: Hi, I was reading the documentation and I was not clear exactly how far iText would go in reading PDF

Re: [iText-questions] Fonts

2002-04-06 Thread Paulo Soares
The symbols are there but elsewhere. For example, the smiley is at \u263a. Best Regards, Paulo Soares - Original Message - From: Matt Benson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 19:25 Subject: [iText-questions] Fonts This is a general fonts question

RE: [iText-questions] Disable a template

2002-04-08 Thread Paulo Soares
Document.removeWatermark(). Best Regards, Paulo Soares -Original Message- From: Kris Moens [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:54 To: [EMAIL PROTECTED] Subject: [iText-questions] Disable a template Hi, To create my PDF , I'm using another PDF

RE: [iText-questions] Fonts

2002-04-08 Thread Paulo Soares
Those are control characters. In the MS-DOS encoding they corresponded to pictures but not in unicode. Best Regards, Paulo Soares -Original Message- From: Matt Benson [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 14:43 To: Paulo Soares; [EMAIL PROTECTED] Subject: Re

RE: [iText-questions] tiff-group4 generated by com.sun.media.jai not recognized by Itext

2002-04-10 Thread Paulo Soares
with grayscale. Best Regards, Paulo Soares -Original Message- From: Frédéric Glorieux [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:43 To: [EMAIL PROTECTED] Subject: [iText-questions] tiff-group4 generated by com.sun.media.jai not recognized by Itext Hello

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Paulo Soares
-Original Message- From: jim moore [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 18:36 To: Paulo Soares; 'Jeremy Bowman'; [EMAIL PROTECTED] Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating graphs) To anyone following this thread

RE: [iText-questions] adding button dynamically

2002-04-10 Thread Paulo Soares
the field possibilities are supported in iText. Best Regards, Paulo Soares -Original Message- From: Bezawada Vamseedhar [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 13:48 To: [EMAIL PROTECTED] Subject: [iText-questions] adding button dynamically Hi, I

RE: [iText-questions] Trouble with Base Font in code

2002-04-10 Thread Paulo Soares
A small working example would be great. I don't understand what your problem is, you don't say what parameters you used. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 17:19 To: [EMAIL PROTECTED

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-11 Thread Paulo Soares
Document.compress = false to disable compression. Best Regards, Paulo Soares -Kevin -Original Message- From: Jeremy Bowman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 10:26 PM To: [EMAIL PROTECTED] Subject: Re: PdfGraphics2D class (RE: [iText

RE: [iText-questions] FTP Printing

2002-04-11 Thread Paulo Soares
Does it print a simple hello world itext file? The problem is with text or images? If with images what kind of images (PNG, JPEG, etc)? Best Regards, Paulo Soares -Original Message- From: Austin Hatcher [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 19:05 To: [EMAIL

RE: [iText-questions] optimizing formatDouble and append in ByteBuffer

2002-04-12 Thread Paulo Soares
profiling will tell. Best Regards, Paulo Soares regards, david ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ___ iText

RE: [iText-questions] PdfGraphics Class

2002-04-12 Thread Paulo Soares
in using PdfGraphics2D because almost all graphic commands have direct counterparts in the PDF realm and the possibilities for other packages using it are immense. Best Regards, Paulo Soares -Original Message- From: Jeremy Bowman [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 6:08

RE: [iText-questions] Cells extending to more than one page

2002-04-12 Thread Paulo Soares
That's the expected behavior for PdfPTable. The workaround it to use ColumnText directly. Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 11:55 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re

RE: [iText-questions] optimizing formatDouble and append in ByteB uffer

2002-04-12 Thread Paulo Soares
d) { formatDouble(d, this); return this; } Best Regards, Paulo Soares -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 16:39 To: [EMAIL PROTECTED] Cc: Paulo Soares; [EMAIL PROTECTED] Subject: Re: [iText

Re: [iText-questions] optimizing formatDouble and append in ByteB uffer

2002-04-13 Thread Paulo Soares
- Original Message - From: David Teran [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, April 12, 2002 19:52 Subject: Re: [iText-questions] optimizing formatDouble and append in ByteB uffer Hi Paulo, This is faster

Re: [iText-questions] Creating Form-like PDF's With iText

2002-04-14 Thread Paulo Soares
The easiest way is to create the blank complex form externaly using Word or Framemaker and print it to PDF. In iText the PDF pages from that form can be imported and the blanks filled. Best Regards, Paulo Soares - Original Message - From: Dan Randall [EMAIL PROTECTED] To: [EMAIL

RE: [iText-questions] german umlaut in bookmarks

2002-04-15 Thread Paulo Soares
Either you are inserting the wrong unicodes or the Mac OS X font doesn't have the characters. Does it show up correctly in windows? Best Regards, Paulo Soares -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Sunday, April 14, 2002 21:56 To: [EMAIL PROTECTED

RE: [iText-questions] another optimization question

2002-04-15 Thread Paulo Soares
efficient could be made. I'll do some tests for this. Best Regards, Paulo Soares If it would be possible to modify these methods, then really a lot of temporary objects could be eliminated. Also, the convert method takes about 28% of the whole CPU time, this combined

RE: [iText-questions] Font Scaling Problem

2002-04-15 Thread Paulo Soares
You have to set the leading of the cell. Best Regards, Paulo Soares -Original Message- From: Markus CLERMONT [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:37 To: [EMAIL PROTECTED] Subject: [iText-questions] Font Scaling Problem Hello, everyone! We

RE: [iText-questions] bookmarks

2002-04-15 Thread Paulo Soares
See the tutorial at http://www.lowagie.com/iText. Thaey can be automatic with Chapter or manual with PdfOutline. Best Regards, Paulo Soares -Original Message- From: Pierre-Yves Monnet [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:46 To: [EMAIL PROTECTED] Subject

RE: [iText-questions] Absolute Positioning

2002-04-15 Thread Paulo Soares
Use page events (PdfPageEvent). Best Regards, Paulo Soares -Original Message- From: Ben Sinclair [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 18:27 To: [EMAIL PROTECTED] Subject: [iText-questions] Absolute Positioning I want to do absolute positioning at the same

RE: [iText-questions] Exception parsing XML with Tagmap to generate PDF, then trying to concatenate that to another PDF

2002-04-16 Thread Paulo Soares
It may be an iText problem in extracting the correct bounds of the stream. What version are you using? Can you send me privately the pdfs and the program that concatenate them and generates the exception? Best Regards, Paulo Soares -Original Message- From: Bontempo, David [SMTP:[EMAIL

RE: [iText-questions] Combining characters in Unicode

2002-04-16 Thread Paulo Soares
Character combination must be done before presenting the text to iText. Same for ligatures if needed. Best Regards, Paulo Soares -Original Message- From: Carsten Frewert [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 16:11 To: [EMAIL PROTECTED] Subject: [iText

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

2002-04-16 Thread Paulo Soares
in ByteBuffer.formatDouble() by David Teran [[EMAIL PROTECTED]]. - optimizations in BaseFont for the encoding Cp1252. - several other optimizations. - background color in Chunks and generic annotations. All this at: http://www.geocities.com/itextpdf Best Regards, Paulo Soares

RE: [iText-questions] Similar Document PDFWriter classes in .NET

2002-04-18 Thread Paulo Soares
on how it was done. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 8:02 To: [EMAIL PROTECTED] Subject: [iText-questions] Similar Document PDFWriter classes in .NET Dear Mr. Paulo Soares, My

RE: [iText-questions] release 0.91

2002-04-18 Thread Paulo Soares
I suspect you are missing the hyphenation patterns. Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 13:00 To: [EMAIL PROTECTED] Subject: [iText-questions] release 0.91 I have just released iText0.91

RE: [iText-questions] release 0.91

2002-04-18 Thread Paulo Soares
I didn't read the tutorial... Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 13:27 To: [EMAIL PROTECTED] Subject: RE: [iText-questions] release 0.91 Quoting Paulo Soares [EMAIL PROTECTED]: I

RE: [iText-questions] submitting forms

2002-04-18 Thread Paulo Soares
Now you know why I don't like forms in PDF. Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 14:21 To: Matt Benson Cc: Frank Caputo; [EMAIL PROTECTED] Subject: Re: [iText-questions] submitting forms

RE: [iText-questions] submitting forms

2002-04-18 Thread Paulo Soares
-Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 15:49 To: [EMAIL PROTECTED] Subject: RE: [iText-questions] submitting forms Quoting Paulo Soares [EMAIL PROTECTED]: Now you know why I don't like forms in PDF

RE: [iText-questions] Transparent image not transparent when printed

2002-04-19 Thread Paulo Soares
It's a printer driver problem, iText can do nothing about that. You can merge the two images using JAI, I don't know how but you can ask it in the JAI mailing list. Best Regards, Paulo Soares -Original Message- From: Aaron _ [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 6:44

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
It's impossible to do it with the current model. All the child annotations are placed in the same page as the parent. I'll have to signal that an annotation can be placed in another page (but the page must greater than the current one). It will be ready today or Monday. Best Regards, Paulo

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
Here's the solution and an example on how to use it. Best Regards, Paulo Soares annots.zip -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:25 To: Paulo Soares Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] acro form

RE: [iText-questions] Transparent image not transparent when prin ted

2002-04-19 Thread Paulo Soares
in JAI it's at http://java.sun.com/products/java-media/jai/index.html. Best Regards, Paulo Soares -Original Message- From: Aaron _ [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 16:51 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [iText-questions] Transparent

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
If you happen to create a complex form that you can share the form creation code, please do. Examples are needed in this area. Best Regards, Paulo Soares -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 17:47 To: Paulo Soares Cc: [EMAIL

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
Thanks a lot! Best Regards, Paulo Soares -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 18:00 To: Paulo Soares Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] acro form question Hi, we are using the form feature

Re: [iText-questions] What Do These Errors Indicate?

2002-04-20 Thread Paulo Soares
Send the bad pdf to [EMAIL PROTECTED] Best Regards, Paulo Soares - Original Message - From: Dan Randall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 20, 2002 6:49 Subject: [iText-questions] What Do These Errors Indicate? Hi, I am using iText 0.90 and with some

Re: [iText-questions] form textfield question

2002-04-21 Thread Paulo Soares
I don't think this is possible. The edited text is kept in the appearance, hence there can be only one (just like the Highlander :-)). Best Regards, Paulo Soares - Original Message - From: David Teran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 20, 2002 18:02 Subject

RE: [iText-questions] about TJ operator

2002-04-22 Thread Paulo Soares
Use PdfContentByte.showText(PdfTextArray text). Best Regards, Paulo Soares -Original Message- From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 9:27 To: KuMi Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] about TJ operator Quoting KuMi

RE: [iText-questions] about TJ operator

2002-04-22 Thread Paulo Soares
You are right but it doesn't have to be this way. I attach a new PdfContentByte and PdfTextArray. Best Regards, Paulo Soares tj.zip -Original Message- From: Kumata Mitsugu [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 10:41 To: Paulo Soares Subject: Re: [iText

[iText-questions] RE: Rectangleelement in a PdfPCell

2002-04-22 Thread Paulo Soares
Create a template with the checkbox drawing, create an image with this template and insert this image in the cell. Best Regards, Paulo Soares -Original Message- From: Thomas Kübler [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 14:23 To: Paulo Soares Subject: Re

RE: [iText-questions] leading in pdfpcell

2002-04-22 Thread Paulo Soares
Use zelle.setLeading(0, 1.5f) to start with and then read the javadocs for the method in ColumnText. Best Regards, Paulo Soares -Original Message- From: Thomas Kübler [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 15:52 To: [EMAIL PROTECTED] Subject: [iText-questions

RE: [iText-questions] SVGs in PDf Files

2002-04-22 Thread Paulo Soares
There's no best way without converting first to some supported format. You can try batik or fop to convert it to other format. Best Regards, Paulo Soares -Original Message- From: Joachim F. Petzold [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 16:34 To: iText Mailing List

  1   2   3   4   5   6   7   8   9   10   >