Jar examples for p:PdfLayoutManager
A page-layout manager for PDFBox to do things like line-breaking, page-breaking, and tables. Uses a box-model for styles.
You can download jar file PdfLayoutManager 0.5.1 in this page.
The Apache License, Version 2.0
You can use the following script to add PdfLayoutManager-0.5.1.jar to your project.
<dependency> <groupId>com.planbase.pdf</groupId> <artifactId>PdfLayoutManager</artifactId> <version>0.5.1</version> </dependency>
compile group: 'com.planbase.pdf', name: 'PdfLayoutManager', version: '0.5.1'
libraryDependencies += "com.planbase.pdf" % "PdfLayoutManager" % "0.5.1"
<dependency org="com.planbase.pdf" name="PdfLayoutManager" rev="0.5.1"/>
@Grapes(@Grab(group='com.planbase.pdf', module='PdfLayoutManager', version='0.5.1'))
'com.planbase.pdf:PdfLayoutManager:jar:0.5.1'
Click the following link to download the jar file.
PdfLayoutManager-0.5.1-javadoc.jar