You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by cl...@apache.org on 2013/03/18 16:05:25 UTC

svn commit: r1457793 - /xmlgraphics/site/trunk/content/commons/postscript.mdtext

Author: clay
Date: Mon Mar 18 15:05:25 2013
New Revision: 1457793

URL: http://svn.apache.org/r1457793
Log:
Fixing NOTES

Modified:
    xmlgraphics/site/trunk/content/commons/postscript.mdtext

Modified: xmlgraphics/site/trunk/content/commons/postscript.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/commons/postscript.mdtext?rev=1457793&r1=1457792&r2=1457793&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/commons/postscript.mdtext (original)
+++ xmlgraphics/site/trunk/content/commons/postscript.mdtext Mon Mar 18 15:05:25 2013
@@ -13,7 +13,11 @@ Apache™ XML Graphics Commons conta
 - Two Graphics2D implementations, one for plain PostScript and one for writing Encapsulated PostScript (EPS).
 
 - A DSC-parser/processor: Parse, post-process and change DSC-compliant PostScript files.
-We don't currently include a PostScript interpreter though we would love to have one. A Java-based PostScript interpreter to keep an eye on is the one from the [FOray project](http://foray.sourceforge.net).
+
+> **NOTE**
+
+> We don't currently include a PostScript interpreter though we would love to have one. A Java-based PostScript interpreter to keep an eye on is the one from the [FOray project](http://foray.sourceforge.net).
+
 # The PostScript generator {#generator}
 
 The "PSGenerator" class can help writing PostScript files. It deals with things like escaping, saving/tracking/restoring graphics state, writing DSC comments and tracking of DSC resources.
@@ -68,4 +72,7 @@ But the DSC parser could potentially be 
 The DSC parser (DSCParser) was designed as a pull parser, i.e. you fetch new events from the parser inspecting them and acting on them as they are found. If you prefer to work with a push parser, you can pass the DSCParser a DSCHandler implementation and the parser will send you all the events.
 
 The best example to understand how to use the DSC parser is the PageExtractor class that implements the page extraction functionality mentioned above.
-The DSC parser is not considered feature-complete. The basic infrastructure is there but, for example, not all DSC comments are available as concrete Java classes. If you need to extend the DSC parser for your own use cases, please send us your patches.
\ No newline at end of file
+
+> **NOTE:**
+
+> The DSC parser is not considered feature-complete. The basic infrastructure is there but, for example, not all DSC comments are available as concrete Java classes. If you need to extend the DSC parser for your own use cases, please send us your patches.
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org