All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openhtmltopdf.java2d.api.FSPageProcessor Maven / Gradle / Ivy

Go to download

Openhtmltopdf is a CSS 2.1 renderer written in Java. This artifact supports image output with the Java2D API.

The newest version!
package com.openhtmltopdf.java2d.api;

public interface FSPageProcessor {
	public FSPage createPage(int zeroBasedPageNumber, int width, int height);
	public void finishPage(FSPage pg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy