# pdfbox-layout **Repository Path**: xinxing_me/pdfbox-layout ## Basic Information - **Project Name**: pdfbox-layout - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-14 - **Last Updated**: 2025-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Release](https://jitpack.io/v/ralfstuckert/pdfbox-layout.svg)](https://jitpack.io/#ralfstuckert/pdfbox-layout) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) # pdfbox-layout A tiny layout library on top of pdfbox. Main features are * word wrapping * text alignment * paragraphs * pagination See the [Wiki](https://github.com/ralfstuckert/pdfbox-layout/wiki) for more information on the usage, or browse the [javadoc](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox2-layout/1.0.1/javadoc/). These articles may also be useful as a short introduction: * [PDF text layout made easy with PDFBox-Layout](https://hardmockcafe.blogspot.de/2016/04/pdf-text-layout-made-easy-with-pdfbox_17.html) * [Creating Lists with PDFBox-Layout](https://hardmockcafe.blogspot.de/2016/06/creating-lists-with-pdfbox-layout.html) * [Hyperlinks with PDFBox-Layout](http://hardmockcafe.blogspot.de/2016/08/hyperlinks-with-pdfbox-layout_46.html) ## Supports pdfbox 1.8.x and 2.x The library comes in two flavors: one for Apache pdfbox 1.8.x, and the other for pdfbox 2.x artifactId | pdfbox version ---------- | ------------- pdfbox**1**-layout | pdfbox **1**.8.x pdfbox**2**-layout | pdfbox **2**.x ### Get it: As of 0.2.0 pdfbox-layout is available from [jitpack.io](https://jitpack.io/#ralfstuckert/pdfbox-layout). #### Maven: ```xml jitpack.io https://jitpack.io ... com.github.ralfstuckert.pdfbox-layout pdfbox2-layout 1.0.1 ``` #### Gradle: ```gradle repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { compile 'com.github.ralfstuckert.pdfbox-layout:pdfbox2-layout:1.0.1' } ``` #### Download: artifact | pdfbox**1**-layout | pdfbox**2**-layout :--- | :--- | :--- **binary** | [pdfbox1-layout-1.0.1.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox1-layout/1.0.1/pdfbox1-layout-1.0.1.jar) | [pdfbox2-layout-1.0.1.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox2-layout/1.0.1/pdfbox2-layout-1.0.1.jar) **sources** | [pdfbox1-layout-1.0.1-sources.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox1-layout/1.0.1/pdfbox1-layout-1.0.1-sources.jar) | [pdfbox2-layout-1.0.1-sources.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox2-layout/1.0.1/pdfbox2-layout-1.0.1-sources.jar) **javadoc** | [pdfbox1-layout-1.0.1-javadoc.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox1-layout/1.0.1/pdfbox1-layout-1.0.1-javadoc.jar) | [pdfbox2-layout-1.0.1-javadoc.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox2-layout/1.0.1/pdfbox2-layout-1.0.1-javadoc.jar) **examples** | [pdfbox1-layout-1.0.1-examples.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox1-layout/1.0.1/pdfbox1-layout-1.0.1-examples.jar) | [pdfbox2-layout-1.0.1-examples.jar](https://jitpack.io/com/github/ralfstuckert/pdfbox-layout/pdfbox2-layout/1.0.1/pdfbox2-layout-1.0.1-examples.jar)