SFML community forums

General => SFML website => Topic started by: AK-47 on August 14, 2013, 10:21:04 am

Title: PDF version of the tutorials
Post by: AK-47 on August 14, 2013, 10:21:04 am
Hello Everyone, I'm new to SFML and I begin to like this library (awesome work Laurent  8)),
So as the title suggest why there is no PDF version for the SFML official tutorials!? I need one because I can't be always online.
Thanks.
Title: Re: PDF version of the tutorials
Post by: Nexus on August 14, 2013, 10:24:00 am
Why don't you download the tutorial sites?
Title: Re: PDF version of the tutorials
Post by: Laurent on August 14, 2013, 10:32:35 am
http://pdfcrowd.com/
Title: Re: PDF version of the tutorials
Post by: AK-47 on August 14, 2013, 10:39:15 am
@Nexus
I can do it but putting a pdf version is going to be useful and time saving for many people. Don't you think?
@Laurent
Thank you but as I said it's going to be useful to put a pdf version in the website so everyone can download it
Title: Re: PDF version of the tutorials
Post by: eXpl0it3r on March 12, 2015, 08:38:57 am
It's not perfect, but should serve your purpose: SFML 2.2 Tutorial (http://my-gate.net/pub/SFML%202.2%20-%20Tutorials.pdf)
Title: Re: PDF version of the tutorials
Post by: Jesper Juhl on March 12, 2015, 09:00:16 am
putting a pdf version is going to be useful and time saving for many people. Don't you think?
I don't see how it's much more timesaving than just downloading the online tutorials for off-line viewing.
It takes (literally) 5 seconds to do:

$ time wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://www.sfml-dev.org/tutorials/2.2/
...
real    0m5.235s
user    0m0.043s
sys     0m0.046s

and then you can just launch a browser on your local copy:
$ firefox file://$(pwd)/www.sfml-dev.org/tutorials/2.2/index.html