Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: 4.0
    • Fix Version/s: None
    • Component/s: Core/Parsing
    • Labels:
      None
    • Environment:
      Printing to Windows XPS or fax virtual printers
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      1.) Where content types permit, set the system property -Dorg.icepdf.core.paint.disableClipping=true.

      2.) Replace line 419 in PrintHelper currenPage.paint(...) with
           Image image = viewController.getDocument().getPageImage(pageIndex,
                      GraphicsRenderingHints.PRINT,
                      Page.BOUNDARY_CROPBOX,
                      rotation, zoomFactor);
              printGraphics.drawImage(image,0,0,null);

            Lower quality print but avoids the clipping issue as well
      Show
      1.) Where content types permit, set the system property -Dorg.icepdf.core.paint.disableClipping=true. 2.) Replace line 419 in PrintHelper currenPage.paint(...) with      Image image = viewController.getDocument().getPageImage(pageIndex,                 GraphicsRenderingHints.PRINT,                 Page.BOUNDARY_CROPBOX,                 rotation, zoomFactor);         printGraphics.drawImage(image,0,0,null);       Lower quality print but avoids the clipping issue as well

      Description

      A few clients have sent us PDF samples that render correctly on screen but are subject to clipping problems when printing.

        Issue Links

          Activity

            People

            • Assignee:
              Patrick Corless
              Reporter:
              Patrick Corless
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: