Package org.daisy.dotify.formatter.impl.writer

Provides PagedMediaWriterFactoryService implementations.

The main classes are PEFMediaWriterFactoryService and TextMediaWriterFactoryService.

Note on adding PagedMediaWriter implementations: First consider if your needs can be met by converting a PEF file to your desired format using (or extending) Braille Utils. If not, please add a class to this package, implementing "PagedMediaWriter". If your output format requirements cannot be met by implementing PagedMediaWriter, please consider submitting a feature request.

IMPORTANT: This package contains implementations that should only be accessed using the Java SPI or OSGi. Additional classes in this package should only be used by the implementations herein.