Re: [Podofo-users] DrawText & Unicode

2017-06-19 Thread zyx
On Sun, 2017-06-18 at 19:33 +0200, F. E. wrote: > Is there anything I can do except downloading a font, > because this is not an option, the code should work without > installing additional things. Hi, it's more about used encoding, than about font (of course, the font should have the nece

Re: [Podofo-users] DrawText & Unicode

2017-06-19 Thread Jaseem Ali K T
Hi Which OS are you using?(assuming the latest podfo is being used) Do you have "Arial MS Unicode" installed in your system? If “Arial MS Unicode” is not installed please use some other font, which supports all Unicode characters. Also please set the encoding to identity encoding. Regards Ali F

Re: [Podofo-users] DrawText & Unicode

2017-06-19 Thread F. E.
First of all, thanks for the swift response :). I applied the identity encoding, which does not resolve my issue, but it still improved the output ("unknown character" symbols are now written, before there was nothing). The font seems not to be installed on my system (which is strange, since I re

Re: [Podofo-users] Removing Embedded Attachments and File Annotations

2017-06-19 Thread Leonard Rosenthol via Podofo-users
As far as PDF 1.7 (ISO 32000-1) is concerned, that will handle both of the defined locations for embedded files – though not necessary other places that embedded filestreams can be used. For PDF 2.0 (ISO 32000-2), there are many more potential places that embedded file streams can exist. Leona

Re: [Podofo-users] DrawText & Unicode

2017-06-19 Thread Leonard Rosenthol via Podofo-users
PoDoFo doesn’t support subsetting a font (that’s the term for partial embedding). Please feel free to contribute. Leonard From: "F. E." Date: Monday, June 19, 2017 at 11:25 AM To: "podofo-users@lists.sourceforge.net" Subject: Re: [Podofo-users] DrawText & Unicode First of all, thanks for the

Re: [Podofo-users] DrawText & Unicode

2017-06-19 Thread zyx
On Mon, 2017-06-19 at 16:12 +, Leonard Rosenthol via Podofo-users wrote: > PoDoFo doesn’t support subsetting a font Hi, that is not accurate. See: https://sourceforge.net/p/podofo/code/HEAD/tree/podofo/trunk/src/doc/PdfFont.h?#l230 respectively: https://sourceforge.net/p/podofo/code/HE

Re: [Podofo-users] DrawText & Unicode

2017-06-19 Thread Jaseem Ali K T
Hi F.E As zyx pointed out can you try creating font using CreateFontSubset(), If you face any problems try calling EmbedSubsetFonts() at last Regards Ali -Original Message- From: zyx [mailto:z...@litepdf.cz] Sent: 20 June 2017 11:49 To: podofo-users@lists.sourceforge.net Subject: Re: [