FET Forum

FET Support (English) => General Stuff => Topic started by: Mejda on May 12, 2012, 04:44:51 PM

Title: How to generate a pdf file?
Post by: Mejda on May 12, 2012, 04:44:51 PM
Hello,
i ask if we can with FET generate timetables in pdf formes and how I do this.
thank you  :)
Title: Re: How to generate a pdf file?
Post by: Volker Dirr on May 12, 2012, 05:16:13 PM
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/

Title: Re: How to generate a pdf file?
Post by: Mejda on May 12, 2012, 09:29:54 PM
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   :)
Title: Re: How to generate a pdf file?
Post by: Mejda on May 12, 2012, 09:32:09 PM
Sorry,
I forget to informe that I am in linux :)
Title: Re: How to generate a pdf file?
Post by: Volker Dirr on May 13, 2012, 12:02:31 AM
You can use tools like html2pdf or HTMLDOC for that.