[Podofo-users] Bug in PdfVecObjects

2016-11-30 Thread Dependahl, Hendrik
Good morning dear podofo-community, I am quite new to Podofo, but In the last weeks I spend a lot of time with PDF generation. I found an error in the call "PdfVecObject" affecting the use of PdfStreamed documents in combination with XObjects. Problem: I tried to put a PDF-Document inside my

Re: [Podofo-users] Bug in PdfVecObjects

2016-11-30 Thread zyx
On Wed, 2016-11-30 at 08:41 +, Dependahl, Hendrik wrote: > I found an error in the call “PdfVecObject” > affecting the use of PdfStreamed documents in combination with > XObjects. > > ... >   > Inside the PdfVecObjects-the call must look like: >   > unsigned int difference = static_cast

[Podofo-users] Rich text

2016-11-30 Thread Pantxo Diribarne
Hi, Is there somewhere an example of how to handle rich text. By this I mean: * add or modify an existing dictionary so that it includes non ascii characters written in whatever encoding * individual glyph positioning in a string such as what the TJ operator does Thanks in advance. Pantxo

Re: [Podofo-users] Adding text to an existing document

2016-11-30 Thread Pantxo Diribarne
2016-11-28 23:34 GMT+01:00 Pantxo Diribarne : > > > 2016-11-28 15:47 GMT+01:00 Pantxo Diribarne : > >> Hi, >> >> I have pdf documents which are generated using gl2ps [1], on which I >> would like to superimpose text. >> >> As a first test, I

Re: [Podofo-users] Adding text to an existing document

2016-11-30 Thread zyx
On Wed, 2016-11-30 at 11:30 +0100, Pantxo Diribarne wrote: > Ok I finally found what was wrong: the current color of the document > (wherever the text was iserted) was white. I just had to use > Painter::SetColor and the newly added text appeared. Hi, nice. It seems that is sometimes