 |
ALPHA-VISION® Help: PDF_PPT
|
PDF_PPT
SUMMARY
Describes how to integrate *.PDF and *.PPT files in help.
CONTENTS
- Introduction
- Procedure
Introduction
It is possible to integrate *.html, *.pdf and *.ppt files supplied by
the customer.
Procedure
- Get the *.pdf and *.ppt files to be integrated.
- Create a *.html file with the wanted information.
- From within the *.html file refer to the relevant *.pdf and *.ppt files.
<a href="./TEST.pdf">PDF Test</a>
<a href="./presentation.pps"> PPT Presentation</a>
Note:
The above defined files are located in the same directory as the*.html file -
which is not obligatory.
Please keep in mind to adjust the location of the files if it differs.