libharu

Combining two PDF files in C++

In C++ I'm generating a PDF report with libHaru. I'm looking for someway to append two pages from an existing PDF file to the end of my report. Is there any free way to do that? Thanks. ...

Read Pdf with C

I want to be able to read the content of pdf files. I need to do that with C on Linux. The closer i can get to this was here but I think Haru can only create pdf and is not able to read them (not 100% sure). PS: I only need the plain text from pdf ...

how to use haru?

can anyone help me on how to use libharu. i already downloaded libharu and am trying to run their sample demo in dev-c++ environment but the errors a raises. this is the error message: C:\DOCUME~1\ITCPIA~1\LOCALS~1\Temp/ccUDbaaa.o(.text+0x6d):text_demo.c: undefined reference toHPDF_Page_SetRGBStroke'` ...

haru library - adding to my compiler

i already downloaded a haru library but it seems i can't find the lib folder for me to link the library of haru to my compiler (dev c++).. can anyone tell me on what forlder of libharu will be added to my compiler directory for me to not have a 'linker error' when i run the sample demo of haru.. ...

How to draw Thai text to PDF file by using libharu library

Hi, i am using free pdf library libharu to generate PDF file, but i have a encoding problem, i can not draw Thai lanugage text on PDF file, all the text shows "???.." Somebody know how to fix it? Thanks ...

what to use libharu c++ or i text java

i need to create pdf creation server and i don't know what is the best tools to chose java itext engine or c++ libharu , programming is not the problem c++ and java is the same to me . but i need something that will be fast so c++ libharu is good but iText i know its more rebust and complete . are those assumption true? ...

Setting up lib haru in an iPhone project for pdf creation

Hey guys, has anyone ever setup lib haru on the iPhone and can tell me how to get it to work. I know there is a sample project on github (http://github.com/akisute/iPhonePDF) which uses the haru lib for creating a pdf. But I just can not figure out how to get the library to work. What I did so far: First I copied the support folder ...