org.pptx4j.pml.script Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docx4j Show documentation
Show all versions of docx4j Show documentation
docx4j is a library which helps you to work with the Office Open
XML file format as used in docx
documents, pptx presentations, and xlsx spreadsheets.
# sed script to insert "header.txt" above the first line
1{h; r header.txt
D; }
2{x; G; }
#- - -end of sed script- - -