Package org.jpedal.manipulator
Interface Manipulation
- All Known Implementing Classes:
AddPage
,AddText
,IsolatePage
,RemovePage
,ScalePage
,ScalePageContent
public interface Manipulation
Defines a PDF document manipulation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(org.jpedal.io.annotation.utils.AnnotInfo info) Applies the manipulation to the current document
-
Method Details
-
apply
Applies the manipulation to the current document- Parameters:
info
- theAnnotInfo
object for the currently loaded document- Throws:
IOException
- if the manipulation cannot be applied to the document
-