Htmlviewer

PEAKTOP

Местный
THTMLViewer v11.5.472 Open Source

WTF?
The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components:
THtmlViewer
  • The basic component.
  • THtmlViewer displays single (non-frame) documents.
  • It also forms the basis for the other two components.
TFrameViewer
  • Displays both frame and single HTML documents.
  • TFrameViewer is oriented more for local file system use.
TFrameBrowser
  • Also displays frame and single HTML documents.
  • TFrameBrower is oriented for use with local file systems and toward Internet style protocols and URL usage.
  • Additional code and/or components are generally required to get data from other sources than the local file system.
These components support most of the HTML 3.2 specifications with many additional popular HTML 4 and 5 enhancements. Many Cascading Style Sheet properties are also supported.

Download:http://sourceforge.net/projects/htmlviewer/files/HtmlViewer-115-r472.7z/download

SVN:
Code:
svn checkout http://thtmlviewer.googlecode.com/svn/trunk/ thtmlviewer
 

Hegazi

Турист
HtmlViewer 11.6 to 11.7 Open Source

The HtmlViewer component set consists of the THtmlViewer, TFrameViewer,
and TFrameBrowser components. All three are HTML document display components:

THtmlViewer
- The basic component.
- THtmlViewer displays single (non-frame) documents.
- It also forms the basis for the other two components.

TFrameViewer (deprecated)
- Displays both frame and single HTML documents.
- TFrameViewer is oriented more for local file system use.

TFrameBrowser
- Also displays frame and single HTML documents.
- TFrameBrower is oriented for use with local file systems and toward Internet
style protocols and URL usage.
- Additional code and/or components are generally required to get data from
other sources than the local file system.

These components support most of the HTML 4.01 specifications
with many additional popular HTML 5 enhancements.
Many Cascading Style Sheet properties are also supported.

Some features:
- Cascading Stylesheets
- Large HTML files
- HTML Frames
- HTML Forms
- HTML Tables
- Bitmap, GIF, JPEG, and PNG Images
- Transparent images
- Image caching
- Left and right floating images
- Image sizing attributes
- Client side image maps
- Background colors and images
- Font sizes, styles, and colors with HTML tags or default settings
- Formatted printing of the HTML document
- Can print multiple pages horizontally
- Print preview
- Text search
- Copy to clipboard
- Subscripts and superscripts
- Unicode, UTF-8 and many single and multi byte character codes supported


https://github.com/BerndGabriel/HtmlViewer/archive/HtmlViewer-11.6.zip
 
Top