I am giving a presentation (in beamer) about creating HTML pages. I want to include some sort of "snapshot" of the created HTML file within the presentation. I am looking for something like pdfpages except for a webpage. Here are some of the things I tried and was not really happy with:
- Take a screenshot: shows lots of extra stuff (browser menus, etc), and difficult to show the entire file which is longer than one page
- Convert the webpage to pdf: I do have Acrobat Professional, and can convert a webpage to a pdf file and then use
pdfpages, but it adds extra headings (small problem), and cannot convert a file with frames - Include just a link to the file, which will open in a browser: workable for the presentation, but makes distribution of the talk more difficult as extra files are needed
Are there better options? Can my solutions be improved?
