Use the only free ASP component for generating Excel files on the fly!

DypsRTF est un objet RTFWritter permettant de générer dynamiquent depuis ASP un fichier RTF à la volée.

Download Products


DypsWebCapture : Capture Web page as thumbnail image

Documentation
Example
Download
Buy

New release with embed IE and Firefox rendering engine !



DypsFTP : Manage a FTP site from your script

Documentation
Buy


DypsImg2SWF : Protect and save your image as SWF/Flash format!

Documentation
Example
Download
Buy


DypsXLS for ASP: Générateur de fichier Excel

New features!
Documentation
Exemple d'utilisation
Download
Buy


DypsMetaGrabber : get Meta Tag from any web page!

Documentation
Example
Download
Buy


DypsAntiSpam for ASP

Features
Exemple d'utilisation
Download
Buy

DypsoPRank for ASP

Features
Exemple d'utilisation
Download
Buy

Pop3 Checker for ASP

Features
Exemple d'utilisation
Download
Buy

SVG Pie chart Maker for ASP

Features
Exemple d'utilisation
Download

DypsRTF for ASP

Features
Exemple d'utilisation
Download
Buy

What's New ?


Mise en ligne du premier outil gratuit pour générer des fichiers Excel depuis ASP : DypsXLS !
[Lire la suite]

Et un forum Le site se dote d'un forum pour vous permettre de partager toujours plus.
[Rejoigner nous]

Annuaire de scripts ! Un annuaire de scripts et de liens utiles vers des ressources pour le développement
[Lire la suite]

Création d'un outil gratuit pour retrouver ses mails : Pop3 Checker for free !
[Lire la suite]

Création d'un outil gratuit pour générer des graphiques vectoriels à la volée: Free SVG Pie chart Maker !
[Lire la suite]

Composant de génération de fichiers RTF gratuit

Techniques


  • Component of generation of free files rtf:

In order to produce states one of the possibility is to generate a file rtf (Rich Text Format). This format brings a great flexibility indeed and is easy to implement. The DypsRTF component allows the generation of a file format rtf with the flight.

This component implements a rather simple interface of use which is: Document .


Document Object :


- Properties

  • Header: allows to specify a title of header which will be taken again on the whole of the generated pages.


- Methods

  • WriteBlankLine : allows to carry out a jump of line by writing a blank line.
  • WriteText(strText as String) : allows to write a new paragraph.
  • WriteBold (strText as String) : allows to obtain a reference on an existing sheet by specifying an index in the collection of the sheets of the sorter or the name of the sheet.
  • WriteItalic (strText as String) : allows to specify the active sheet with the opening of the sorter by specifying an index in the collection of the sheets of the sorter or the name of the sheet.
  • SetFont(strFont as String) :permet to safeguard the Excel file generated on the waiter
  • AlignLeft : allows to force the alignment of the text has left.
  • AlignRight : allows to force the alignment of the text has right.
  • AlignJustify :permet makes it possible to force the alignment of the text in justified.
  • SaveDoc(strFilename as String) :permet to record the file on the disc.
  • OpenDoc(strFilename as String) :permet to open the file in the navigator customer.
  • DownloadDoc(strFilename as String) :permet to force the remote loading of the file by the navigator customer.


Script : Create and save an RTF file on the fly with DypsRTF> Page suivante