Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-1287

AWT claims to support out-of-order: doesn't

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.5
    • None
    • renderer/awt
    • None
    • Operating System: All
      Platform: All
    • 41306

    Description

      I've been using the AWT viewer to view a document and then using OS X's print
      facilities to save as PDF. I am using fop trunk. Unfortunately, the pages appear
      in a non-obvious order, both on the display and when printed.

      Digging about in the source, I found this in
      src/java/org/apache/fop/render/awt/AWTRenderer.java:

      /** @see org.apache.fop.render.Renderer */
      public boolean supportsOutOfOrder()

      { return true; // TODO true? }

      I don't think it is true. Changing it to return false made fop behave sensibly,
      although obviously it rendered all the pages before showing me anything.

      Attachments

        Activity

          People

            fop-dev@xmlgraphics.apache.org fop-dev
            simon@simon-cozens.org Simon Cozens
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: