tbessie

Results 3 issues of tbessie

**Describe the bug** When I create a new Document and add images to it, I set the page size for each image received before adding the image. However, the page...

bug

**Describe the bug** I can't change all PdfName properties with PdfWriter.addViewerPreference() **To Reproduce** Try something like this: writer.addViewerPreference(PdfName.MEDIABOX, new PdfRectangle(PageSize.LETTER)); ... observe that the resulting PDF does not have the...

bug

I don't know if this is the proper place to mention this, but it seems nonsensical for requestDevice() to bring up the dialog even if the filter isn't matched. As...