Reputation: 1332
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?
Upvotes: 2
Views: 404
Reputation: 90253
There are already lots and lots answers on StackOverflow dealing with similar questions.
Look at this list: 
How to unit test a Python function that draws PDF graphics? (StackOverflow)
Visual diff PDF files in order to determine pixel perfectness (StackOverflow)
How to compare two PDF files through command line (StackOverflow)
Comparison of two PDF files (StackOverflow)
PDF compare on Linux command line (StackOverflow)
Upvotes: 1