Main > Free Download Search >

Free fo software for mac

fo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
FO Outliner 0.9o

FO Outliner 0.9o


Information outliner. more>>
FO Outliner is a simple outliner where chunks of information can easily be managed and organized as items.
<<less
Download (2.9MB)
Added: 2004-05-22 License: Freeware Price:
1982 downloads
FO Converter 2.2p1

FO Converter 2.2p1


FO Converter is a JavaTM component designed to convert XSL Formatting Objects more>>
FO Converter is a JavaTM component designed to convert XSL Formatting Objects (XSL-FO) to formats compatible with MS-Word, namely Rich Text Format (RTF) and WordprocessingML (WML).
In other words, it can be used to convert XML data or XML documents to MS-Word documents.
FO Converter preserves the structure of the original document and most of the presentation information (font attributes, indentation, etc). The RTF output conforms to version 1.6 of the specification and is compatible with MS-Word 2000 and newer versions. The WML output is compatible with MS-Word 2003.
FO Converter, as a software component, is intended for integration in a servlet or desktop JavaTM application, through the use of a high-level API. However, stand-alone applications using the conversion engine are also provided. These include command-line executables and a graphical user interface.
Enhancements:
Enhancements
- Better handling of white space at the beginning/end of a paragraph.
- Fixed issue with characters - and . in id property values. (The RTF loader of MS-Word replaces these characters with _ (underscore) in bookmark names.)
Bug Fixes
- List item labels containing non-textual objects (e.g. images) were not handled properly. (This bug was introduced with version 2.1.)
- The body of a footnote was ignored if the footnote element was a child of another inline-level element.
- Bad shorthand property values (e.g. border="1") would possibly result in a ClassCastException.
<<less
Download (7.2MB)
Added: 2005-11-01 License: Freeware Price:
1459 downloads
Inforama 1.2 GA1

Inforama 1.2 GA1


Document templates, generation and distribution automation more>> Document templates, generation and distribution automation

Inforama will allow you to import existing Acrobat forms and create letter templates using OpenOffice.
Merge data to produce high quality PDF documents and automatically email, print and view.

Main features:
- Compose document tempates, Import Acrobat Forms
- Link to databases, spreadsheets and other data sources
- Generate PDFs, Merge PDFs, Email PDFs
- Carry out mailshots, Format data, Print documents
- Integrate with existing systems
- Generate documents via webservices
- Automatically store documents in a central respository

Enhancements
- Fixed bug with invalid encoding in FO doc
- Fixed bug with studio hanging when invalid folder selected #2665219
- Added feature request to improve the project open dialog #2665209
- Fixed bug with numbered bullets not outputting correctly #2665088
- Fixed bug with hyphenation causing exception #2657880
- Fixed bug with table name in binding not working #2637048
- Fixed bug with dialog not showing errors due to NPE #2674624
- Fixed bug with numbered bullets not outputting properly #2665088
- Fixed bug with email subject not displaying #2657084
- Fixed bug with XSL-FO not being parsed #2674623
- Fixed bug with error messages not getting translated #2674624
- Fixed bug with mailshots not iterating #2671554
- Fixed bug where documents only generate when Studio is running in English #2671694
- Fixed bug where mailshot couldnt be sent without attachment #2671518

<<less
Download (34.2MB)
Added: 2009-05-11 License: GPL Price: FREE
204 downloads
Serna Free XML Editor 4.1

Serna Free XML Editor 4.1


Free WYSIWYG XML editor, cross-platform, supports DITA, Docbook, and other popular XML formats. more>>


An easy-to-use WYSIWYG XML editor intended for students, open-source projects, and other non-commercial uses. Authors with virtually no XML experience can start working with structured content in a familiar environment that looks much like a conventional word processor. Serna employs XSLT and XSL-FO to render documents in print-like appearance. This approach gives a lot of opportunities for document rendering, such as localized generated content, profiled views, composition of a document from multiple chunks, in-line attribute editing, and others.
Serna offers exceptional DITA 1.1 support and comes with integrated DITA Open Toolkit. Flexible visualization of DITA maps and topics with the ability to resolve referred content and in-place editing of local conrefs greatly simplify DITA authoring.
Key Features: Available for MacOS X, Linux, Microsoft Windows (2000, XP, Vista), and Sun Solaris/SPARC; Built-in support for all popular document types (DITA, Docbook, XHTML, TEI P4, NITF, etc); On-the-fly Schema validation; Context-sensitive element help; Entity and XInclude in-place editing; Drag-and-drop with on-the-fly validation; UNICODE support and multilingual spell checking; User interface localized into several languages (including Chinese, Dutch, French, German, Igbo, Italian, Norwegian, Russian, Swedish)

