public class Normalize extends AbstractTool
| Modifier and Type | Class and Description |
|---|---|
class |
Normalize.Ausrichtung |
arguments, internalFrame, MENU_EXECUTE, MENU_EXECUTE_PRINT, MENU_EXECUTE_PRINT_SILENT, MENU_EXECUTE_SHOW, menuoptions, versionsarray| Constructor and Description |
|---|
Normalize()
Constructs a Burst object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createFrame()
Creates the internal frame.
|
void |
execute()
Executes the tool (in most cases this generates a PDF file).
|
protected File |
getDestPathPDF()
Gets the PDF file that should be generated (or null if the output isn't a PDF file).
|
int |
getPagecountinsertedpages() |
int |
getPagecountrotatedpages() |
protected void |
iteratePages(PdfDictionary page,
PdfReader pdfreader,
ArrayList<PdfDictionary> pageInh,
int count_in_leaf,
PdfWriter writer) |
static void |
main(String[] args)
Normalize PDF file.
|
void |
valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed.
|
actionPerformed, addVersion, getArguments, getInternalFrame, getMenubar, getUsage, getValue, setArguments, setInternalFrame, setMainArguments, setMenubarprotected void createFrame()
AbstractToolcreateFrame in class AbstractToolAbstractTool.createFrame()protected void iteratePages(PdfDictionary page, PdfReader pdfreader, ArrayList<PdfDictionary> pageInh, int count_in_leaf, PdfWriter writer) throws IOException
IOExceptionpublic void execute()
AbstractToolexecute in class AbstractToolAbstractTool.execute()public int getPagecountinsertedpages()
public int getPagecountrotatedpages()
public void valueHasChanged(AbstractArgument arg)
AbstractToolvalueHasChanged in class AbstractToolarg - StringArgumentAbstractTool.valueHasChanged(com.lowagie.toolbox.arguments.AbstractArgument)public static void main(String[] args)
args - String[]protected File getDestPathPDF() throws InstantiationException
AbstractToolgetDestPathPDF in class AbstractToolInstantiationExceptionAbstractTool.getDestPathPDF()Copyright © 2015. All rights reserved.