2

In order to test the results of most of my business requirements I need to find out if a PDF is rendered correctly.

A typical test involves a few UI interactions with an Web application and the download of the resulting PDF.

Then the results should be compared to their expectations.

Is there a testing framework capable of examining a PDF?

Kurt Pfeifle
  • 86,724
  • 23
  • 248
  • 345
Roland Kofler
  • 1,332
  • 1
  • 16
  • 33
  • 1
    Take a look at the [testutils](https://github.com/itext/itextpdf/tree/master/src/main/java/com/itextpdf/testutils) that ship with iText and at the way we test PDF files in our [test classes](https://github.com/itext/itextpdf/tree/master/src/test/java/com/itextpdf). – Bruno Lowagie Apr 13 '15 at 14:12

1 Answers1

1

There are already lots and lots answers on StackOverflow dealing with similar questions.

Look at this list: 

Community
  • 1
  • 1
Kurt Pfeifle
  • 86,724
  • 23
  • 248
  • 345