Php work with pdf

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

A PHP library for working with PDF documents.

License

mermshaus/Pdf

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

A PHP library for working with PDF documents.

*** This is an early release. It is NOT intended for production use. Interfaces WILL change. *** 
$ git clone https://github.com/mermshaus/Pdf.git mermshaus-pdf $ cd mermshaus-pdf $ composer install

There is no release version, yet. There probably will be a package on Packagist in the future. If you already want to add this package as a dependency, you could include it in Composer with a custom package repository.

Читайте также:  Render html in angular

The following PHP versions are supported:

The code hasn’t been tested with other PHP versions, but it should work with all versions >= PHP 5.3.

  • Provide a streaming parser for PDF documents, entirely written in PHP, that follows the PDF specification.

Please note: I started this project in July 2013 because there was (to my knowledge) no comparable FLOSS package available for PHP. The existing “solutions” to extract data from PDF documents mostly relied on naive hacks with regular expressions.

“Unfortunately”, just two months later (2013-Aug-30), the smalot/pdfparser project was started on GitHub. Partly because of that and partly because of issues in my personal life, I lost the motivation to continue working on my own solution.

I am still uncertain if there will be substantial additions in the future, but I also don’t want to discontinue the project because I put some work into it. So there will at least be a certain level of maintenance.

(Tools are not included in this package.)

Further quality assurance:

$ phpmd ./src text codesize,design,naming

This package («mermshaus/Pdf») is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See COPYING for full license info.

Copyright 2013 Marc Ermshaus http://www.ermshaus.org/

About

A PHP library for working with PDF documents.

Источник

Оцените статью