Main > Free Download Search >

Free activex software for linux

activex

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
Wx::ActiveX 0.05

Wx::ActiveX 0.05


Wx::ActiveX provides the ActiveX interface. more>>
Wx::ActiveX provides the ActiveX interface.

It loads ActiveX controls for wxWindows.

SYNOPSIS

use Wx::ActiveX ;
my $activex = Wx::ActiveX->new( $this , "ShockwaveFlash.ShockwaveFlash" , 101 , wxDefaultPosition , wxDefaultSize ) ;

$activex->Invoke("LoadMovie",0,"file:///F:/swf/test.swf") ;

$activex->PropSet("Quality",Best) ;

my $frames_n = $activex->PropVal("TotalFrames") ;

$activex->Invoke("Play") ;

... or ...

$activex->Play ;

<<less
Download (0.053MB)
Added: 2007-03-30 License: Perl Artistic License Price:
951 downloads
Wx::ActiveX::Flash 0.05

Wx::ActiveX::Flash 0.05


Wx::ActiveX::Flash is an ActiveX interface for Shockwave Flash. more>>
Wx::ActiveX::Flash is an ActiveX interface for Shockwave Flash.

SYNOPSIS

use Wx::ActiveX::Flash ;
my $flash = Wx::ActiveX::Flash->new( $parent , -1 , wxDefaultPosition , wxDefaultSize );

$flash->LoadMovie(0,"file:///F:/swf/test.swf") ;
$flash->Play ;

EVT_ACTIVEX($this, $flash ,"FSCommand", sub{
my ( $this , $evt ) = @_ ;
my $cmd = $evt->{command} ;
my $args = $evt->{args} ;
...
}) ;

ActiveX control for Shockwave Flash. The control comes from Wx::ActiveX, and all methods/events from there exit here too.

** You will need to already have the Flash player installed.

new ( PARENT , ID , POS , SIZE )

This will create and return the Flash object.

