Giter Site home page Giter Site logo

pdfconvert14's Introduction

PDFConvert14 Donate

Introduction

By default FPDI can "only" handle PDF documents up to PDF version 1.4. Beginning with PDF version 1.5 there were new compression features introduced which involve internal structure changes how a PDF document can be created.

With this seperate parser, as a commercial addon, you're up to date and FPDI will be able to handle PDF documents with a version higher than 1.4 without problems. [More Information](https://www.setasign.com/products/fpdi-pdf-parser/details/)

This Java code was created from PDFBox for converting higher version of PDF to 1.4.

How to use

It's easy to apply it on your project which any languages such as PHP, C# etc. You need to execute this command in your language that you use on your project.

java -jar PDFConvert14.jar original.pdf new.pdf

PHP Examples

exec('java -jar PDFConvert14.jar original.pdf new.pdf');

C# Examples

String CMD = "/c java -jar PDFConvert14.jar original.pdf new.pdf";
Process.Start("cmd.exe", CMD);

License

Copyright (c) 2018 WORAPAT KETENG

Licensed under the MIT License

Donation

If you like my project, you can give me a cup of coffee โ˜•

paypal

pdfconvert14's People

Contributors

thanabuts avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

linjuchen

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.