vote up 0 vote down star

Reading the online MSDN docs is a great way to learn more about .NET and other MS technologies. However sometimes I need to read it in an offline mode, like when using an eReader.

Is there a tool, software or some code which can be used to download a section of the MSDN library and convert it to a pdf, by starting from a url in the msdn docs?

Say i want to download the whole section about WCF and the tool would, intelligently, download that part of the MSDN and convert it to pdf? The hyperlinks in the docs need not be followed. They usually point to other subsections in the main section and they will get downloaded during the process.

flag

8% accept rate

2 Answers

vote up 0 vote down

See the answers on this forum. May be of help to you.

link|flag
thanks. iam looking for a site grabber but which can work on msdn and suck in sections as needed by figuring out its context based on their location in the treeview in the left pane. iam hoping someone thought of this already and created a custom solution. – Abdu Apr 21 at 0:12
vote up 0 vote down

For single entries you can:

Install PDFCreator from http://sourceforge.net/projects/pdfcreator/

It will then give you a virtual printer driver, that will appear like a normal printer.

From your print option in your browser print your document to a pdf file (or actually any of the other formats on offer).

Don't know any easy way to grab larger subsections.

If you printed multiple sections this way you could then merge them together into a single pdf by using http://www.accesspdf.com/pdftk/.

link|flag
i already thought of this but it is too time consuming. that is why i asked for something more intelligent to do it in a single operation. probably needs custom programming. thanks. – Abdu Apr 21 at 0:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.