Text Management scripts - Top 4 Download

Text Management script downloads

PHP Mode for UltraEdit

The goal of this project is to provide a "PHP Mode" (wordlist, taglist, ...) for UltraEdit, which is a commercial text editor on Win32. ...

Inline PHP API Documentation

Inline PHP API Documentation is an autodocumentor for php. It aims to be for PHP what Javadoc is for Java. ...

WP2PDF

“WordPress to PDF” (Short: WP2PDF) is a script (or rather a collection of scripts) which can convert the output of WordPress to PDF (Portable Document File), a very popular document format created by Adobe which has the advantage that its content looks the same on every platform, regardless whether or not ...

jsEDIT

jsEDIT is a javascript and php based editor for php. Features file management functions and a syntax hilighting editor written in javascript. ...
JavaScript

PHP Pdf creation

This class is designed to provide a non-module, non-commercial alternative to dynamically creating pdf documents from within PHP.In order to create simple documents with ease a class extension called 'ezPdf' has been developed, at the moment this includes auto page numbering,sentation, text wsentation, text wrapping to new pages, etc. ...

PUNO

This project is a PHP module (PHP5 and Linux/Unix only) written in C that brings the OpenOffice.org UNO Programming API to the PHP userspace. You can use it to write scripts that create, modify, read and save OpenOffice.org documents (Writer, Spreadsheet, Drawing). Also, you can export these documents in various formats, ...

dompdf

dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational ...

sPHPell

sPHPell is a FREE PHP spell checker that takes the text in a text field via javascript and spell checks it in its own window. The user can perform the usual spell checking operations (ignore, ignore all, change, change all, etc). Simple to include in any PHP page. ...

Php Pdf Factory

Php Pdf Factory is a PDFLib that allows you to freely create PDF using PHP. It has administrative interface and iImplements most iImplemenrecommended features mmended features like PageTrees, On. ...

JODConverter

JODConverter, the Java OpenDocument Converter, converts documents between different office formats.It leverages OpenOffice.org, which provides arguably the best import/export filters for OpenDocument and Microsoft Office formats available today.JODConverter automates all conversions supported by OpenOffice.org, including - Microsoft Office to OpenDocument, and viceversa - Word to OpenDocument Text (odt); OpenDocument Text ...

FarsiTeX

FarsiTeX is a free Persian/English bidirectional typesetting system based on Donald Knuth's TeX Program.TeX and his friend METAFONT have served mathematicians and technical writers all over the world for many years and helped them to write prettier and easier. Available in the release are a Windows installer, bundling the editor and ...

Word2x

Word2x is a program for converting word documents to text without any Microsoft software to help you, including non-microsoft operating systems (and therefore no OLE dll's, etc).The currently supported output formats are plain text, LaTeX and HTML. The program converts word to a central format and output modules write the desired ...

dbacl

The dbacl project consist of a set of lightweight UNIX/POSIX utilities which can be used, either directly or in shell scripts, to classify text documents automatically, according to Bayesian statistical principles. dbacl(1) is also the name of the core utility.Automatic text classification can be used for a variety of tasks, including: ...

Fontlinge

This script searches for font files and sorts them into folders by name.Fontlinge will: - find your fonts - rename files, i.e. from 'AGARBI.TTF' to 'Adobe_Garamond_Bold_Italic.ttf' - create a folder-structure - move the files to the right place - find and removes duplicate files - reunion postscript ...

fntsample

This is a program for making font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files. These are generic installation instructions.The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. ...

DHEX

DHEX is just another Hexeditor with a Diff-mode for ncurses. It makes heavy use of colors and is themeable.It is known to run on Linux, HP-UX, FreeBSD, NetBSD, MacOS X, IRIX and Solaris ...

Less

Less is a pager. A pager is a program that displays text files. Other pagers commonly in use are more and pg. Pagers are often used in command-line environments like the Unix shell and the MS-DOS command prompt to display files. Windowed environments like the Windows and Macintosh desktops don't need ...

TeXML

TeXML is an XML syntax for TeX (LaTeX, ConTeXt).The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended audience is developers who automatically generate [La]TeX or ConTeXt files. Features: - LaTeX and ConTeXt support. - No need to bother escaping TeX special characters. ...
Python

Doctester for your documentation

The doctester extracts code from stdin and tests it using the doctest module in the standard library. It can be invoked from the command line, but it is best called from you editor of choice. ...
Python

Format a text block

This function formats a block of text. The text is broken into tokens. (Whitespace is NOT preserved.) The tokens are reassembled at the specified level of indentation and line width. A string is returned. ...
Python