<<less
Download (0.053MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1033 downloads
mod_activex_filter 0.2b

mod_activex_filter 0.2b


mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy. more>>
mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy.

This module is a small example of an Output Filter developed for Apache 2.0.44 and tested up to 2.0.46.

Its only a simple hack of mod_case_filter to get a way to filter ActiveX on a proxy. Actualy, the only way to filter ActiveX if your proxy is unable to do it is to use a TIS module chained with your proxy.

But the TIS is only capable of doing HTTP/1.0. If you need real performances, youll want to use HTTP/1.1.

Thats why I wrote this small module...

It has been generated with classical commands: apxs -g -n activex_filter and apxs -c -n

You just have to do make and make install to use it.

Dont forget to modify your httpd.conf.

Simple example of a working httpd.conf:

KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15

StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0

Listen 80

LoadModule activex_filter_module modules/mod_activex_filter.so
AddOutputFilter ActiveXFilter html
ActiveXFilter On

ProxyRequests On
User nobody
ServerAdmin brice@free.fr
ServerName trillian
UseCanonicalName Off
DefaultType text/plain
HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
ServerTokens Prod
ServerSignature On

<<less
Download (0.005MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1246 downloads
Wx::ActiveX::WMPlayer 0.05

Wx::ActiveX::WMPlayer 0.05


Wx::ActiveX::WMPlayer is an ActiveX interface for Windows Media Player. more>>
Wx::ActiveX::WMPlayer is an ActiveX interface for Windows Media Player.

SYNOPSIS

use Wx::ActiveX::WMPlayer ;
my $wm = Wx::ActiveX::WMPlayer->new( $parent , -1 , wxDefaultPosition , wxDefaultSize );

$wm->PropSet("FileName",C:movie.avi) ;
$wm->Play ;

EVT_ACTIVEX($this, $wm ,"PlayStateChange", sub{
my ( $this , $evt ) = @_ ;
print "Play Changen" ;
}) ;

ActiveX control for Windows Media Player. The control comes from Wx::ActiveX, and all methods/events from there exit here too.

new ( PARENT , ID , POS , SIZE )

This will create and return the Windows Media Player object.

<<less
Download (0.053MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1032 downloads
Panda Antivirus 9.00.00

Panda Antivirus 9.00.00


Panda Antivirus for Linux is an antivirus for Linux servers and desktops. more>>
Panda Antivirus for Linux is an antivirus for Linux servers and desktops. The project is an antivirus designed to be managed from the command line or console. To do this, an executable called PAVCL will be used.

The aim of Panda Antivirus for Linux is to scan and disinfect Windows and DOS workstations connected to a Linux server, as well as the Linux server itself.

Panda Antivirus for Linux scans files using both string searches and heuristic methods. The target files of the antivirus are Word documents, Java Applets, ActiveX controls and compressed files (ZIP, RAR, etc.).

At the moment, it does not scan the boot sector or the partitions table.

Panda Antivirus for Linux is a freeware version: Panda Software does not offer technical support for this software.

<<less
Download (7.8MB)
Added: 2007-02-22 License: Freeware Price:
1028 downloads
LAME 3.97

LAME 3.97


LAME is an MP3 encoder and graphical frame analyzer. more>>
LAME is short from LAME Aint an MP3 Encoder and is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, simple frontend application, a much-improved psycho-acoustic model (GPSYCHO), and a graphical frame analyzer (MP3x).
Please note that any commercial use (including distributing the LAME encoding engine in a free encoder) may require a patent license from Thomson Multimedia.
Main features:
- Many improvements in quality in speed over ISO reference software. See history.
- MPEG1,2 and 2.5 layer III encoding.
- CBR (constant bitrate) and two types of variable bitrate, VBR and ABR.
- Encoding engine can be compiled as a shared library (Linux/UNIX), DLL or ACM codec (Windows)
- free format encoding and decoding
- GPSYCHO: a GPLd psycho acoustic and noise shaping model.
- Powerfull and easy to use presets
- Quality is comparable to FhG encoding engines and substantially better than most other encoders.
- Fast! Encodes faster than real time on a PII 266 at highest quality mode.
- MP3x: a GTK/X-Window MP3 frame analyzer for both .mp3 and unencoded audio files.
Software which uses "LAME":
- andromeda (PHP and ASP) Dynamically presents collections of mp3s as streaming web sites.
- rip (Perl) Script for ripping and encoding.
- avifile AVI/DIVX encoder and decoder for Linux.
- Grip (Linux) gtk-based cd-player, ripper and encoder. Supports cddb, cdparanoia and LAME.
- jbm2 (Linux) A KDE jukebox style application for public places (bars, pubs,...)
- Krabber (Linux) A KDE ripper & encoder, can use LAME.
- Mp3Maker (Linux) A WindowMaker enhanced front end to cdda2wav/cdparanoia and lame/bladeenc.
- dekagenc (Linux) Bourne shell script for ripping, encoding and CDDB naming.
- ripperX (Linux) GTK frontend for rippers and several encoders featuring CDDB support.
- T.E.A.R. (Linux) frontend to LAME, cdparanoia and CDDB.
- Xmcd. (Linux) CD Player with CDDB and ripping to MP3 and OGG.
- xtunes (Linux) GTK frontend for LAME, MAD, cdparanoia, cdrecord and more.
- DropMP3 (Mac) includes LAME binaries.
- CDex (Windows) Ripper & encoder, includes LAME binaries (the Blade compatible dll)
- Lamedrop (Windows) OggDrop style frontend.
- LAMEX (Windows) An activex control for LAME, and a GUI. Source code only, includes LAME.
- m3w (Windows) A live mp3 streamer for the WWW. Works with LAME, icecast, soundcard input
- out_lame (Windows) Winamp output plug-in. Create MP3 files directly from Winamp!
- RazorLame (Windows) The RazorBlade front end now supports LAME.
- winLAME (Windows) The only *nice* windows UI for LAME, according to the author :-)
- DarkIce Live streamer for IceCast.
- LiveIce Real time streaming of mp3s. Works with IceCast
- MuSE A mixing, encoding and streaming engine.
- Flash Forth a Flash-like development library
Enhancements:
- This version is identical to 3.97b3, which was promoted to release.
<<less
Download (1.3MB)
Added: 2006-09-24 License: GPL (GNU General Public License) Price:
1205 downloads
Prince for Linux 6.0 rev 6

Prince for Linux 6.0 rev 6


Prince is a computer program that converts XML and HTML into PDF documents. more>> Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML formats, including XHTML and SVG. Prince formats documents according to style sheets written in CSS.
Features
1. Print any XML document
Unlike many other formatters, Prince can print any XML document. Because Prince does not rely on proprietary markup, you have the freedom to use whatever tags are right for you.
2. Strong support for CSS
Prince has strong support for Cascading Style Sheets (CSS). CSS is a widely used style sheet language which has become very popular on the web. It is flexible, easy to learn and simple to use.
3. Comprehensive PDF output
PDF links and bookmarks.
PDF Encryption and Document Security.
PDF compression and font embedding.
4. Powerful Layout Features
Page headers/footers, page numbering and duplex printing.
Tables with automatic layout and running headers/footers.
Multi-column layout, floats and positioned blocks.
Lists with customisable bullets or numbers.
Automatic numbering of lists, headings, sections or figures.
Footnotes, cross-references.
5. Advanced Graphics Support
Prince supports a rich subset of Scalable Vector Graphics (SVG), the format of choice for graphics such as clip-art, diagrams, maps, charts and graphs.
Prince supports the standard image formats (JPEG, PNG, TIFF, GIF), making it easy to embed pictures and photos in your documents.
6. Print XHTML web content
Prince includes a default style sheet for XHTML, the XML language of the World Wide Web. Prince makes it easy to print your web content and produce professional results.
7. Easy integration
Prince has integration modules for most server environments, including Java, ActiveX/COM, ASP, PHP and ColdFusion.
Prince provides a command line interface, allowing it to be called easily from batch files and shell scripts or integrated with other programs to form document publishing pipelines.
Prince also provides a Graphical User Interface.
<<less
Download (3.65MB)
Added: 2009-04-19 License: Freeware Price: Free
188 downloads
squid-filter 0.9

squid-filter 0.9


squid-filter project was designed to build filtering capabilities comparable to those of Muffin into Squid. more>>
squid-filter project was designed to build filtering capabilities comparable to those of Muffin into Squid. It consists of
a patch to Squid, containing a module loader and filtering hooks, and a set of filter modules.
Currently available filters:
- Redirection of URIs.
- Rejection of certain (configurable) MIME content types.
- Suppression of cookies.
- Removal of Javascript and ActiveX.
- Breaking of GIF animation loops.
- Detection of 1x1 images.
Main features:
- Modular, easily extensible by writing new filters.
- Flexible configuration. Filters are independent from each other.
- Each filter can take a list of URIs which should not be filtered (allow list). URIs are specified as full regular expressions.
- Client can choose to bypass filters case-by-case.
- Filtering keeps Content-Length where possible.
Purpose
A filtering proxy allows users to remove unwanted stuff from Web pages as they browse them. What "unwanted stuff" is obviously depends on the individual user, but things which are commonly regarded as annoyances include
banner ads, user behaviour tracking via cookies,
animated pictures, JavaScript, VBScript, ActiveX (dangerous as well as annoying).
Some of those things can be avoided by filtering URIs, which Squid can already do via an external redirect program. Others require a content filter.
Usually, a filtering proxy runs standalone and does nothing but filtering. Users have to configure this proxy in their browsers, and if they use a caching proxy too, chain them after the filter. In situations where the user runs Squid anyway (mostly because of caching for different browsers or a small LAN), it is convenient to build this capability into Squid.
<<less
Download (0.046MB)
Added: 2007-01-25 License: Public Domain Price:
1008 downloads
JsHttpRequest 5.0

JsHttpRequest 5.0


JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. more>>
JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to create dynamic web pages.
It uses JavaScript (ActiveX, DOM, XMLHttpRequest if available) in frontend and PHP in backend.
Main features:
- Excellent cross-browser compatibility (e.g. works with IE 5.0 with disabled ActiveX).
- Support and "transparent" work with any character encoding (including any national).
- AJAX file uploads.
- Full support of PHP debug features and coding traditions.
- Multi-dimensional data structures exchange (associative arrays).
- Automatic choice of the best AJAX realization (XMLHttpRequest, < SCRIPT >, < IFRAME >).
- XMLHttpRequest-compatible interface is available.
Enhancements:
- Fully automatic regression test suite (even better and guaranteed cross-browser compatibility).
- The library code is now module-based (e.g. JsHttpRequest-script.js is 8K only).
- Support and "transparent" work with any character encoding (including any national).
- The library code is now compressed using the dojomin utility (the size is lowered greatly).
- Automatic support for PHPs native JSON functions (if available; this speeds up performance by 3 times).
- The XML loader now returns valid JSON.
- New documentation: easy to understand tutorial and protocol specifications.
<<less
Download (0.12MB)
Added: 2007-04-11 License: LGPL (GNU Lesser General Public License) Price:
928 downloads
Content Filtering Proxy SafeSquid 4.2.2.RC8.2

Content Filtering Proxy SafeSquid 4.2.2.RC8.2


CONTENT FILTERING PROXY SERVER, WEB FILTER, INTERNET FILTER, REAL-TIME FILTER more>> SafeSquid is a Content Filtering Proxy Server - BROWSER BASED INTERFACE, VERY FAST THROUGHPUT, DNS CACHING, CONTENT CACHING, PREFETCHING, BANDWIDTH CONTROL, VIRUS SCAN, Source, Target & Time based GRANULAR FireWall style rules to allow / deny content like music, videos, flash & java applets, messengers, chats, cookies, activex, scripts, etc. REMOTE AUTHENTICATION, REAL-TIME TEXT & IMAGE ANALYSIS for blocking PORNOGRAPHY. LIVE REMOTE SUPPORT.<<less
Download (1014KB)
Added: 2009-04-17 License: Freeware Price: $na
205 downloads
Content Filtering Proxy SafeSquid 4.2.2.RC8.9

Content Filtering Proxy SafeSquid 4.2.2.RC8.9


Content filtering proxy server - BROWSER BASED INTERFACE, VERY FAST THROUGHPUT, DNS CACHING, CONTENT CACHING, PREFETCHING, BANDWIDTH CONTROL, VIRUS SCAN, WEB FILTERING, REAL-TIME TEXT & IMAGE ANALYSIS more>>

SafeSquid is a Content Filtering Proxy Server. SafeSquid has a BROWSER BASED INTERFACE. SafeSquid offers arguably, worlds biggest set of Content Filtering features.
SafeSquids multi-threaded architecture, delivers industrys FASTEST THROUGHPUT, even while providing extreme content analysis and security. SafeSquid has an intelligent DNS cache, an extremely manageable content CACHING system, and configurable content pre-fetching that allows fast browsing of often viewed web-sites.
SafeSquid lets you create unlimited and extremely granular Internet Policies to define and deal with unlimited number of unique factors depending upon user / network / web-site / mime-type / size / time etc. SafeSquid allows you to create unlimited number of policies for allowing or BLOCKING SPECIFIC CONTENT, like music, ActiveX, JavaScripts, advertisement banners, etc., and even any part of the protocol header to ensure graded exchange of private information, from each web-site. Real-time text analysis and Image analysis besides categorized web-site databases ensure complete blocking of PORNOGRAPHY or replacing specific parts.
Users can be authenticated from a remote WINDOWS ADS / OpenLDAP servers. SafeSquid lets you, to THROTTLE SPEED for low priority users or applications. You can use a variety of ANTIVIRUS Software like ClamAV and any other ICAP based antivirus to stop viruses before they reach the client systems. SafeSquid allows you to customize the various templates, that are displayed when access or content is denied to the user. SafeSquids logs can be analyse to create a exhaustive USER ACTIVITY REPORTS.
It takes less than 3 minutes to install SafeSquid on a Linux based server. SafeSquid is backed by a very responsive and committed customer support. SUPPORT INCLUDES REMOTE LIVE-HAND-HOLDING. Various SafeSquid editions are available to serve small 20 user networks or thousands of concurrent users. SafeSquid has special features for use in CLUSTERS.

Requirements: Linux, kernel 2.6 or higher

Whats new in this version: http://www.safesquid.com/html/viewforum.php?f=293

<<less
Download (1.04MB)
Added: 2009-04-09 License: Freeware Price: $0.00
204 downloads
akk@da 0.72 patch01

akk@da 0.72 patch01


akk@da is a simple network monitoring system designed for small and medium size computer networks. more>>
akk@da is a simple network monitoring system designed for small and medium size computer networks. Its purpose is to quick detect system or network faults, and to display information about detected problems for the administrator.
akk@da is designed as a pro-active network monitor. It does not wait for information from any agents, systems, etc. It collects information itself every minute (you can decrease this period to as little as 1 second if needed). Almost all services of the monitored hosts are discovered automatically.
Main features:
- monitoring of host availability, resources and network services (probes use SNMP, ICMP, raw TCP, SSL, DNS, UCDavis script extensions and many others for checking hosts health and collecting data)
- automatic discover of services available on host like CPU, RAM, network interfaces, disks, processes, etc, etc (you do not have to configure it manually, all you have to do is to add a new host (via web based GUI) and akk@da will discover its services for you)
- collecting performance data about monitored services (fully RRDTool integrated)
- services flaps detection
- possible adding you own probes
- easy way to add support to SNMP devices not supported by akk@da through the template based model
- easy to use web based GUI with support features like:
- alarms presentation with option to approve alarms
- filterable logs
- RRDTool based graphs with performance
- configuration of monitored services or hosts
- akk@da system status and management
- users and groups management
- rights management (you can manage right of the group to every single service if you need)
- tree based hosts organization - it allows organizing monitored resources in easy to browse and quick navigate schema
- views support (you can arrange monitored services in groups you need)
- displaying information in compact mode allows you to estimate the host health on first sight
- context menus available all the time allows quick access to necessary options, pages
- nice look icons which makes easy to identify host/service vendor, function and probe type
- web interface looks like standard MS Windows; all GUI written in DHTML & JavaScript - no applets, ActiveX controls and other strange modules.
Enhancements:
- This release fixes a major bug with ignoring discover excludes by the windows_service probe.
<<less
Download (0.41MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
KDE 4.0 Beta 1

KDE 4.0 Beta 1


KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations. more>>
KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations.

It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system.

KDE is a network transparent contemporary desktop environment for UNIX workstations. KDE seeks to fill the need for an easy to use desktop for Unix workstations, similar to the desktop environments found under the MacOS or Microsoft Windows.

We believe that the UNIX operating system is the best operating system available today. In fact UNIX has been the undisputed choice of the information technology professional for many years. When it comes to stability, scalability and openness there is no competition to UNIX. However, the lack of an easy to use contemporary desktop environment for UNIX has prevented UNIX from finding its way onto the desktops of the typical computer user in offices and homes.

UNIX dominates the server market and is the preferred computing platform for computing professional and scientists. Without UNIX the internet would not be. But UNIX did not address the needs of the average computer user.

This fact is particularly unfortunate since a number of implementations of UNIX (Debian GNU/Linux, FreeBSD, NetBSD etc.) are freely available on the internet. All of which are of exceptional quality and stability.

KDE The Desktop Environment

With KDE there is now an easy to use contemporary desktop environment available for UNIX. Together with a free implementation of UNIX such as GNU/Linux, UNIX/KDE constitutes a completely free and open computing platform available to anyone free of charge including its source code for anyone to modify. While there will always be room for improvement we believe to have delivered a viable alternative to some of the more commonly found and commercial operating systems/desktops combinations available today. It is our hope that the combination UNIX/KDE will finally bring the same open, reliable, stable and monopoly free computing to the average computer user that scientist and computing professionals world-wide have enjoyed for years.

KDE The Application Development Framework

Authoring applications under UNIX/X11 used to be an extremely difficult and tedious process. KDE recognizes the fact that a computing platform is only as good as the amount of first class applications available to the users of that particular platform. In view of these circumstances the KDE Project has developed a first rate compound document application framework, implementing the latest advances in framework technology and thus positioning itself in direct competition to such popular development frameworks as for example Microsofts MFC/COM/ActiveX technology. KDEs KParts compound document technology enables developers to quickly create first rate applications implementing cutting edge technology.

KDE The Office Application Suite

Leveraging the KDE application development framework a great number of applications have been built for the K Desktop Environment. A selection of those applications is contained in the KDE base distribution. At this moment KDE is developing an office application suite based on KDEs KParts technology consisting of a spread-sheet, a presentation application, an organizer, a news client and more. KPresenter, KDEs presentation application was successfully used at many presentations.
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
826 downloads
 
Other version of KDE
KDE 3.5.7frameworks as for example Microsofts MFC/COM/ActiveX technology. KDEs KParts compound document technology enables developers to quickly create first rate applications implementing cutting
License:GPL (GNU General Public License)
Download (MB)
898 downloads
Added: 2007-05-22
Prince for Red Hat Enterprise Linux 6.0 rev 6

Prince for Red Hat Enterprise Linux 6.0 rev 6


Prince is a computer program that converts XML and HTML into PDF documents. more>> Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML formats, including XHTML and SVG. Prince formats documents according to style sheets written in CSS.
Features
1. Print any XML document
Unlike many other formatters, Prince can print any XML document. Because Prince does not rely on proprietary markup, you have the freedom to use whatever tags are right for you.
2. Strong support for CSS
Prince has strong support for Cascading Style Sheets (CSS). CSS is a widely used style sheet language which has become very popular on the web. It is flexible, easy to learn and simple to use.
3. Comprehensive PDF output
PDF links and bookmarks.
PDF Encryption and Document Security.
PDF compression and font embedding.
4. Powerful Layout Features
Page headers/footers, page numbering and duplex printing.
Tables with automatic layout and running headers/footers.
Multi-column layout, floats and positioned blocks.
Lists with customisable bullets or numbers.
Automatic numbering of lists, headings, sections or figures.
Footnotes, cross-references.
5. Advanced Graphics Support
Prince supports a rich subset of Scalable Vector Graphics (SVG), the format of choice for graphics such as clip-art, diagrams, maps, charts and graphs.
Prince supports the standard image formats (JPEG, PNG, TIFF, GIF), making it easy to embed pictures and photos in your documents.
6. Print XHTML web content
Prince includes a default style sheet for XHTML, the XML language of the World Wide Web. Prince makes it easy to print your web content and produce professional results.
7. Easy integration
Prince has integration modules for most server environments, including Java, ActiveX/COM, ASP, PHP and ColdFusion.
NOTE:
The Link 1 for Red Hat Enterprise Linux 4
The Link 2 for Red Hat Enterprise Linux 3
<<less
Download (3.63MB)
Added: 2009-04-23 License: Freeware Price: Free
194 downloads
Prince for openSUSE 6.0 rev 6

Prince for openSUSE 6.0 rev 6


Prince is a computer program that converts XML and HTML into PDF documents. more>> Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML formats, including XHTML and SVG. Prince formats documents according to style sheets written in CSS.
Features
1. Print any XML document
Unlike many other formatters, Prince can print any XML document. Because Prince does not rely on proprietary markup, you have the freedom to use whatever tags are right for you.
2. Strong support for CSS
Prince has strong support for Cascading Style Sheets (CSS). CSS is a widely used style sheet language which has become very popular on the web. It is flexible, easy to learn and simple to use.
3. Comprehensive PDF output
PDF links and bookmarks.
PDF Encryption and Document Security.
PDF compression and font embedding.
4. Powerful Layout Features
Page headers/footers, page numbering and duplex printing.
Tables with automatic layout and running headers/footers.
Multi-column layout, floats and positioned blocks.
Lists with customisable bullets or numbers.
Automatic numbering of lists, headings, sections or figures.
Footnotes, cross-references.
5. Advanced Graphics Support
Prince supports a rich subset of Scalable Vector Graphics (SVG), the format of choice for graphics such as clip-art, diagrams, maps, charts and graphs.
Prince supports the standard image formats (JPEG, PNG, TIFF, GIF), making it easy to embed pictures and photos in your documents.
6. Print XHTML web content
Prince includes a default style sheet for XHTML, the XML language of the World Wide Web. Prince makes it easy to print your web content and produce professional results.
7. Easy integration
Prince has integration modules for most server environments, including Java, ActiveX/COM, ASP, PHP and ColdFusion.
Prince provides a command line interface, allowing it to be called easily from batch files and shell scripts or integrated with other programs to form document publishing pipelines.
Prince also provides a Graphical User Interface.
<<less
Download (3.27MB)
Added: 2009-04-21 License: Freeware Price: Free
187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2