Ejemplo n.º 1
0
 /**
  * @param permissions the permissions to set
  * @throws PageException
  */
 public void setPermissions(String strPermissions) throws PageException {
   permissions = PDFUtil.toPermissions(strPermissions);
 }