How to generate a pdf file?

Started by Mejda, May 12, 2012, 04:44:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mejda

Hello,
i ask if we can with FET generate timetables in pdf formes and how I do this.
thank you  :)

Volker Dirr

Hallo,

i changed the subject of your message. Please write expedient subjects next time.

you can generate pdf file just by "printing" them into a file instead of "printing" to a printer.
just "print" if you are a linux user.
if you are a windows user you need to install a pdf printer driver.
for example:
pdfcreator: http://sourceforge.net/projects/pdfcreator/?source=directory
and
freepdf: http://freepdfxp.de/


Mejda

hello,
I want do the generation of time tables in pdf forme with a C++ code not bay a printer exactly I want read html file generated with FET and transforme them to pdf   :)

Mejda

Sorry,
I forget to informe that I am in linux :)

Volker Dirr

#4
You can use tools like html2pdf or HTMLDOC for that.