Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyTom committed May 23, 2013
1 parent 6d82551 commit a44218e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Installation
Installation
==============================================
### Using Composer (Symfony 2.1+)

Expand Down Expand Up @@ -41,7 +41,7 @@
<pre><code>php bin/vendors install
</code></pre>

A Quick Start guide
A Quick Start guide
==============================================
* How to create a Response object
This small example creates a PDF document with format A4 and portrait orientation:
Expand All @@ -68,7 +68,7 @@ $mPDF = $mpdfService->getMpdf();



Warning
Warning
==============================================
* By default the bundle adds to constructor of mPDF class two attributes 'utf-8' and 'A4'. To turn off these options, use setAddDefaultConstructorArgs method:
<pre><code>$mpdfService->setAddDefaultConstructorArgs(false);
Expand All @@ -80,7 +80,7 @@ $mPDF = $mpdfService->getMpdf();



Additional arguments
Additional arguments
==============================================
As the bundle uses methods of mPDF class, some additional parameters can be added to these methods. There are 3 mPDF methods used in the bundle:
* Constructor. Documentation: http://mpdf1.com/manual/index.php?tid=184
Expand Down

0 comments on commit a44218e

Please sign in to comment.