RE: [iText-questions] Embedding fonts in an EXISTING document

2005-04-18 Thread Paulo Soares
It might help to see one of those files. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Philip Kaplan > Sent: Friday, April 15, 2005 6:22 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions]

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-17 Thread Bear Giles
Leonard Rosenthol wrote: At 04:08 PM 4/15/2005, Philip Kaplan wrote: Can you point me toward an iText class or (cross fingers) an example of how I could do a full embed with an existing document? Start with the code that does the duplicate subset locating/fixing and the code that loads fo

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Leonard Rosenthol
At 04:08 PM 4/15/2005, Philip Kaplan wrote: Can you point me toward an iText class or (cross fingers) an example of how I could do a full embed with an existing document? Start with the code that does the duplicate subset locating/fixing and the code that loads font from the JVM/OS... Leo

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Philip Kaplan
That sounds great. :-) While it is certainly not as efficient, I would be more than willing to live with the result. My problem is that I did not author the document and cannot change its visible content...but i can modify it to just embed a font or two. Can you point me toward an iText class or

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Leonard Rosenthol
At 03:30 PM 4/15/2005, Philip Kaplan wrote: How does one do a "full embed"? I know the name of the font that I need to get into each document. Full embed means that you are simply copying the ENTIRE font file (foo.ttf, etc.) into the PDF verbatum. As opposed to a subset embed, where yo

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Philip Kaplan
How does one do a "full embed"? I know the name of the font that I need to get into each document. Pk --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which p

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Philip Kaplan
Hmm...well, the fonts in question are Cyrillic, so i am assuming that they are single byte. All that said, I understood about 50% of your message at best Paolo. :-) --- SF email is sponsored by - The IT Product Guide Read honest & candid review

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Leonard Rosenthol
At 12:50 PM 4/15/2005, Philip Kaplan wrote: BTW, I pretty much know which fonts I want to embed. It is a well known set. Perhaps I phrased my original question too generically previously. IF all of the fonts are English/Roman fonts, AND they are only used by standard page content - THEN

RE: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Paulo Soares
, and that's not always true. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Leonard Rosenthol > Sent: Friday, April 15, 2005 5:38 PM > To: Philip Kaplan; itext-questions@lists.sourceforge.net > Subject: Re: [iText-q

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Philip Kaplan
Ahh, bummer, BUT EXCELLENT response..thank you very much. BTW, I pretty much know which fonts I want to embed. It is a well known set. Perhaps I phrased my original question too generically previously. Thanks much again. Pk --- SF email is

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Leonard Rosenthol
At 12:31 PM 4/15/2005, Philip Kaplan wrote: Thanks Leonard. I am still surprised, however, that I could not walk a document page by page and interrogate the page to determine which fonts are in use... Well, it's a bit trickier than that - since you not only have to do it page by page - bu

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Philip Kaplan
Thanks Leonard. I am still surprised, however, that I could not walk a document page by page and interrogate the page to determine which fonts are in use...and then embed them (sort of a hybrid of the merge document example). Has anyone else every tried this approach? Paolo? :-) Pk On 4/14/

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-15 Thread Leonard Rosenthol
At 05:38 PM 4/14/2005, Philip Kaplan wrote: Wow...that surprises me. Is anyone aware of which commercial products can perform this function? PDF Enhancer - http://www.pdfenhancer.com PitStop - http://www.enfocus.com Asura - http://www.onevision.com Leonard -

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-14 Thread Philip Kaplan
Wow...that surprises me. Is anyone aware of which commercial products can perform this function? Thanks. pk On 4/14/05, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 02:25 PM 4/14/2005, Philip Kaplan wrote: > >Is it possible to use iText to embed fonts in an existing document > >that did N

Re: [iText-questions] Embedding fonts in an EXISTING document

2005-04-14 Thread Leonard Rosenthol
At 02:25 PM 4/14/2005, Philip Kaplan wrote: Is it possible to use iText to embed fonts in an existing document that did NOT embed them? No. There are, however, a couple of commercial solutions that can do this... Leonard

[iText-questions] Embedding fonts in an EXISTING document

2005-04-14 Thread Philip Kaplan
Is it possible to use iText to embed fonts in an existing document that did NOT embed them? I have a system that interfaces with a third-party system that generates PDFs without embedding fonts. Unfortunately, many of the fonts are unusual and may not be available on the client system. Thus, I w