Giter Club home page Giter Club logo

pff's Introduction

PDF Form Filler

Table of Contents

English

PDF Form Filler (PFF) is a Java library that consists on a programatically way to process PDF formularies, fetching data from a database.

It contains a controller that has the function to read, load data and save the PDF, and an interface, the which you apply to a data model you want to send to a PDF.

Usage

  1. Create a user and a view of the data you want to load to a PDF (For security reasons)
  2. Configure the credentials of the user in the library (TODO)
  3. Implement the interface PdfFillable to the data model.
  4. Create an instsance of the class PdfFormFiller, passing the path of the PDF to fill.
  5. Use the instance methods to manipulate the data.

There's an example in the class Standalone of the usage of the} library

Spanish

PDF Form Filler (PFF) es una liberia de Java para procesar formularios PDFs de manera programatica desde una base de datos.

Consiste en un controlador que se encarga de leer, traspasar y guardar el PDF y una interfaz, la cual se aplica a modelos de datos que se quieran traspasar a PDF.

Uso

  1. Crear un usuario y una vista en la base de datos que se quiera acceder. (Por terminos de seguridad)
  2. Configurar las credenciales de la base de datos (POR IMPLEMENTAR)
  3. Implementar la interfaz PdfFillable al modelo de datos a consultar.
  4. Crear una instancia de la clase PdfFormFiller, entregando la dirección absoluta del PDF a rellenar.
  5. Utilizar los metodos de la instancia para manipular los datos.

En la clase Standalone hay un ejemplo del uso de la libreria.

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.