Re: [iText-questions] Default Font Mapper with font cache

2010-08-29 Thread Hans Oesterholt-Dijkema
I've added the detection of removed fontnames. Op 29-08-10 11:11, Hans Oesterholt-Dijkema schreef: L.S., I've written an extension of DefaultFontMapper that caches fonts in a hashtable. It needs some changes in DefaultFontMapper. Both implementations are attached. Best regards, Hans Oeste

[iText-questions] Default Font Mapper with font cache

2010-08-29 Thread Hans Oesterholt-Dijkema
L.S., I've written an extension of DefaultFontMapper that caches fonts in a hashtable. It needs some changes in DefaultFontMapper. Both implementations are attached. Best regards, Hans Oesterholt. package net.oesterholt.jxmlnote.report.pdf; import java.io.File; import java.io.FileInputStre

RE: [iText-questions] default font

2005-11-16 Thread Paulo Soares
Title: [iText-questions] default font That's not possible. From: [EMAIL PROTECTED] on behalf of Kumar, KarthikSent: Wed 16-Nov-05 22:42To: itext-questions@lists.sourceforge.netSubject: [iText-questions] default font Hi everyone,How can I change the "default" font in

[iText-questions] default font

2005-11-16 Thread Kumar, Karthik
Hi everyone, How can I change the "default" font in itext, so that whatever I add to a document after that, uses this font? Can someone please help me? Regards, -Karthik --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Toda

[iText-questions] Default font

2005-10-04 Thread Alexander Thiele
Hi list, is there a way to set a default font for a document, so that high level text objects will use it as there default? thank you Alexander -- Alexander Thiele Chief Technology Officer [EMAIL PROTECTED] mobil: 01 79 / 1 19 27 68 TAUTOLOGIX Kurt-Schumacher-Strasse 51 04105 Leipzig

Re: [iText-questions] Default font in PDF

2004-12-08 Thread Paulo Soares
The default font can't be changed but you can extend some classes to change the font. - Original Message - From: "Jerry Heinz" <[EMAIL PROTECTED]> To: "itext-questions" <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 20:21 Subject: [iText-qu

[iText-questions] Default font in PDF

2004-12-08 Thread Jerry Heinz
mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:23 AM To: Jerry Heinz Subject: RE: [iText-questions] Default font in PDF At 11:50 AM 12/8/2004, Jerry Heinz wrote: >So it would be correct to say that instead of the *document* defaulting >to Helvetica, each *element* defaults to

[iText-questions] Default font in PDF

2004-12-08 Thread Jerry Heinz
It seems that by default, a PDF is printed in Helvetica. Is it possible to set (at a document-level) this font to another value? If so, how can I do this? If not, are there any suggestions on a simpler (more fool-proof) method of setting a default font (rather than setting the font in every PDF e

Re: [iText-questions] Default font in PDF

2004-12-08 Thread Leonard Rosenthol
At 11:11 AM 12/8/2004, Jerry Heinz wrote: It seems that by default, a PDF is printed in Helvetica. There is no such thing as a "default font" in a PDF. EVERY TEXT OBJECT has an associated font If not, are there any suggestions on a simpler (more fool-proof) method of setting a

[iText-questions] Default font

2004-01-26 Thread Reynaldo S. Tamayo
hi, is there anyone who knows how to set default font on PDF document? tanks. jun --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity.

[iText-questions] Default font for HTML parsing

2002-03-17 Thread Painter, Matthew
Hi, I'm trying to embed a chunk of HTML code in a PDF document and am having difficulties changing the default font. The XML that I'm sending the parser is the following: Moo! However, this results in no corresponding output in the PDF document. The code I'm using is as follows: String htm