All Projects → jobsta → Reportbro Lib

jobsta / Reportbro Lib

Licence: agpl-3.0
PDF and Excel report generation library. Reports can be designed with reportbro-designer, a javascript plugin.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Reportbro Lib

Markdownviewerplusplus
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
Stars: ✭ 865 (+1911.63%)
Mutual labels:  pdf
Webpdf.js
Foxit webpdf.js provides a world-class JavaScript library for viewing PDF files in web browsers.
Stars: ✭ 31 (-27.91%)
Mutual labels:  pdf
Thinreports
Thinreports is an open source report creation tool for Ruby.
Stars: ✭ 40 (-6.98%)
Mutual labels:  pdf
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-72.09%)
Mutual labels:  pdf
Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (-32.56%)
Mutual labels:  pdf
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+2148.84%)
Mutual labels:  pdf
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+1888.37%)
Mutual labels:  pdf
Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-4.65%)
Mutual labels:  pdf
Rmanns
Remove annotations from the e-books downloaded from the pirate sites, such as www.it-ebooks.info, www.allitebooks.com and another ones.
Stars: ✭ 30 (-30.23%)
Mutual labels:  pdf
Ng2 Pdf Viewer
📄 PDF Viewer Component for Angular 5+
Stars: ✭ 997 (+2218.6%)
Mutual labels:  pdf
Mangareader To Ebook
download mangareader and make epub
Stars: ✭ 12 (-72.09%)
Mutual labels:  pdf
Pypergrabber
Fetches PubMed article IDs (PMIDs) from email inbox, then crawls PubMed, Google Scholar and Sci-Hub for respective PDF files.
Stars: ✭ 14 (-67.44%)
Mutual labels:  pdf
Pdfforms
Populate fillable pdf forms from csv data file
Stars: ✭ 33 (-23.26%)
Mutual labels:  pdf
Asciidoctor Pdf
📃 Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
Stars: ✭ 868 (+1918.6%)
Mutual labels:  pdf
Mkdocs With Pdf
Generate a single PDF file from MkDocs repository.
Stars: ✭ 39 (-9.3%)
Mutual labels:  pdf
Pypdfcompare
Visual, page-by-page comparison of two PDF files
Stars: ✭ 11 (-74.42%)
Mutual labels:  pdf
React Native Pdf
A <Pdf /> component for react-native
Stars: ✭ 960 (+2132.56%)
Mutual labels:  pdf
Node Prince
Node API for executing PrinceXML via prince(1) CLI
Stars: ✭ 42 (-2.33%)
Mutual labels:  pdf
Markdown2pdf
A simple library to convert markdown to pdf using Java
Stars: ✭ 41 (-4.65%)
Mutual labels:  pdf
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (-18.6%)
Mutual labels:  pdf

ReportBro Lib

ReportBro is a library to generate PDF and XLSX reports. Report templates can be created with ReportBro Designer <https://github.com/jobsta/reportbro-designer>_, a Javascript Plugin which can be integrated in your web application.

See the ReportBro project website on https://www.reportbro.com for full documentation and demos.

Features

  • Python 2.7 and Python >= 3.5 support
  • Generate pdf and xlsx reports
  • Supports (repeating) header and footer
  • Allows predefined and own page formats
  • Use text, line, images, barcodes and tables, page breaks
  • Text and element styling
  • Evaluate expressions, define conditional styles, format parameters

Installation

.. code:: shell

pip install reportbro-lib

Go to https://www.reportbro.com/doc/api#lib-arguments for more information on configuration and usage.

Python Coding Style

The PEP 8 (Python Enhancement Proposal) <https://www.python.org/dev/peps/pep-0008/>_ standard is used which is the de-facto code style guide for Python. An easy-to-read version of PEP 8 can be found at https://pep8.org

For pull requests the same coding styles should be used.

License

  • Commercial license

If you want to use ReportBro to develop commercial applications and projects, the Commercial license is the appropriate license. With this license, your source code is kept proprietary. Purchase a ReportBro Commercial license at https://www.reportbro.com/license/index.

  • Open-source license

If you are creating an open-source application under a license compatible with the GNU AGPL license v3 <https://www.gnu.org/licenses/agpl-3.0.html>_, you may use ReportBro under the terms of the AGPLv3.

Read more about ReportBro's license options at https://www.reportbro.com/license/index.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].