|
|
|
DataCenterRTF - Silent print, view, edit and convert existing RTF files
100% pure Java API for existing RTF printing, viewing, editing and convertion. Silent print your RTF files located any where in the world using the document location as an URL. Convert your existing RTF files to document formats such as PDF, TIFF and PostScript. Convert RTF documents to image formats such as JPEG, JPG, BMP, PNG, GIF and more. Use the Swing RTF viewer component with or without customization for desktop based RTF view or web browser based RTF viewer applications.
Features
100% Java APIs
Silent print RTF
Batch print RTF
Viewer - 100% Java Swing RTF Viewer
Browser - silent print and view RTF from browser
Convert RTF to documents such as PDF, TIFF (NONE|PACKBITS|GROUP4|JPEG_TTN2|DEFLATE) and PostScript
Convert RTF to images such JPEG, JPG, BMP, PNG, GIF and more
Requires no other software
Print control (using parameters)
[
Print to a named printer (or to a substring matched printer),
Paper selection,
Copies,
Collate,
Print job name,
Print quality,
Media side (e.g. Duplex),
Choose to print using print dialog,
Printing status while printing,
Single or multiple print job (for batch or custom printing),
and more]
Print or view RTF from anywhere in the world
[
local file system,
URL pointing to an existing RTF or server program that generates one dynamically,
byte[] of your RTF from source such as a persistence store
]
Trial Download, Online Demo and Tutorials
These are the samples to download for edit, view, print of RTF documents from your JAVA applications. Use this API for editing your RTF from a browser based web application. It is very light weight API for using in RTF editing, printing and saving RTF remotely from a web browser page. Use it for silent printing RTF from browser as well as server applications.
DCRTFserver - silent print RTF and convert RTF to PDF, TIFF, PostScript, JPEG/JPG, BMP, PNG, GIF and more (download) (read tutorial)
DCRTFviewer- View RTF using RTF Viewer Swing component (download) (read tutorial)
DCRTFbrowser - silent print, view and edit of RTF from browser (WAR archive download) (run demo) (read tutorial)
License key
API requires you to provide a license key for evaluating the sample programs which is A8EC-73AF-64A9-0375. Use this license key for all trial sample programs in this web site.
Browser (WAR applications) - requires a license key which is already set in the sample demo script files available with the WAR archive download. You therefore do nothing about setting a license key but simply deploy the WAR and access the sample pages.
Server and Viewer (standalone applications) - For running the sample programs this license key is required as one of the argument to the .bat or .sh files.
If you are creating your own custom sample program, must set this license key at the very
beginning of your program (or pass as an argument to the .BAT/.SH executables) using the following statement. Following is an example.
...
public static void main(String[] args) {
SmartJEditor.setLicenseKey("A8EC-73AF-64A9-0375");
...
}
|
|