Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Mac Fraser
see that in Acrobat document properties.Paulo- Original Message ----- From: "Mac Fraser" <[EMAIL PROTECTED]>To: Sent: Saturday, May 20, 2006 4:13 PMSubject: Re: [iText-questions] Fonts not Embedding properlyYes you are correct that does seem to be working. Did the pdf I sent display

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Mac Fraser
r("c:\\downloads\\efflores.ttf");Font font = FontFactory.getFont("Effloresce",BaseFont.WINANSI, BaseFont.EMBEDDED);doc.add(new Paragraph("Hello Dolly", font));doc.close();Paulo- Original Message - From: "Mac Fraser" <[EMAIL PROTECTED]>To: Sent: Satu

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Mac Fraser
Do you want a compressed or non compressed version of the pdf? I'll also change the test case a little bit so it creates a smaller pdf. MacPaulo Soares <[EMAIL PROTECTED]> wrote: The font embedding is not lost if you save the pdf. Please post the PDF.Paulo- Original Message -----

[iText-questions] Fonts not Embedding properly

2006-05-19 Thread Mac Fraser
Hi, I've been working to resolve this issue for a little while now and have not been able to get it working.   I'm using itext 1.4 within a web application   I am loading a font using the FontFactory and registering the font like this:       FontFactory.register("c:\\windows\\fonts\\

Re: [iText-questions] Urgent-pdf mymeType in Struts- corrupted file.-Help-please.

2004-10-18 Thread mac fraser
eforge.net/mailarchive/message.php?msg_id=2908037 Mac Fraser --- zousey seyzou <[EMAIL PROTECTED]> wrote: > I am trying to generated pdf in struts action Action > class, > in the memeory using ByteArrayOutputStream. > but no matter what > I am getting error message saying th

[iText-questions] Rotating a table 180 degrees?

2004-09-11 Thread mac fraser
page? The only way I can think of doing this is using templates, but is it possible to add a table to the template? Are there other alternatives? Thanks in advance for your help. Mac Fraser __ Do you Yahoo!? New and Improved Yahoo! Mail - Send

Re: [iText-questions] ITEXT PERFORMANCE DIFFERENCE

2003-10-16 Thread Mac Fraser
Which version of the IBM JDK are you using? A few months back we actually uncovered a couple of issues with one of the IBM JDKs-- it did not released memory properly, so the java process ended up using up paging space, this lead to incredibly slow performance..  I honestly cannot remember which J

[iText-questions] preventing multiple get requests from IE while serving up a dynamic pdf documents

2003-01-07 Thread Mac Fraser
the pdf and writing it to the response. Mac Fraser AMENTRA [EMAIL PROTECTED] http://www.amentra.com ___ --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM

Re: [iText-questions] iText, PdfDocument, Swing, AWT Images, JPEG files

2002-02-18 Thread Mac Fraser
there is pdfgo - a java implementation of a pdf viewer - formerly jPDF http://www.pdfgo.com/downloads.html and Adobe has one as well (but last version I saw was pretty old) http://www.adobe.com/products/acrviewer/main.html - not sure if this is the right link a quick search on google should get yo