Giter VIP home page Giter VIP logo

pdfium4j's Introduction

Pdfium4j

this is the PDF render based Google PDFium, only support render the pdf file now。

基于PDFium的PDF渲染类库,通过JNI对PDFium进行了包装,目前支持的功能 有限,推荐和PDFBox等其他PDF类库配合使用。

关于PDFium的二进制包,我使用了此项目: https://github.com/bblanchon/pdfium-binaries

Get start

clone this project and install to your local-maven-repo and then add it into your project want to use.

this library need java version 11 or higher and support Windows x64MacOS x64 system.

using this method to initialize the pdfium sdk:

// where should the library extract and load the native library
PdfiumPlatform.initializePdfium(new File("assets"));
// you can see library in this folder  "assets/platform/pdfium"

and then , you can create PdfiumDocument and do anything you need.

pdfium4j's People

Contributors

sw-fantastic avatar

Watchers

 avatar

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.