icepdf
icepdf copied to clipboard
PDF Rendering and Viewing API in Java
GH-356 - rejig PrinterHelper to implement Printable - should allow allow for better mixing of printable document types.
Hello, Our Project needs org.icepdf.ri.common.print.PrintHelperImpl#print(java.awt.Graphics, java.awt.print.PageFormat, int) In the current version of icepdf it seems like this method got somewhat hidden, PrintHelperImpl does implement Printable, but PrintHelper does not not...
- PR to help isolate changes from main.
Start exploring a basic javaFx based reference implementation: - revisit an old prototype I worked on a number of years ago, update it and learn what new in the javaFx...