Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 950 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 950 Bytes

dolks

Transfer pdf to docx,Extract pdf text and images,extract images is unable with free spire dependencies

dependencies

It is depended on spire.office.free.3.9.0 (https://www.e-iceblue.com/Introduce/free-office-for-java.html).

Functions

Transfer pdf document to docx document

Usage

If project is been build by Maven,add below content to pom.xml

    <repositories>
        <repository>
            <id>com.e-iceblue</id>
            <name>e-iceblue</name>
            <url>https://repo.e-iceblue.com/nexus/content/groups/public/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>e-iceblue</groupId>
            <artifactId>spire.office.free</artifactId>
            <version>3.9.0</version>
        </dependency>
    </dependencies>

Explanation

It just for study and communication.If you use it with illegal to usage, I had nothing to do with the matter