This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0003223. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Przemyslaw Jankowski [email] 

 

 

Files

[ htmlprsr.zip ] [ 7,301 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This is a single unit - HTMLParser.pas
It provides a simple way to parse and update! any HTML data (it could be a file on disk or any string in memory). You can add/remove whole tags or just change it's properties. Of course, you have access to the text between tags too.
Check out the sample demo included.
new in version 1.0:
- fixed adding empty lines to Tag.Params
- changed class name from TParser to THtmlParser
- improved demo project
Added: 9-01-2000/26-03-2000   |  Version: 1.0   |  Downloads: 7564/7334/5
Author:Przemyslaw Jankowski   [DSP files]

[ rawprint.zip ] [ 4,210 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]

A simplified way to send raw data to the printer using Windows API.
It works just like good old DOS-printing :)) but goes through the Windows Printer Spooler.
This means you can:
- print text in real text mode (which is usually much faster)
- include any commands your printer supports (like PCL, IBM Proprinter or EPSON codes)

This file includes:
- one unit RawPrinting.pas with a simple procedure - to send the whole print job as one string parameter,
- separate TRawPrinter component - you can put it on your form and use methods like: BeginDoc, EndDoc, Write, etc.


Added: 16-01-2000/26-03-2000   |  Version: 1.1   |  Downloads: 13335/13325/19
Author:Przemyslaw Jankowski   [DSP files]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.