GithubHelp home page GithubHelp logo

paginated-pdfbox-table-sample's Introduction

Paginated-PDFBox-Table-Sample

This is meant to be a simple sample of how to use PDFBox to generate paginated tables. I haven't optimized or developed to code very much, but it's a working model and can be used to get some ideas on how to implement table generation using PDFBox.

This project requires pdfbox-app-1.8.4.jar

paginated-pdfbox-table-sample's People

Contributors

eduardohl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

paginated-pdfbox-table-sample's Issues

How to print text dynamically in a new page

How to print text dynamically in a new page using pdfbox? How to find the end of the page so that the data is entered automatically into next page.Every time i write the data is getting overlapped in the same page.

Indentation for a table

Would you please provide apis for writing large data dynamically in the form of a table in pdfbox.
Example 1: Please find attachment for the sample format.
Example 2: If the content in row number 1 is exceeding the limit, it should automatically go to the new line. It shouldnot disturb the indentation. Please find 2nd attachment
Hello World 2.docx

Hello World.docx

please include a licence

just to make clear in which szenarios it can be used.
I would love to use it for a project at university, pdfbox is just not as handy as your small library.

Last column heading blank

This is good, but the last column heading blank.

I fixed it by changing line 86 in Table.java - the for look in
getColumnsNameAsArray, which went

for (int i = 0; i < getNumberOfColumns() -1; i++) {

to

for (int i = 0; i < getNumberOfColumns(); i++) {

removing the "-1"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.