PDA

Ver la Versión Completa : Compoenentes


moesis
05-08-2004, 22:23:16
Saludos,

Mirando las RSS de Borland, he encontrado un par de cosas, las posteo por si fueran de interés del personal. ;)


With THTTPSCAN you access to web sites as a collection of links to files and data, instead of as graphics and text.
THTTPSCAN recursively analyzes HTML pages and reports all the links it finds to a text file: html, mail, jpg, mpeg, mp3, etc.
THttpScan surfs on the links through HTML pages in the neighborhood of the initial URL. The links appearing several times are treated only once.
The LinkScan property allows you to limit the scanning to the initial site or the initial URL path.
The LinkReport property allows you to report only links owned by the current site or even with the same path name.
The DepthSearchLevel allows you to limit the level of pages scanned, starting from the initial page, especially when not limiting the scanning to a site.
Using the LinkScan and LinkReport properties with a high DelphSearchLevel value, you can easily scan a whole site or only a subdirectory of a web site.
Events are generated for each link found and each page read, returning URL, meta tags, document type, referrer, host name,...
According to your line speed, you can grab thousands of links from a starting URL in a few minutes.
THTTPSCAN saves you having to tangle with the HTML parsing. Most common parameters can be simply set from the Object Inspector. It can be placed on any window, it is only visible at design time.
Full source code optional.

http://cc.borland.com/codecentral/ccweb.exe/listing?id=15129

Este otro para todos aquellos que están interesados en generar PDF's


Generar archivo pdf desde delphi, utilizando automation Early Binding.

Requisitos:
1)Tener Instalado Office 2000.
2)Tener Instalado Adobe Acrobat 5.0.
3)Importar la librería de tipos de Word desde Delphi.
4)Copiar el Código suministrado abajo en el evento Onclick de algún botón.
5)Crear una macro en Word llamado:ImprimirArchivo, el codigo se suministra más abajo. Esta macro será llamada desde el codigo Delphi.

http://cc.borland.com/codecentral/ccweb.exe/listing?id=21953

Espero que sirvan de ayuda, en posteriores posteos más información...

Saludos