com.lowagie.tools.plugins

Class Txt2Pdf

public class Txt2Pdf extends AbstractTool

Converts a monospaced txt file to a PDF file.
Constructor Summary
Txt2Pdf()
Constructs a Txt2Pdf object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Converts a monospaced txt file to a PDF file.
voidvalueHasChanged(ToolArgument arg)

Constructor Detail

Txt2Pdf

public Txt2Pdf()
Constructs a Txt2Pdf object.

Method Detail

createFrame

protected void createFrame()

See Also: createFrame

execute

public void execute()

See Also: execute

getDestPathPDF

protected File getDestPathPDF()

See Also: getDestPathPDF

main

public static void main(String[] args)
Converts a monospaced txt file to a PDF file.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged