Uses of Interface
com.openhtmltopdf.java2d.api.FSPageOutputStreamSupplier
Packages that use FSPageOutputStreamSupplier
-
Uses of FSPageOutputStreamSupplier in com.openhtmltopdf.java2d.api
Fields in com.openhtmltopdf.java2d.api declared as FSPageOutputStreamSupplierModifier and TypeFieldDescriptionprivate final FSPageOutputStreamSupplierDefaultPageProcessor.DefaultPage._osfprivate final FSPageOutputStreamSupplierDefaultPageProcessor._osFactoryConstructors in com.openhtmltopdf.java2d.api with parameters of type FSPageOutputStreamSupplierModifierConstructorDescriptionDefaultPage(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat) DefaultPageProcessor(FSPageOutputStreamSupplier osFactory, int imageType, String imageFormat) Creates a page processor which saves each page as an image.