views:

150

answers:

2

can anyone help me on how can i create a pdf file using turbo c? (e.g typing something and save it as .pdf)

+1  A: 

You'll be better of with an external library for that, like Haru.

Kornel Kisielewicz
A: 

poppler is good choice

vitaly.v.ch
I'm just a beginner in c language. Can anyone help me on how to use libharu? And can you give me a sample code?
mark
most libraries usually consist sample code. try download library and see in.
vitaly.v.ch
i already downloaded libharu.. can you help me how to use it? i'm trying to run their sample demo in dev-c++ but it was committed an errors. this is the error message: C:\DOCUME~1\ITCPIA~1\LOCALS~1\Temp/ccUDbaaa.o(.text+0x6d):text_demo.c: undefined reference to `HPDF_Page_SetRGBStroke'.. how can i resolve this kind of error?
mark
You do not link some libraries. Try google It or start new question
vitaly.v.ch