You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/05/25 07:32:58 UTC

cvs commit: xml-forrest/etc pdf_images.txt get_fop_images.sh

jefft       2003/05/24 22:32:58

  Added:       etc      pdf_images.txt
  Removed:     etc      get_fop_images.sh
  Log:
  Remove obsolete PDF info
  
  Revision  Changes    Path
  1.1                  xml-forrest/etc/pdf_images.txt
  
  Index: pdf_images.txt
  ===================================================================
  How to get PDF images working in Forrest
  ----------------------------------------
  
  Forrest uses Apache FOP for rendering images.  FOP cannot handle all image
  types natively, and requires third-party jars to be added.  For an overview,
  see:
  
  http://xml.apache.org/fop/graphics.html
  
  Specifically, to get PNGs working in PDFs, download Jimi from 
  
  http://java.sun.com/products/jimi/
  
  Then unpack the distribution and copy JimiProClasses.zip to
  lib/core/jimi-1.0.jar.
  
  (due to Sun's licensing, we cannot redistribute Jimi with Forrest)