Re: [iText-questions] can I compress a image or make GIF transparent

2002-09-03 Thread Bruno
Quoting yangll <[EMAIL PROTECTED]>: > 1.Can I compress image in pdf ( set the compress rate ) , so I can decrease > the size of the pdf file. > 2.Can I choose to make a transparent GIF keep transparent background or > not? Please read Chapter 6 of the tutorial. Bruno

RE: [iText-questions] Can you make the print of PDF file darker?

2002-09-03 Thread Hom, Margaret
Hi Bruno, Thanks for the advise. I later realized that I used parameter (0,64,64) which is grey color for the Color() class . Once I changed the parameters to (0,0,0) which is black, the print out is dark enough. Margaret -Original Message- From: Bruno [mailto:[EMAIL PROTECTED]] Sent:

[iText-questions] can I compress a image or make GIF transparent

2002-09-03 Thread yangll
1.Can I compress image in pdf ( set the compress rate ) , so I can decrease the size of the pdf file. 2.Can I choose to make a transparent GIF keep transparent background or not? thanks!

[iText-questions] Formatting page number

2002-09-03 Thread Cinzia
What is the easiest way to format a page number when HeaderFooter( "page ", true )? Thanks --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge

RE: [iText-questions] Applets and Printers

2002-09-03 Thread Leonard Rosenthol
At 3:08 PM +0200 9/3/02, David González Blanco wrote: >In the user's browser. > The only way to do it w/o it appearing in the user's browser is to have them install a custom browser plugin and use a custom MIME type that will do the right thing. Other than that, the only option

[iText-questions] Example of table as header

2002-09-03 Thread Peter Gales
Can someone please post an example of a header utilizing a table with an image in it such that the header would look like:   imagetext text

RE: [iText-questions] Encoding used by DefaultFontMapper

2002-09-03 Thread Paulo Soares
See the example free_chart.java in my site. You have now also the option of creating a PdfGraphics2D that will produce the fonts as shapes; the font mapper is not needed. Best Regards, Paulo Soares > -Original Message- > From: Erwin Achermann [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, Sep

[iText-questions] Encoding used by DefaultFontMapper

2002-09-03 Thread Erwin Achermann
Hi iText'ers, I came across the following problem: printing Unicode with (Graphics2D)g.drawString() works fine on screen for all unicodes, but not using PdfGraphics2D class. I figured that this is due to the fact that the DefaultFontMapper used in PdfGraphics2D uses the font encoding CP1252. N

RE: [iText-questions] Applets and Printers

2002-09-03 Thread David González Blanco
In the user's browser. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Leonard Rosenthol Enviado el: martes, 03 de septiembre de 2002 14:56 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: Re: [iText-questions] Applets and Printers At 9:29 AM +0200 9/3

Re: [iText-questions] Applets and Printers

2002-09-03 Thread Leonard Rosenthol
At 9:29 AM +0200 9/3/02, David González Blanco wrote: >Can i print a PDF directly without preview in an applet?. > On the server or in the user's browser? Leonard -- --- Leonard Rosenthol

[iText-questions] Table - Holding Blocks together

2002-09-03 Thread Sascha . Oehl
I have a table with, for example, 100 rows. I want to hold some rows together on a page. Is there a possibility to switch on / off a block to hold it together or is it needed to work with nested tables? When i try it with nested tables, there is always a cell inserted before the table... Bye

[iText-questions] Applets and Printers

2002-09-03 Thread David González Blanco
Hi everybody. Can i print a PDF directly without preview in an applet?. Thanks in advance. --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourcefor