Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesj2 committed Aug 19, 2016
1 parent ac40a77 commit 863b21e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# FPDF Image

Original written @ http://www.fpdf.org/en/script/script76.php

## Description

The standard FPDF class builds the document entirely in memory, which can be problematic for large documents. This extension saves the pages to the destination file as soon as they are finished, which solves the issue.

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "jamesj2/fpdf2file",
"description": "FPDF2File",
"keywords": [ "fpdf2file", "fpdf" ],
"homepage": "https://github.com/jamesj2/fpdf2file",
"license": "no usage restriction",
"require": {
"php": ">5.3.0",
"setasign/fpdf": ">1.8"
},
"autoload": {
"classmap": ["fpdf2file/"]
Expand Down

0 comments on commit 863b21e

Please sign in to comment.