<<less
Download (76MB)
Added: 2009-03-31 License: Freeware Price:
13 downloads
Jomic 0.9.30

Jomic 0.9.30


A viewer for comic book archives. It can handle both CBZ and CBR archives and has a two page mode more>> Jomic 0.9.30 is a versatile software which functions as a viewer for comic book archives. It can handle both CBZ and CBR archives and has a two page mode

Jomic can handle both CBZ and CBR archives and has a two page mode. Supported image formats are JFIF/JPEG, PNG, TIFF, and GIF. Jomic is Open Source software distributed under the GNU General Public License.

Major Features:

  1. Fixed NoClassDefFoundError in launcher scripts if installation path contained blanks (as in "C:Program Files") [Bug 1537824].
  2. Fixed overlap of two images when reading from left to right in full-screen [Bug 1594668].
  3. Fixed keyboard handling in full-screen mode. (Note: Java keyboard handling is a nightmare. Java full-screen mode is a nightmare. Together, they are almost unbearable. After lots of sweat and tears Im now reasonably convinced that assigning a KeyListener to the full-sscreen frame directly is pretty much on the only way to make it work. With no other JComponent in the frame needed and no InputMap ever touched.) [Part of Bug 1445957].
  4. Fixed occasional empty screen when switching to full-screen. The reason was that Swings repaint events were disabled too late, so that after initially drawing the image a repaint was sent. Because the full-screen paint() does nothing, it just cleared the screen.
  5. Fixed AssertionError when attempting to open next/previous comic while in full-screen and already at last/first issue.
  6. Fixed error message if full-screen could not be opened due incapable device.
  7. Changed image rendering to use bilinear interpolation instead of the platforms default. This increases the quality of rescaled images, in particular under Windows XP.
  8. Added check box "Open in full screen" to "Open comic" dialog.

Enhancements:

  • Fixed error: Problem occurs when computing a tile by the owner [Bug 1827855].
  • Fixed rendering of black and white images [Bug 1456026].
  • Fixed various rendering issues in windowed mode by getting rid of the deprecated and buggy DisplayJAI and using code similar to full screen mode.
  • Fixed resource leaks related to image drawing (Developer note: missing Graphics.dispose()).
  • Improved performance of displaying certain JFIF/JPEG images that until now occupied the CPU for several seconds. (Developer note: This was caused by Graphics2D.drawRenderedImage() being awfully slow with a scale transformation and render settings using VALUE_INTERPOLATION_BILINEAR and has been fixed by internally enforcing all images to be 32-bit RBG without alpha channel.)
  • Fixed "Cant find resource for bundle" error when attempting to warn that a web page could not be opened [Bug 1886584].
  • Changed space bar and mouse navigation to automatically open previous/next comic when reaching the beginning/end of comic. Page up/down still have the old way and can be used to navigate without possible files being opened.
  • Added rotation set with View Rotate right and View Rotate left to be preserved over sessions.
  • Added http://jomic.sourceforge.net/PAD_FILE.XML to make it simple fo rautomatic tools and interested web sites to check for updates of Jomic.
  • Updated Quaqua to version 4.4.1.
  • Added frequently asked question "Why are some images of a comic displayed in wrong order?"
<<less
Download (8.7MB)
Added: 2009-06-15 License: GPL Price: FREE
282 downloads
Feinstaub 0.4

Feinstaub 0.4


Feinstaub - Shows the current air quality information for the North Rhine-Westphalia area (Germany) more>>
Feinstaub displays current air quality information fo the North Rhine-Westphalia area (Germany).
Main features:
- You can select the desired monotoring location out of 48 surveillance stations
- The content is provided by Landesumweltamt Nordrhein-Westfalen www.lua.nrw.de
- The data is updated hourly
- Shows the Air Quality Index (AQI)
- Shows the Air Quality Discriptor (AQD)
- Shows the maximum permissible value overstepping in the current year.
<<less
Download (216KB)
Added: 2007-05-18 License: Freeware Price:
890 downloads
Cornerfix X 1.0

Cornerfix X 1.0


Cornerfix is a little program to fix the blind corners of the MacOS X title bar. Inspired by Michael Herfs Bumper for Windows, it will keep your mouse out of the blind spots, effectively putting the more>> Cornerfix is a little program to fix the blind corners of the MacOS X title bar. Inspired by Michael Herfs Bumper for Windows, it will keep your mouse out of the blind spots, effectively putting the Apple menu and whatever you have on the right side of the menubar (ASM?) in the corners of the screen.

