[iText-questions] Why does embedding tiff-graphics take so long?

2006-10-05 Thread Michael J. Mueller
Hello, i noticed that embedding tiff-graphics takes a very long time. Even tiff-graphics that are compressed with LZW compression (for which a PDF filter exists) seem to be uncompressed and compressed again when they are included. Thx Michael

[iText-questions] Disabling font embedding does not work

2006-08-11 Thread Michael J. Mueller
Hello, I'm using iText 1.4.3. I load fonts with the FontFactory in the following way: FontFactory.getFont(m_strFontFamily, BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED, m_iFontHeight, iStyle); The result is always the same whether I use BaseFont.NOT_EMBEDDED or BaseFont.EMBEDDED. The font is embed

Re: [iText-questions] Soft-Mask Dictionaries

2006-07-14 Thread Michael J. Mueller
Hello again, On 7/14/06, Michael J. Mueller <[EMAIL PROTECTED]> wrote: > Hello, > > > I cannot figure out how to set the CTM with iText. You can set the > Text Matrix to whatever you want but the CTM? Do I have to insert > literal content? I figured it out. There is no

Re: [iText-questions] Soft-Mask Dictionaries

2006-07-14 Thread Michael J. Mueller
. You can set the Text Matrix to whatever you want but the CTM? Do I have to insert literal content? Michael On 7/12/06, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 11:47 AM 7/12/2006, Michael J. Mueller wrote: > >Guess what? The soft clipping path moved around in Acr

Re: [iText-questions] Soft-Mask Dictionaries

2006-06-28 Thread Michael J. Mueller
a transparency group. I'm only attaching the source code this time as I already posted too many PDFs to this mailing list. The PDF will only be posted on special request. Michael On 6/23/06, Michael J. Mueller <[EMAIL PROTECTED]> wrote: Hello Leonard and Paulo, i did some more exp

[iText-questions] Why does loading of the font Sylfaen return the familyname SylfaenARM?

2006-06-21 Thread Michael J. Mueller
Hello everyone, I'm am loading fonts and comparing the name of the loaded font to make use I got the right font and not a replacement font. For the Font Sylfaen this does not work. I'm am posting the testcode below. Michael FontFactory.registerDirectory("c:/windows/fonts"); Font font = FontFa

Re: [iText-questions] Soft-Mask Dictionaries

2006-05-04 Thread Michael J. Mueller
Hello Paulo, i just checked my mail. On 5/3/06, Paulo Soares <[EMAIL PROTECTED]> wrote: Here it is a simple example. This is exactly what I wanted. Thank you very much. Although I think this isn't iText 101 anymore ;) Michael --- Using Tom

Re: [iText-questions] Soft-Mask Dictionaries

2006-04-27 Thread Michael J. Mueller
Hi Leonard, thanks for the posting an example. I looked at it with a text editor. It is rather complicated. Are you sure that besides using Soft-Mask Images also Soft-Mask Dictionaries are used. I am still trying to cook up a simple example which is not easy because Soft-Mask dictinonaries are ra

Re: [iText-questions] Soft-Mask Dictionaries

2006-04-26 Thread Michael J. Mueller
example? Michael On 4/26/06, Paulo Soares <[EMAIL PROTECTED]> wrote: > Class PdfGState is a dictionary, you can add any keys to it including the > SMask key. To select a graphic state call PdfContentByte.setGState(). > > Paulo > > - Original Message ----- > From: &

Re: [iText-questions] Soft-Mask Dictionaries

2006-04-26 Thread Michael J. Mueller
ready be done. > > Paulo > > ----- Original Message - > From: "Michael J. Mueller" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, April 25, 2006 10:57 AM > Subject: [iText-questions] Soft-Mask Dictionaries > > > Hello > > I could not find sup

[iText-questions] Soft-Mask Dictionaries

2006-04-25 Thread Michael J. Mueller
Hello I could not find support for Soft-Mask Dictionaries in iText (because they aren't implemented yet) Thus I got two questions: 1. Do you intent to implement Soft-Mask Dictionaries? 2. Would you accept a patch for support of Soft-Mask Dictionaries (To be too enthusiastic. I will only have time