/** * */ package at.gv.egiz.pdfas.api.sign.pos.page; import java.io.Serializable; /** * The page for placing the signature is selected automatically. * *

* The algorithm first tries to place the signature on the free space of the * last page (considering the footer). If there is not enough space on the last * page, a new page is appended and the signature is placed there. *

* * @author wprinz */ public class AutoPageAlgorithm extends PageAlgorithm implements Serializable { /** * */ private static final long serialVersionUID = 1L; // empty }