Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
we have to write total file into pdf format by using c language, this is very important to my project.thanks if any solutions found.

What I have tried:

we have tried by FOPEN("data.pdf","a+"), but not able to see in the format of pdf,
can anybody done this before or is it possible in C/CPP?
Posted
Updated 5-Apr-20 4:13am

1 solution

You can use third party libraries to create pdfs.
Please check following links for further details-
PDFlib 6[^]
GitHub - libharu/libharu: libharu - free PDF library[^]
JagPDF - PDF Generation Library[^]

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900