can anyone help me on how can i create a pdf file using turbo c? (e.g typing something and save it as .pdf)
views:
150answers:
2
+1
A:
You'll be better of with an external library for that, like Haru.
Kornel Kisielewicz
2010-01-26 09:55:51
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
2010-01-27 05:00:30
most libraries usually consist sample code. try download library and see in.
vitaly.v.ch
2010-01-27 08:46:53
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
2010-01-28 05:51:09
You do not link some libraries. Try google It or start new question
vitaly.v.ch
2010-01-29 08:56:27