PDF Version of first four Chapters of the NSIS User Manual

This sample PDF was created to show how easy it is to use HTMLDOC.

The file "sample.pdf" was created using the following files:

(1) ${NSISDIR}\Docs\Chapter1.html
(2) ${NSISDIR}\Docs\Chapter2.html
(3) ${NSISDIR}\Docs\Chapter3.html
(4) ${NSISDIR}\Docs\Chapter4.html

Before these files were processed by HTMLDOC the following changes were made
to them:

(a) Deleted the "Previous|Contents|Next" line at the start of the body of
    each HTML file

(b) Deleted the <hr> tag and "Previous|Contents|Next" line at the end of the
    body of each HTML file

(c) In Chapter2.html and Chapter4.html, moved the <h1>Chapter x ... </h1>
    line to immediately after the <body> tag.

Modification (c) is required since HTMLDOC expects each chapter file to start
with an <h1> tag. If this mod was not made, the PDF file shows the list of
links within Chapter 2 at the end of Chapter 1 (and the long list of Chapter 4
links appears at the end of Chapter 3).

HTMLDOC automatically generated the "Bookmarks" and the "Table of Contents"
(which is why the ${NSISDIR}\Docs\Contents.html file was not used).

No other changes were made to the HTML files. Only a few minutes were spent
making these changes.

Some long lines of preformatted text are truncated in the PDF file so some
more work on the HTML files would be required to correct these errors
(HTMLDOC mentioned 5 places where truncation occurred: twice on page 12,
twice on page 17 and once on page 39).

The HTMLDOC home page is at http://www.htmldoc.org
