Download PdfLayoutManager-0.5.1.jar file - Jar p

Jar examples for p:PdfLayoutManager

Description

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.

License

The Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

PdfLayoutManager-0.5.1-javadoc.jar
PdfLayoutManager-0.5.1-sources.jar
PdfLayoutManager-0.5.1.jar
PdfLayoutManager-0.5.1.pom



Related Tutorials