# deepin-pdfium **Repository Path**: ratL/deepin-pdfium ## Basic Information - **Project Name**: deepin-pdfium - **Description**: 基于pdfium和Qt的C++版pdf库 - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2020-09-22 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepinpdf deepinpdf is a pdf rendering library based on Qt and PDFium. ### Installation To use the library you must first install it in the same location as your Qt installation. Here is an example on Linux/Mac: ```sh git clone cd deepin-pdfium qmake make make install (might need sudo) ``` ### Contributing Feel free to help. :) ### License LGPL-3.0 ### References A trimmed version of pdfium (https://github.com/pinaraf/pdfium.git) A project that inspired us(qtpdfium ,few functions and no one are maintaining, so we continue to do this work)