Re: [iText-questions] Font subsets document

2012-02-15 Thread Leonard Rosenthol
iText here; Leonard Rosenthol Subject: Re: [iText-questions] Font subsets document Ok clear, I wonder only how font extraction from a pdf would go. This would also result in fonts without all the glyphs I think. In Word 2007 the option to embed the font or have subsets (characters being used) is

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
Raamsdonk [mailto:peet...@hotmail.com] Sent: Wednesday, February 15, 2012 1:42 PM To: Leonard Rosenthol; Post all your questions about iText here Subject: Re: [iText-questions] Font subsets document I meant combine, all subset parts which belong to a certain font contain all the glyphs (with original

Re: [iText-questions] Font subsets document

2012-02-15 Thread Leonard Rosenthol
questions about iText here Subject: Re: [iText-questions] Font subsets document I meant combine, all subset parts which belong to a certain font contain all the glyphs (with original text). Text; hello world subset 1 contains hello subset 2 contains world Regards Peter On 15 feb 2012, at 19:1

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
doesn’t have the glyphs you need??! From: Peter van Raamsdonk [mailto:peet...@hotmail.com] Sent: Wednesday, February 15, 2012 12:49 PM To: Post all your questions about iText here; Leonard Rosenthol; Vahid Nasiri Subject: Re: [iText-questions] Font subsets document I hoped the FontSelector what

Re: [iText-questions] Font subsets document

2012-02-15 Thread Leonard Rosenthol
o.com<mailto:vahid_nas...@yahoo.com>; Leonard Rosenthol; itext-questions@lists.sourceforge.net<mailto:itext-questions@lists.sourceforge.net> Subject: RE: [iText-questions] Font subsets document I finally understand a bit, Word 2007 embedded subsets of the fonts used. Calibri subset (ABC

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
; itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] Font subsets document I finally understand a bit, Word 2007 embedded subsets of the fonts used. Calibri subset (ABCDEE) Verdana,Bold subset (ABCDEE) Verdana subset (ABCDEE) Verdana subset (ABCDEE) I created a font of the

Re: [iText-questions] Font subsets document

2012-02-15 Thread Leonard Rosenthol
@lists.sourceforge.net Subject: RE: [iText-questions] Font subsets document I finally understand a bit, Word 2007 embedded subsets of the fonts used. Calibri subset (ABCDEE) Verdana,Bold subset (ABCDEE) Verdana subset (ABCDEE) Verdana subset (ABCDEE) I created a font of the basefont not containing

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
net Subject: Re: [iText-questions] Font subsets document Hello, MS-Word uses "Font Fallback" mechanism to show "missing glyphs" of your selected font. more info: http://msdn.microsoft.com/en-us/goglobal/bb688134 iText/Sharp has the same capability which is defined in FontSelect

Re: [iText-questions] Font subsets document

2012-02-13 Thread Leonard Rosenthol
800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] Font subsets document Hi Paulo, I see the problem lies with the font style. Test.rtf (Test.pdf) has underline and bold style with first word (Verdana bold embedded font). Even though I select the n

Re: [iText-questions] Font subsets document

2012-02-12 Thread Peter van Raamsdonk
I will post the document/ code tomorrow. Peter On 12 feb 2012, at 01:26, Paulo Soares wrote: Post the document and your code so that the problem can be reproduced. Paulo - Original Message - From: Peter van Raamsdonk To: Post all your questions about iText here Sent: Saturday, Februar

Re: [iText-questions] Font subsets document

2012-02-11 Thread Paulo Soares
Post the document and your code so that the problem can be reproduced. Paulo - Original Message - From: Peter van Raamsdonk To: Post all your questions about iText here Sent: Saturday, February 11, 2012 8:23 AM Subject: [iText-questions] Font subsets document Morning all,

Re: [iText-questions] Font subsets document

2012-02-11 Thread Peter van Raamsdonk
Hi, The original text in the pdf is shown without missing glyphs, the text is nothing special or with unicode characters. I don't understand why adding the same text gives problem with the selected font. My goal is to use the original text in the pdf and replace some certain parts of text

Re: [iText-questions] Font subsets document

2012-02-11 Thread Vahid Nasiri
Hello, MS-Word uses "Font Fallback" mechanism to show "missing glyphs" of your selected font. more info: http://msdn.microsoft.com/en-us/goglobal/bb688134 iText/Sharp has the same capability which is defined in FontSelector class. Here you can define your "Font Substitution" strategy and then cal