RE: [iText-questions] Embedded fonts when using PdfStamper...

2004-02-06 Thread Paulo Soares
Title: RE: [iText-questions] Embedded fonts when using PdfStamper... Send me the pertinent parts of your code and I'll see what can be done. An alternative would be to use DocumentFont just to get the metrics and write the text with PdfContentByte.setLiteral(). Best Regards, Paulo S

Re: [iText-questions] Embedded fonts when using PdfStamper...

2004-02-05 Thread Christer Sandberg
bject: * Re: [iText-questions] Embedded fonts when using PdfStamper... Thank you for the reply! I'm currently hired as a consultant by the Swedish Election Authority and we're about to switch to using iText for all the reports produced here (ballot papers, ele

Re: [iText-questions] Embedded fonts when using PdfStamper...

2004-02-04 Thread Christer Sandberg
Thank you for the reply! I'm currently hired as a consultant by the Swedish Election Authority and we're about to switch to using iText for all the reports produced here (ballot papers, election results etc) from FOP. We want to use a template (produced in Adobe InDesign for example) and use iT

RE: [iText-questions] Embedded fonts when using PdfStamper...

2004-02-04 Thread Paulo Soares
Title: RE: [iText-questions] Embedded fonts when using PdfStamper... Have a look at AcroFields.getAppearance() and DocumentFont. Best Regards, Paulo Soares -Original Message- From:   Christer Sandberg [SMTP:[EMAIL PROTECTED] Sent:   Wednesday, February 04, 2004 16:11 To

RE: [iText-questions] Embedded fonts when using PdfStamper...

2004-02-04 Thread Paulo Soares
Title: RE: [iText-questions] Embedded fonts when using PdfStamper... The tools are there and are used with external form field fonts. To use it for the content shouldn't be too difficult but I haven't thought about it. Best Regards, Paulo Soares -Original Message- From