Tilman, yours appears the most elegant answer. What IDE do you recommend that somehow ties this to its "test" button? I'm more of a .Net guy than Java. Thanks!
On Wed, Sep 30, 2015 at 5:16 PM, Tilman Hausherr <[email protected]> wrote: > Am 30.09.2015 um 23:11 schrieb Daniel Wilson: > >> Following the rework done in PDFBOX-1695, how does one invoke >> TestPDFToImage? The ant build used to call it, but that is no longer >> working ... because the method it called has been removed. >> >> The comments say it works by default to accomplish the same thing it did >> before. But what is the recommended invocation for it? >> >> > I just open the file and press "test" in my IDE. The input data (PDF files > and their renderings) is in > > pdfbox reactor\pdfbox\src\test\resources\input\rendering > > and the output can be found in > > pdfbox reactor\pdfbox\target\test-output\rendering > > > A few tests (about acroform stuff) also call it directly. > > Tilman > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
