[iText-questions] Re: RE: BaseFont and ligature

2005-06-27 Thread Markus Pallo
BaseFont has nothing to do with it. You must replace the characters in your text for the ligatures. -Original Message- From: itext-questions-admin lists.sourceforge.net [mailto:itext-questions-admin lists.sourceforge.net] On Behalf Of Markus Pallo Sent: Monday, June 27

[iText-questions] BaseFont and ligature

2005-06-27 Thread Markus Pallo
Somebody thought extending BaseFont for usage of ligature mappings, which are contained in some font files (type1 for example or opentype) ? We are writing a document editor and we use iText to create pdf files and i want to use some classes of iText to create java gui with typesetting feature

Re: [iText-questions] Thumbnails from PDF

2002-03-20 Thread Markus Pallo
Hello, we use imagemagick (convert) and ghostscript. www.imagemagick.org They also have a Java Wrapper. Markus On Wednesday 20 March 2002 12:13, Birkelbach, Carsten wrote: > Is there a way using iText to generate a thumbnail ( jpeg, gif or png ) > from an existing PDF? > > If this isn't

[iText-questions] Re: XML and Template

2002-03-07 Thread Markus Pallo
Hello, sorry for again more questions... On Friday 01 March 2002 12:58, you wrote: > Markus Pallo writes: > > How can i get the size of the document ? > > You define the pageSize yourself when you create the document > (this is the object you are passing to the SAXiTextHandl

Re: [iText-questions] Re: XML and Template

2002-02-28 Thread Markus Pallo
report, or something like this in letter format. Markus > > Subject: [iText-questions] Re: XML and Template > Date: Wed, 20 Feb 2002 08:47:32 GMT > From: [EMAIL PROTECTED] > To: Markus Pallo <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > > Hello, > > I just an

[iText-questions] XML and Template

2002-02-19 Thread Markus Pallo
Hello, i am generating a new Document and adding several Templates to a page (cb.addTemplate). After i did this i want to place some fixed positioned text with the help of the XMLParser. Can i place text fixed positioned via the XMLParser ? i have not seen it in the dtd how ? Thanks Marku