Re: [Podofo-users] Getting PdfVariant more DRY with const_cast

2016-03-19 Thread Matthew Brincke
On Thu, 2016-02-18 at 08:36 +, zyx wrote: > On Wed, 2016-02-17 at 23:32 +, Matthew Brincke wrote: >> the attached is for removing some duplications in PdfVariant >> with the help of const_cast. > >Hi, Hi, sorry for the long (almost a month of 30 days) delay. I had some problems wit

[Podofo-users] Destination with Pdf Name object

2016-03-19 Thread Jaseem Ali K T
Hi All As per Pdf Reference destinations can be either explicit, in which case the data type used would be array, or named , in which case the data type would either string or PdfName. I checked PoDoFo destination class. It seems to be only supporting string and array. Any reason why this is th

Re: [Podofo-users] Font Subsetting in PDF 1.0, 1.1 and 1.2

2016-03-19 Thread Leonard Rosenthol
Why would you ever want to make a PDF 1.0, 1.1 or 1.2 in 2016?? But the answer is YES, fonts (and font subsetting) DO work differently in some of those versions. Consult the specific specifications for some of the details. Leonard From: Jaseem Ali K T mailto:jaseemal...@hcl.com>> Date: Wednesd

[Podofo-users] Font Subsetting in PDF 1.0, 1.1 and 1.2

2016-03-19 Thread Jaseem Ali K T
Hi All Font subsetting seems to be not working in PDF files with versions 1.0 , 1.1 and 1.2. In other words the function CreateFontSubset() is not working properly. But CreateFont() is working fine. Is this because font subsetting cannot be implemented(or works differently) in the above mentio