Tom Posted July 21, 2012 Posted July 21, 2012 Hi W3Schools - Team, One Month ago, I decided to create my own homepage. During my studies at w3schools.com I sit in front of my laptop and read, change window, type, change window, read, change window, type... After one day I wish to have all references as pdf-document for printing, but I can't found anyone. So my suggestion:All refernces as PDF-document for printing.
Krewe Posted July 22, 2012 Posted July 22, 2012 Go ahead and make it. You could make it for your own reference.
Tom Posted July 22, 2012 Author Posted July 22, 2012 I would, but there is a Copyright. Copyright InformationAll pages and graphics on this web site are the property of the company Refsnes Data.Pages, code or other content from W3Schools may not be redistributed or reproduced in any way, shape, or form without the written permission of Refsnes Data.Failure to do so is a violation of copyright laws.
boen_robot Posted July 22, 2012 Posted July 22, 2012 The copyright applies if you publish that reference.If you just generate it yourself by whatever means, and keep it to yourself, there's no problem.
Tom Posted July 22, 2012 Author Posted July 22, 2012 That's correct, but if I would wrote this Refs as PDF, I would publish them. I think, others need these PDF's or parts of them too. And why not generate a PDF as copy of the websites by Refsnes Data. They change the websites if there will be updates, so it's easy to update the PDF's, isn't it?
Ingolme Posted July 22, 2012 Posted July 22, 2012 They don't want to provide downloads of their tutorials because the advertising on their page is important to them. I believe they have that written somewhere.
ShadowMage Posted July 23, 2012 Posted July 23, 2012 Can't tell you the number of times this has been suggested and shot down...It's a great idea, but the owners won't go for it (quite likely for the reasons Ingolme mentions).
kanchatchai Posted July 25, 2012 Posted July 25, 2012 http://www.fpdf.org/http://www.fpdf.org/en/tutorial/tuto1.htm
kanchatchai Posted July 25, 2012 Posted July 25, 2012 Or use<script type="text/javascript">function printpage() { window.print() }</script> <input type="image" src="printer.png" alt="[Print]" onclick="printpage()" />
Recommended Posts
Archived
This topic is now archived and is closed to further replies.