10x20 pixel patches that make it easy to miss items at the ends of the menu bar, Cornerfix keeps your mouse out fo that blind spots and places it on the menu item at the end of the bar - effectively, putting them in the screen corners.

Requirements:
Mac OS X 10.1 or later.
<<less
Download (8K)
Added: 2002-09-17 License: Free Price:
downloads
Quick CD Cover 1.1

Quick CD Cover 1.1


Quick CD Cover - iTunes Apple Script for CD cover layouts more>>
Quick CD Cover is a simple Apple Script using the strenght of XSLT + XSLT:FO for generation of simple CD cover layout from iTunes.
Put the script into ~/Library/iTunes/Scripts/, create the folder if it doesnt exist.
Completly freeware for non-commercial use.
Enhancements:
- Fixed html entities export
- Added simple xml export script.
<<less
Download (125KB)
Added: 2006-09-13 License: Freeware Price:
692 downloads
Magnetosphere 0.2b

Magnetosphere 0.2b


Magnetosphere provides you a useful multimedia tool which does stuff in iTunes. more>>

Magnetosphere 0.2b provides you a useful multimedia tool which does stuff in iTunes. There is magnetism, there is gravity, but on top of all of that, there is awesomeness. Watch as all the dots and ribbons go bouncy bouncy when you play music and trigger this mo-fo of a visualizer. This is the future of visuals. By the way, dont go crazy with the A and S keys - they add or subtract a hundred particles at a time - tap once or twice and wait for the results. If it starts acting poorly because you hit a bunch of keys, just quit and restart.

Enhancements:
  • Reset particles with r key.
  • Fixed bug where shift key interfered with the hotkeys.
  • Improved fullscreen support
    • Breaks fullscreen on Boot Camp.
  • Display track info with i key.
  • Unicode track information.
  • Various performance optimizations.
Requirements:
  • iTunes

<<less
Download (1.1MB)
Added: 2007-07-20 License: Free Price:
downloads
 
Other version of Magnetosphere
Magnetosphere 0.1bWatch as all the dots and ribbons go bouncy bouncy when you play music and trigger this mo-fo of a visualizer. This is the future of visuals. God help you if you smoke the reefer cause you can kiss your
License:Freeware
Download (1.1MB)
1614 downloads
Added: 2007-05-02
View Your Mind 1.9.0

View Your Mind 1.9.0


VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts more>>
VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps are able to help you improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts, to sort your ideas etc.
Maps can be drawn by hand on paper or a flip chart and help to structure your thoughs. While a tree like structure like shown on this page can be drawn by hand or any drawing software vym offers much more features to work with such maps.
vym is not another drawing software, but a tool to store and modify information in an intuitive way. For example you can reorder parts of the map by pressing a key or add various information like a complete email by a simple mouse click.
A map can concentrate a very complex content on little space e.g. a piece of paper. It helps to use both sides of your brain: the logical side and also your creative side (e.g. by using pictures, colors and keywords in a map, so called anchors). It is a technique to organize the way you think: It can help you by developing, sorting and memorizing your thoughts.
Because you just use keywords and drawings, it is much faster than good old fashioned notes. Your brain memorizes things by associating them to other things -- a map makes use of those connections and stimulates new asccociations.
vym is designed to make changes in the map very easy: e.g. if you use it for time management, just move a task to another place or recolor it by a simple mouse click in order to assign it to another day in the week or to give it a new priority.
There are lots of webpages (see e.g. the Wikepedia links below) and also books out there, providing lots of information on working with maps.
Enhancements:
Features:
- Opening of tabs in Firefox or Mozilla
- Documentation is up to date now
- More icons
- New environment variable VYMHOME
- New icons. Icons and flags are not longer linked statically.
- Konqueror can open URLs in new tabs now.
- Hide Export Flag lets you hide objects in exports
- Floatimages now are basically ornamented objects. They could have e.g. an URL later
- On error the XML Parser shows the line which is causing the error
- Added export to Taskjuggler. xslt by Matt.
- Include Images Horizontalls
- rudimentary import mmaps
- Import KDE bookmarks
- Own class xsltproc for doing xml transformations
- Export to Open Office 2.x (Open Document) basically works
- Export to XHTML uses smaller icon for URLs now
- Multiple File selection while loading maps and images
- Small optimization in zip/unzip functions
- FATE support for URLs
- Added idAttr to BranchObj::saveToDir
- Currently 15 levels of undo (GUI to set value still missing)
- Experimental LaTeX Export (without headers and opions so far)
- Link of a branch can be hidden, if object is not selected
- added debian subdirectory created by Steffen Joeris
- added license to new aboutwindow
- Added keyboard shortcut to reset zoom factor
- Added subscript and superscript to note editor
- Drag and Drop also for .vym and files (Jakob Hilmer)
- More speedup on moving/relinking branches
Bugfixes:
- No more duplicate xLinks
- Saving original filename of floatimages finally works
- Positioning of floatimages while adjusting canvas size (also optimized code a bit)
- Right click e.g. on URL Flag opened URL _and_ context menu
- Deleting selection works also if Delkey is disabled.
- Exclusive flags did not work properly.
- Wrong icon in texteditor for text underline
- Changed screenshots in docu to represent new look
- Fixed z-plane of floatimage. Images did hide flags.
- wrong paths in XHTML export (#168033), caused by wrong vymBaseDir
- Problem with vymlinks pointing to higher directories (#159770)
- All exports support hiding of objects now
- exportDir in XHTML export is correctly saved in map and defaults to current directory
- Workaround QT problem, where QT writes invalid XML code by not escaping & in fontnames
- Images preview in filedialog works again. Seemed to be a QT issue when multiple fileselections were allowed.
- Canvas Size corrected when flag is toggled
- Hide Include Images Horizontally (not implemented yet)
- Include Images Vertically was not read from saved file FloatObjects now use hideLinkIfUnselected, no more drawing errors, if FO is selected (undefined link)
- FloatImages dont get lost during save after they have been relinked to new parent
- Editing heading of mapcenter now also corrects position
- Copy/Paste was currently not possible for images. Now completly rewrote mechanism. Instead of invisible map now XML import is used (Multiple clipboards should be not difficult now)
- Added small fix from Khaled Ahmed needed for display of arabic languages
- Zoomed map no longer jumps around when branch is selected or moved.
- TextEditor now has grey background again, if it is empty
- BranchObj no longer need to connect to TextEditor, BranchObj is no longer a QOBJECT
- Some minor changes so that translations use arguments now instead of several calls to tr()
- Fixed pasting vymlinks: Pasting a branch to a target in another map caused vym to go into an endless loop, if the vymlink of the branch pointed to the new map.
- Invisible floatimages (which have a scrolled parent) no longer can be selected
- Fixed link handling in aboutdialog.
- Added ... to menu entries leading to another dialog The setting option Delete Key is working again
- A branch moved from left side to right had wrong orienation Heading sizes now correct after moving e.g. mainbranch to a branch
- Problems with closing of note editor when text was modified.
- Frames didnt become invisible if scrolled if selection changed before undo, undo worked on wrong branch
- included math.h again to enable compiling with gcc4
- if selection changed before undo, undo worked on wrong branch
- changed MapEditor::undo and ::saveState to also save selection
<<less
Download (16.7MB)
Added: 2007-07-13 License: GPL Price:
850 downloads
Highlight (OS X) 2.4.7

Highlight (OS X) 2.4.7


Highlight (OS X) is created to be a useful source code transformer with the ability to convert code to HTML, XHTML, RTF, LaTeX, TEX, XSL-FO and XML files more>>

Highlight (OS X) 2.4.7 is created to be a useful source code transformer with the ability to convert code to HTML, XHTML, RTF, LaTeX, TEX, XSL-FO and XML files with syntax highlighting. (X)HTML output is formatted by CSS. It supports customizable color theme and language descriptions with regular expressions.

Requirements: Mac OS X

<<less
Download (452.7KB)
Added: 2007-02-06 License: Freeware Price:
downloads
Teaching Addition 2009

Teaching Addition 2009


Teach math to kindergarten or early elementary school children. more>>

Teaching Addition 2009 is an excellent utility and the best choice for you to invest in education. This is free educational software to teach Math to kindergarten or early elementary school children. Parent participation is required to teach step-by-step method. Children are required to have ability to count numbers up to at least 20 to begin. If your children is not ready for this, you can obtain another software named "Number sense" published from the same company. For children who shows a good progress in additional can move on to multiply.

The software "multiply" published by the same company starts with counting numbers in multiple, and goes through multiplication table completely in a very easy way.

Major Features:

  1. This is not a game software which teach nothing about math.
  2. This software lead parent to play with children and master the basic concept fo addition using tools on the display. Parent will know exactly what to do to tech children learn 4 + 5 = 9, and why so.
  3. It extend to the concept of carry in order to learn multi-digit number additional later.
<<less
Download (90.9MB)
Added: 2009-06-08 License: Freeware Price:
17 downloads
TastesPotting Wigdet 1.0

TastesPotting Wigdet 1.0


Have the latest delights at tastespotting.com on your dashboard. more>> EditiX is a powerful and easy to use XML editor and XSLT debugger for Windows, Linux and Mac OS X designed to help web authors and application programmers take advantage of the latest XML and XML-related technologies such as XSLT / FO, DocBook and XSD Schema. EditiX provides users with an extensive range of XML functionality within a refined IDE that guides you with intelligent entry helpers. EditiX has realtime XPath location and syntax error detection. Helpers are also provided with context syntax popup supporting DTD, Schema and RelaxNG. EditiX supports multiple templates and project management. User can apply XSLT or FO Transformation and show the result with a dedicated view. All the process can be managed by shortcuts. Working locally is managed with OASIS XML Catalogs. EditiX includes default templates with XML, DTD, XHTML, XSLT, XSD, XML RelaxNG, SVG, MathML and XML FO.<<less
Download (203KB)
Added: 2008-11-02 License: Freeware Price: FREE
192 downloads
XMLmind XML Editor 4.4.0

XMLmind XML Editor 4.4.0


Highly-extensible, multi-platform, validating XML editor featuring a word processor-like view more>> Highly-extensible, multi-platform, validating XML editor featuring a word processor-like view

XMLmind XML Editor is a highly-extensible, multi-platform, validating XML editor featuring a word processor-like view.
XMLmind XML Editor is a powerful tool available in two editions: Standard Edition and Professional Edition. Standard Edition is free of charge but has fewer features than Professional Edition.

Main features:
- Supports the DTD, W3C XML Schema, RELAX NG schemas, XML namespace, XSLT, XPath, XInclude, XML catalog standards.
- Editing commands are DTD/schema aware. This makes creating invalid documents almost impossible.
- Word processor-like views are configured using cascading style sheets (CSS2).
- When a CSS style sheet is not available for a document, a fully editable tree view is used instead of the word processor-like view.
- Multiple, synchronized, views can be used to edit the same document.
- Standard controls such as buttons, check boxes, combo boxes, text fields, etc, can be embedded in the word processor-like view. With this feature, XXE can be used to edit XML data, XML documents or a mix of both content types.
- Has an easy to use and yet extremely powerful integrated spreadsheet engine.
- Can transform the document being edited using a built-in XSLT engine and FO processor plug-ins.
- Supports many image formats (GIF, JPEG, PNG, SVG, TIFF, BMP, EPS, PDF, etc) through the use of image toolkit plug-ins.
- Can be used to edit documents stored on an FTP or WebDAV server.
- Ready-to-use support for XHTML (including HTML.4 tables and forms), DocBook (including CALS tables), Simplified DocBook, Slides.
- Localized to English, French, German and Czech. Spell checker with dictionaries for English, French, German and Spanish.
- Multi-platform: Windows, Linux, Mac OS X.
- Can be customized (menu, tool bar, keyboard shortcuts, macro-commands, etc) without any programming, using modular XML configuration files.
- Can be extended by writing custom commands and custom views in the JavaTM programming language.
- Configuration files and Jar files containing extension code can be centralized on an HTTP or FTP server.
- Can be deployed using JavaTM Web Start.

System requirements:
-
- At least 256Mb of memory and a 600MHz CPU.
- 60Mb of free disk space, 120Mb for a self-contained distribution which includes a Java 1.5 runtime.

Enhancements
- Suns ``next generation JavaTM plug-in can be used to run XMLmind XML Editor (Professional Edition only) as an applet.
- Integrated support for input methods (e.g. Japanese Romaji Input).
- Several other enhancements make XMLmind XML Editor (all editions) more comfortable to use.

<<less
Download (19.8MB)
Added: 2009-06-05 License: Freeware Price: FREE
190 downloads
Simplicity Professional 1.2.1

Simplicity Professional 1.2.1


Simplicity Professional is a feature-rich and trustworthy program which combines speed, technology, and ease-of-use fo a complete development environment. more>>

Simplicity Professional 1.2.1 is a feature-rich and trustworthy program which combines speed, technology, and ease-of-use fo a complete development environment. Experienced and new developers can create professional applets and applications. Features include database integration and cross-platform testing.

<<less
Added: 2000-07-27 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2