You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/05 21:33:23 UTC

[Xmlgraphics Wiki] Update of "XmlGraphicsCommonComponents" by JeremiasMaerki

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics Wiki" for change notification.

The following page has been changed by JeremiasMaerki:
http://wiki.apache.org/xmlgraphics/XmlGraphicsCommonComponents

The comment on the change is:
RTF seems to be generally usable outside of the FOP-context

------------------------------------------------------------------------------
   * IO helpers (org.apache.fop.util, by PDF and PS transcoders) [1]
   * Image adapters (org.apache.fop.image, by PDF and PS transcoders)
   * Basic FOP exceptions (org.apache.fop.apps)
+  * RTF library (org.apache.fop.render.rtf.rtflib, based on user feedback, generally usable)
  
  ''[1] Some of these classes could be candidates to go into Jakarta Commons IO.''
  
@@ -74, +75 @@

   * xmlgraphics-commons-image-adapter (Image library adapters and analyzers)
   * xmlgraphics-commons-utils (IO classes, Exception classes, ParsedURL)
   * xmlgraphics-commons-java2d (Graphics2D implementation for PDF and PS, base for the Transcoders)
+  * xmlgraphics-commons-rtf (RTF library)
  
  ==== Possible layout in SVN ====
  
@@ -94, +96 @@

                    +-- ps (PS implementation)
               +-- pdf
               +-- ps
+              +-- rtf
               +-- utils
    +-- batik
          +-- branches
@@ -122, +125 @@

   * The PDF library could be used to create PDF documents from scratch (iText is probably better suited for that).
   * The PDF library could be extended to modify existing documents (same comment as above)
   * The PS library code could be extended to support PostScript post-processing.
+  * The RTF library is reported to be used separately. There is desire for a separate JAR with only the RTF generation code.
  
  === work items ===
  

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org