n =\S{q#RaWV=3;6Nި>-T $NLD$.:W`\lB573~,8&B!Íg#E*鋶haW"_b E˻i^ sQ'҈f!}g6͡aK`vUxcvzָKC9ሹ?vh(GWRPxLgpNj>5k@S3C!? %9bै!NQ#+g>碉.;!{T2U%1y54Oi^:V_Ig_b=?Rh I:&gErV3L'f@k|8+Ċm 뻊Y}!_"0LlX:6ewzؓu`ys`U_rAK?3xMƟRt'k`R`+61DЇaj\ " ^`a֭/Nrro27N~ŎB .TʪBMVzO[F^*ETY@}cUǒKOG AWV]c6?NT:C45AQRGoNkV Ζ,G}5R~kkT8-G>'ԁ)Rdd^n%q01oglElphЫa\ Vilʙ_8J׹O!47xwܴϠ7vGhH.j7'D'̳@Udj P V7&;B?bS.^xK@OE~wBgGA?N2 &GܕNĀzqO.ƀudor2O{mY͕5g.^ϵ%Y0=cF @ &X}*cxźc}.20Ɏ+g%\1/]T 4;*Hj~!T"8.Upku 5qyOV\loH >޴Gײ%qVɲC(O41OF>{br62sUW R1o`@y"9Jv@6+r.M,~0 Wv<ʴZjVWe2ӑ B .I8,[ N&F57xPB~T4LPQJO AΠ|6SC+}M`!k|QQTքs6/݇h}ӗ!(/O*RJW~)Eԗi?uՙ ZfE(Qxv$s,XK1kjd!$[jq]k&lq4Pyy}Bܴ@郵ǫkN0l(,GM|4gBņ |6b[8{&xY@'U r"֫2q[NsE\Yh2l>n}ʙCU?j$؜:K!>0:g__lZ47=c8}]wɣm_Y)ez"LJhTaj,Ȗ.RRON4i[&ooTbXoC/2P'wG~Xq'B\RSj0Y_7eFW튅} u Bf7B4SiaFN@ejv\d/fqƘ#Ð2RY`=rq_05ZYk_w^F*9vլY g®p~̀Q"}('*C)>܁v$#ݼǩ ΜN>p <AEX+ - Inserting remote JPEG images doesn't generate an error any longer.
- Decimal separator is forced to dot in the constructor.
- Added several encodings (Turkish, Thai, Hebrew, Ukrainian and Vietnamese).
- The last line of a right-aligned MultiCell() was not correctly aligned if it was terminated by a carriage return.
- No more error message about already sent headers when outputting the PDF to the standard output from the command line.
- The underlining was going too far for text containing characters \, ( or ).
- $HTTP_ENV_VARS has been replaced by $HTTP_SERVER_VARS.
v1.51 (2002-08-03)
- Type1 font support.
- Added Baltic encoding.
- The class now works internally in points with the origin at the bottom in order to avoid two bugs occurring with Acrobat 5:
  * The line thickness was too large when printed under Windows 98 SE and ME.
  * TrueType fonts didn't appear immediately inside the plug-in (a substitution font was used), one had to cause a window refresh to make them show up.
- It's no longer necessary to set the decimal separator as dot to produce valid documents.
- The clickable area in a cell was always on the left independently from the text alignment.
- JPEG images in CMYK mode appeared in inverted colors.
- Transparent PNG images in grayscale or true color mode were incorrectly handled.
- Adding new fonts now works correctly even with the magic_quotes_runtime option set to on.
v1.5 (2002-05-28)
- TrueType font (AddFont()) and encoding support (Western and Eastern Europe, Cyrillic and Greek).
- Added Write() method.
- Added underlined style.
- Internal and external link support (AddLink(), SetLink(), Link()).
- Added right margin management and methods SetRightMargin(), SetTopMargin().
- Modification of SetDisplayMode() to select page layout.
- The border parameter of MultiCell() now lets choose borders to draw as Cell().
- When a document contains no page, Close() now calls AddPage() instead of causing a fatal error.
v1.41 (2002-03-13)
- Fixed SetDisplayMode() which no longer worked (the PDF viewer used its default display).
v1.4 (2002-03-02)
- PHP3 is no longer supported.
- Page compression (SetCompression()).
- Choice of page format and possibility to change orientation inside document.
- Added AcceptPageBreak() method.
- Ability to print the total number of pages (AliasNbPages()).
- Choice of cell borders to draw.
- New mode for Cell(): the current position can now move under the cell.
- Ability to include an image by specifying height only (width is calculated automatically).
- Fixed a bug: when a justified line triggered a page break, the footer inherited the corresponding word spacing.
v1.31 (2002-01-12)
- Fixed a bug in drawing frame with MultiCell(): the last line always started from the left margin.
- Removed Expires HTTP header (gives trouble in some situations).
- Added Content-disposition HTTP header (seems to help in some situations).
v1.3 (2001-12-03)
- Line break and text justification support (MultiCell()).
- Color support (SetDrawColor(), SetFillColor(), SetTextColor()). Possibility to draw filled rectangles and paint cell background.
- A cell whose width is declared null extends up to the right margin of the page.
- Line width is now retained from page to page and defaults to 0.2 mm.
- Added SetXY() method.
- Fixed a passing by reference done in a deprecated manner for PHP4.
v1.2 (2001-11-11)
- Added font metric files and GetStringWidth() method.
- Centering and right-aligning text in cells.
- Display mode control (SetDisplayMode()).
- Added methods to set document properties (SetAuthor(), SetCreator(), SetKeywords(), SetSubject(), SetTitle()).
- Possibility to force PDF download by browser.
- Added SetX() and GetX() methods.
- During automatic page break, current abscissa is now retained.
v1.11 (2001-10-20)
- PNG support doesn't require PHP4/zlib any more. Data are now put directly into PDF without any decompression/recompression stage.
- Image insertion now works correctly even with magic_quotes_runtime option set to on.
v1.1 (2001-10-07)
- JPEG and PNG image support.
v1.01 (2001-10-03)
- Fixed a bug involving page break: in case when Header() doesn't specify a font, the one from previous page was not restored and produced an incorrect document.
v1.0 (2001-09-17)
- First version.