Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ Can I get my documentation in PDF form, please?

Revision as of 16:07, 14 March 2006 by Claffra (Talk | contribs)

Documentation for Eclipse SDK releases is available in PDF form from eclipse.org. Obtaining PDF documentation for other Eclipse software, or for non-release builds is a bit more involved.


When you download Eclipse code, documentation is provided in the form of HTML files, made accessible through a table of contents contained in a file called toc.xml. The contents of the HTML files can be browsed and searched easily with the Eclipse help system (see Help > Help Contents). The same information can be found online at the Eclipse documentation Web site.


Converting HTML to PDF form is somewhat labor-intensive. Although tools are available, such as HTMLDOC, to automatically convert HTML to PDF, the exact selection of files to include in the PDF and in what order requires some extra work. The best approach is to start with the toc.xml file and either write a conversion script or develop an Eclipse plug-in, as is done in the tocviewer plug-in used to write this book.



See Also:

HTMLDOC by Easy Software Products (http://www.easysw.com/htmldoc)


eclipse.org documentation page


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top