Now TObjectPrinter can print TWebBrowser and URLS.
ObjectPrinter is
The Easiest print component to print out visible screen objects.
for Delphi V5.0 / 6.0 / 7.0
SUPPORTS :
- TWebBrowser : contact to us
- Standard Grids (StringGrid,DrawGrid) with user defined shapes
- DbGrid
- Customized Grids
- .TXT & .RTF file
- RichEdit,Memo,ListBox
- Image
- Panel/ScrollBox with child objects
- Strings
- Almost of visible component
- QuantumGrid V3.22
- HyperGrid/AdvStringGrid/TSMDbGrid/GridView...
- F1BOOK : contact to us
FUNCTIONS :
- Preview (Zoom,Orientation)
- Stretching/scaling Grid's size
- Multi pages on a sheet
- Title/Footer
- Merge Image & components
- User's own Preview Form
< Standard SAMPLE source >
With ObjectPrinter1 do
begin
ClearObject;
AddObject(StringGrid1);
Execute;
end;
|