下载 MSDN 文档的任何部分并将其转换为 pdf 的工具或方法?

发布于 2024-07-16 20:41:13 字数 415 浏览 4 评论 0原文

阅读在线 MSDN 文档是了解有关 .NET 和其他 MS 技术的更多信息的好方法。 然而有时我需要以离线模式阅读它,例如使用电子阅读器时。

是否有工具、软件或某些代码可用于从 msdn 文档中的 url 开始下载 MSDN 库的一部分并将其转换为 pdf?

假设我想下载有关 WCF 的整个部分,该工具会智能地下载 MSDN 的该部分并将其转换为 pdf? 无需遵循文档中的超链接。 它们通常指向主部分中的其他小节,并且将在此过程中下载。

更新:
应用程序和代码位于 http://soofflinereader.codeplex.com/

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.

Update:
App and code is available at http://soofflinereader.codeplex.com/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

多像笑话 2024-07-23 20:41:13

将 html 书籍转换为 pdf 书籍的解决方案非常简单:
https://sitereader.codeplex.com/

用法:
下载发布版本并执行,如下所示:
Fluid.SiteReader.Console msdn ms731190

将转换路径下的所有文档 http://msdn.microsoft.com/en-us/library/ms731190.aspx 并根据所述页面标题创建 pdf。

注意:
将使用名为“temp”的子文件夹作为工作文件夹,检查配置文件以获取更多详细信息。

the solution to convert html to pdf book was simple enough:
https://sitereader.codeplex.com/

Usage:
Download the release build and execute as shown below:
Fluid.SiteReader.Console msdn ms731190

Will convert all documentation underneath the path http://msdn.microsoft.com/en-us/library/ms731190.aspx and create a pdf based on the title of the page stated.

Note:
Will use a sub-folder called 'temp' as a working folder, inspect config file for more details.

网白 2024-07-23 20:41:13

请参阅此论坛上的答案。 可能对你有帮助。

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

你是暖光i 2024-07-23 20:41:13

对于单个条目,您可以:

http://sourceforge.net/projects/pdfcreator/ 安装 PDFCreator

然后它会给你一个虚拟打印机驱动程序,它看起来就像普通打印机一样。

从浏览器中的打印选项将文档打印为 pdf 文件(或实际上提供的任何其他格式)。

不知道有什么简单的方法来获取更大的小节。

如果您以这种方式打印了多个部分,则可以使用 http://www.accesspdf.com/pdftk/" rel="nofollow noreferrer">http://www.accesspdf.com 将它们合并到一个 pdf 中。访问pdf.com/pdftk/

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/.

我花钱请人为我制作了一个。

I paid someone to create one for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文