com.dynamicpdf.api.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dynamicpdf-api Show documentation
Show all versions of dynamicpdf-api Show documentation
A Java Client API that uses the DynamicPDF API to create, merge, split, form fill, stamp, secure/encrypt PDF documents.
package com.dynamicpdf.api;
/**
* Base class representing an action to perform tasks in many places
* such as in outlines, links, buttons etc.
* UrlAction
and GoToAction
are derived from Action.
*/
public class Action {
Action() {
}
}