PHP-based application framework: Horde
Horde also makes heavy use of PEAR, the PHP Extension and Application Repository.
Java related news and links.
make
somewhat. Unlike make
, which can be extended with shell-based commands, Ant is extended using Java classes, and instead of writing shell commands, Ant's configuration files are XML-based, calling out a target tree where various tasks get executed. But if you really need to, you can execute a shell command by using Ant's <exec>
task, which allows different commands to be executed based on the host OS.
PdfContentByte cb = writer.getDirectContent();
BarcodeEAN codeEAN = new BarcodeEAN();
codeEAN.setCodeType(codeEAN.EAN13);
codeEAN.setCode("9780201615883");
Image imageEAN = codeEAN.createImageWithBarcode(cb, null, null);
document.add(new Phrase(new Chunk(imageEAN, 0, 0)));
<itext
src="Plain.xml"
dest="Test1.pdf"
header="My header"
footer="pagenumbering">
</itext>