com.lowagie.toolbox.plugins
public class Normalize extends AbstractTool
Since: 2.1.1 (imported from itexttoolbox project)
| Nested Class Summary | |
|---|---|
| class | Normalize.Ausrichtung |
| Field Summary | |
|---|---|
| FileArgument | destfile |
| float | height |
| PdfDictionary | lastpage |
| int | pagecount |
| int | pagecountinsertedpages |
| int | pagecountrotatedpages |
| float | tolerancex |
| float | tolerancey |
| float | width |
| Constructor Summary | |
|---|---|
| Normalize()
Constructs a Burst object. | |
| Method Summary | |
|---|---|
| void | appendemptypageatend(PdfReader reader, PdfWriter writer) |
| protected void | createFrame() |
| void | execute() |
| protected File | getDestPathPDF() |
| 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 | Seitehinzufuegen(PdfDictionary page, int count_in_leaf, PdfWriter writer, ArrayList<PdfObject> arl)
Bei ungeraden Seiten die Seitenabmessungen speichern |
| void | valueHasChanged(AbstractArgument arg) |
See Also: createFrame
See Also: execute
Parameters: args String[]
Parameters: arg StringArgument
See Also: valueHasChanged