System.out.println("\nMetadata");
System.out.println("======");
System.out.println(currentFileInformation.getFileXMLMetaData());
/**close the pdf file*/
decode_pdf.closePdfFile();
}
//////////////////////////////////////////////////////////////////////////
/**
* main routine which checks for any files passed and runs the demo
*/