473,517 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MSDN help in in pdf/doc format?

Is there a way to convert a section of the MSDN .NET help to pdf format? I
would like to read these on my eReader.

John Dalberg
Jun 8 '07 #1
6 7329
Install virtual PDF printer like PDF4Free (http://www.pdfpdf.com/
pdf4free.html) or Jaws PDF. Then after opening MSDN content right
click on it and choose "Print...". Select Virtual PDF printer and
click Print. Software will ask you for a resulting PDF location and on
the end will make you a PDF there

HTH :)
..
John Dalberg wrote:
Is there a way to convert a section of the MSDN .NET help to pdf format? I
would like to read these on my eReader.

John Dalberg
Jun 8 '07 #2
On Jun 8, 5:13 pm, "Miroslav Stampar [MCSD.NET / Security+]"
<miroslav.stam...@gmail.comwrote:
Install virtual PDF printer like PDF4Free (http://www.pdfpdf.com/
pdf4free.html) or Jaws PDF. Then after opening MSDN content right
click on it and choose "Print...". Select Virtual PDF printer and
click Print. Software will ask you for a resulting PDF location and on
the end will make you a PDF there

HTH :)
.

John Dalberg wrote:
Is there a way to convert a section of the MSDN .NET help to pdf format? I
would like to read these on my eReader.
John Dalberg- Hide quoted text -

- Show quoted text -
I was using pdf995(http://www.pdf995.com) for the same. Thanks
Miroslav for updating.

Jun 8 '07 #3
Hi,

If you have one of the several products that install a PDF Printer you can
select print and select that printer

"John Dalberg" <no****@nospam.ssswrote in message
news:20*******************@newsreader.com...
Is there a way to convert a section of the MSDN .NET help to pdf format? I
would like to read these on my eReader.

John Dalberg

Jun 8 '07 #4
"Miroslav Stampar [MCSD.NET / Security+]" <mi**************@gmail.com>
wrote:
Install virtual PDF printer like PDF4Free (http://www.pdfpdf.com/
pdf4free.html) or Jaws PDF. Then after opening MSDN content right
click on it and choose "Print...". Select Virtual PDF printer and
click Print. Software will ask you for a resulting PDF location and on
the end will make you a PDF there
Thanks but this will print one page at a time. Very time consuming. I want
to read MSDN like a book, many pages in a signle pdf file. Ideally I want a
solution where I right click on a topic in the left pane, and it
automatically prints the topic with all the subtopics in a single pdf.

Maybe I have to program this myself. Start with a url from the table of
contents in the msdn and scrape the html and print to pdf every html page
for every subtopic recursively. Then assemble all the pdf's to a single
pdf.

Any better ideas?

John dalberg
Jun 8 '07 #5
On Jun 8, 10:29 pm, nos...@nospam.sss (John Dalberg) wrote:
"Miroslav Stampar [MCSD.NET / Security+]" <miroslav.stam...@gmail.com>
wrote:
Install virtual PDF printer like PDF4Free (http://www.pdfpdf.com/
pdf4free.html) or Jaws PDF. Then after opening MSDN content right
click on it and choose "Print...". Select Virtual PDF printer and
click Print. Software will ask you for a resulting PDF location and on
the end will make you a PDF there

Thanks but this will print one page at a time. Very time consuming. I want
to read MSDN like a book, many pages in a signle pdf file. Ideally I want a
solution where I right click on a topic in the left pane, and it
automatically prints the topic with all the subtopics in a single pdf.

Maybe I have to program this myself. Start with a url from the table of
contents in the msdn and scrape the html and print to pdf every html page
for every subtopic recursively. Then assemble all the pdf's to a single
pdf.

Any better ideas?

John dalberg
You require a website grabber/crawler kind of stuff?. I don't think
such kind of thing will work for MSDN. Will update you if I get any
news.

Jun 8 '07 #6
"Aneesh Pulukkul[MCSD.Net]" <an******@gmail.comwrote:
On Jun 8, 10:29 pm, nos...@nospam.sss (John Dalberg) wrote:
"Miroslav Stampar [MCSD.NET / Security+]" <miroslav.stam...@gmail.com>
wrote:
Install virtual PDF printer like PDF4Free (http://www.pdfpdf.com/
pdf4free.html) or Jaws PDF. Then after opening MSDN content right
click on it and choose "Print...". Select Virtual PDF printer and
click Print. Software will ask you for a resulting PDF location and
on the end will make you a PDF there
Thanks but this will print one page at a time. Very time consuming. I
want to read MSDN like a book, many pages in a signle pdf file. Ideally
I want a solution where I right click on a topic in the left pane, and
it automatically prints the topic with all the subtopics in a single
pdf.

Maybe I have to program this myself. Start with a url from the table of
contents in the msdn and scrape the html and print to pdf every html
page for every subtopic recursively. Then assemble all the pdf's to a
single pdf.

Any better ideas?

John dalberg

You require a website grabber/crawler kind of stuff?. I don't think
such kind of thing will work for MSDN. Will update you if I get any
news.
It should work. It requires some development. You scrape and parse the
pages to get the URLs and then load these pages. These pages have a printer
friendly option which is just the same url with an additional parameter.

Any free PDF creation tools with API's ?

John Dalberg
Jun 8 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1921
by: Brian Henry | last post by:
This is just wierd... if I go to the MSDN web site and try to view an article like this... http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwebhttpbrowsercapabilitiesclasstopic.asp the Visual Studio .NET Enterprise Archatect 2003 - English setup dialog box pops up starts the installer process for VS.NET and then asks for the...
2
1652
by: Chien Lau | last post by:
When using the MSDN library (July 2004 edition), I click the funnel icon to set the language filter to C#. For some reason, it's not retaining my selection. Each new page that I visit requires me to re-click the language filter. This is insanely irritating. I've searched google and found several other people with the same problem, but no...
14
5811
by: Roland Hall | last post by:
I have two(2) issues. I'm experiencing a little difficulty and having to resort to a work around. I already found one bug, although stated the bug was only in ODBC, which I'm not using. It appears to be in the OLEDB driver also. My connection was: conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strPath & ";" & "Extended...
3
2746
by: Roland Hall | last post by:
Three times the charm? Sorry for the repost. Trying to get my account right. I have two(2) issues. I'm experiencing a little difficulty and having to resort to a work around. I already found one bug, although stated the bug was only in ODBC, which I'm not using. It appears to be in the OLEDB driver also. My connection was:
2
4639
by: jess | last post by:
Hi All, I am using the PrtDevMode property of a report open in design view to try and flip the orientation of the report between Portrait and Landscape in a user control box before the report is opened. I pretty much used the example out of the help verbatim and Im not having any luck with it working. I thought originally that because some...
3
1978
by: Michael Roper | last post by:
http://tinyurl.com/2vnd This is a very painful section to navigate as every atomic bit of information gets its very own page. Is this information available anywhere in a more printer-friendly version? Or even better, in a book? Michael Roper
0
360
by: Manuel Lopez | last post by:
Here's a simple question: how do I download or print out the entire documentation (or a large chunk) in readable format (doc or pdf)? It's not of much use to me if I have to go to every separate html page and print page-by-page. Is there a utility to do this, or is it on a separate website? e.g. how to download as one file the entire C#...
1
2193
by: Norman Diamond | last post by:
Page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_sscanf.2c_.swscanf.asp says: > Security Note When reading a string with sscanf, always specify a width > for the %s format (for example, "32%s" instead of "%s"); otherwise, > improperly formatted input can easily cause a buffer overrun. If a programmer...
4
1545
by: cj | last post by:
I have a MSDN subscription and I'm downloading the first CD of VS2005 now. But I'm not sure I'm doing it right. I put a blank CD in the CD drive and told it to write it to D: (the cd drive). It said there was not enough space. I went to mycomputer then d: and right clicked and there was a format option so I said ok format it. I then went...
0
7289
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7190
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
5730
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5118
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4781
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3276
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3272
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
829
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
501
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.