[Podofo-users] Help needed: PoDoFo Fonts

2011-08-10 Thread Balbir Kumar
Hi all, I am new to podofo. I have a basic question. Does PoDoFo cover all fonts type available in PDF or only a subset of it? Looking at the code it seems Type-3 is not implemented. Could someone plz answer whether available fonts in podofo is sufficient for all pdf

[Podofo-users] How to figure out presence/absence of any font data?

2011-11-29 Thread Balbir Kumar
Hi all, If a pdf page doesn't contain any font information( e.g a page with only vectors but no text), I want to skip my font extraction code. I am not able to check presence or absence of font information. Could someone plese help me. Thanks, -Balbir

[Podofo-users] PoDoFo compilation with Visual C++ 2008 Express edition

2015-12-15 Thread Balbir Kumar
\vc2008 in freetype-2.6.2 folder. Could you please suggest how should I write build.cmd for this to work? Thanks, -Balbir Kumar -- ___ Podofo-users mailing list Podofo-users

[Podofo-users] PoDoFo installation in Ubuntu(Linux)

2015-12-31 Thread Balbir Kumar
I compile and installed PoDoFo in Ubuntu. But /usr/include and /usr/lib doesn't have any entry. I need it to work with my programs. Could you please let me know by default where the header file and lib files are installed? And how I can installed them in /usr/include and /usr/lib?

[Podofo-users] Problem Installing podofobrowser

2016-01-08 Thread Balbir Kumar
While installing podofobrowser I am getting following error. Could you please help me. LIBFREETYPE headers: LIBFREETYPE_FT2BUILD_H-NOTFOUND LIBFREETYPE_FTHEADER_H-NOTFOUND LIBJPEG headers: /usr/include CMake Error: The following variables are used in this project, but they are set to NOTFOUND.

[Podofo-users] Unable to locate header files after podofo installation

2016-01-20 Thread Balbir Kumar
I had installed libpodofo-dev from Ubuntu repository. But its not working properly. I had tried to compile and install podofo-0.9.3 as mentioned in README which is successful. But I am not able to locate where header files are installed. I had search /usr/include, /usr/local/include and everywhere

[Podofo-users] podofo couldn't parse the font file

2016-03-31 Thread Balbir Kumar
Hi All, When I call pCurrFont = pDocument->GetFont(pFont); Where pDocument is of type PdfMemDocument *. podofo returns NULL. Is it that podofo cannot parse all type of font file embedded in pdf? Please find the test pdf file attached with this email. Thanks, -Balbir Kumar test2.pdf Descript

Re: [Podofo-users] podofo couldn't parse the font file

2016-03-29 Thread Balbir Kumar
On Fri, Mar 25, 2016 at 4:03 PM, Balbir Kumar <balbir.kumar...@gmail.com> wrote: > Hi All, > > When I call pCurrFont = pDocument->GetFont(pFont); Where pDocument is of > type PdfMemDocument *. > podofo returns NULL. > Is it that podofo cannot parse all type of font fil