├── .gitignore ├── README.md ├── _LGPL.txt ├── _changelog.txt ├── _class ├── exception.class.php ├── locale.class.php ├── myPdf.class.php ├── parsingCss.class.php ├── parsingHtml.class.php └── tcpdfConfig.php ├── _lisez_moi.txt ├── _read_me.txt ├── _tcpdf_5.9.206 ├── 2dbarcodes.php ├── CHANGELOG.TXT ├── LICENSE.TXT ├── README.TXT ├── barcodes.php ├── cache │ ├── chapter_demo_1.txt │ ├── chapter_demo_2.txt │ ├── table_data_demo.txt │ └── utf8test.txt ├── composer.json ├── config │ ├── lang │ │ ├── afr.php │ │ ├── ara.php │ │ ├── aze.php │ │ ├── bel.php │ │ ├── bra.php │ │ ├── bul.php │ │ ├── cat.php │ │ ├── ces.php │ │ ├── chi.php │ │ ├── cym.php │ │ ├── dan.php │ │ ├── eng.php │ │ ├── est.php │ │ ├── eus.php │ │ ├── far.php │ │ ├── fra.php │ │ ├── ger.php │ │ ├── gle.php │ │ ├── glg.php │ │ ├── hat.php │ │ ├── heb.php │ │ ├── hrv.php │ │ ├── hun.php │ │ ├── hye.php │ │ ├── ind.php │ │ ├── ita.php │ │ ├── jpn.php │ │ ├── kat.php │ │ ├── kor.php │ │ ├── mkd.php │ │ ├── mlt.php │ │ ├── msa.php │ │ ├── nld.php │ │ ├── nob.php │ │ ├── pol.php │ │ ├── por.php │ │ ├── ron.php │ │ ├── rus.php │ │ ├── slv.php │ │ ├── spa.php │ │ ├── sqi.php │ │ ├── srp.php │ │ ├── swa.php │ │ ├── swe.php │ │ ├── ukr.php │ │ ├── urd.php │ │ ├── yid.php │ │ └── zho.php │ ├── tcpdf_config.php │ └── tcpdf_config_alt.php ├── datamatrix.php ├── doc │ └── index.html ├── encodings_maps.php ├── examples │ ├── example_001.php │ ├── example_002.php │ ├── example_003.php │ ├── example_004.php │ ├── example_005.php │ ├── example_006.php │ ├── example_007.php │ ├── example_008.php │ ├── example_009.php │ ├── example_010.php │ ├── example_011.php │ ├── example_012.pdf │ ├── example_012.php │ ├── example_013.php │ ├── example_014.php │ ├── example_015.php │ ├── example_016.php │ ├── example_017.php │ ├── example_018.php │ ├── example_019.php │ ├── example_020.php │ ├── example_021.php │ ├── example_022.php │ ├── example_023.php │ ├── example_024.php │ ├── example_025.php │ ├── example_026.php │ ├── example_027.php │ ├── example_028.php │ ├── example_029.php │ ├── example_030.php │ ├── example_031.php │ ├── example_032.php │ ├── example_033.php │ ├── example_034.php │ ├── example_035.php │ ├── example_036.php │ ├── example_037.php │ ├── example_038.php │ ├── example_039.php │ ├── example_040.php │ ├── example_041.php │ ├── example_042.php │ ├── example_043.php │ ├── example_044.php │ ├── example_045.php │ ├── example_046.php │ ├── example_047.php │ ├── example_048.php │ ├── example_049.php │ ├── example_050.php │ ├── example_051.php │ ├── example_052.php │ ├── example_053.php │ ├── example_054.php │ ├── example_055.php │ ├── example_056.php │ ├── example_057.php │ ├── example_058.php │ ├── example_059.php │ ├── example_060.php │ ├── example_061.php │ ├── example_062.php │ ├── example_063.php │ ├── example_064.php │ ├── example_065.php │ └── index.php ├── fonts │ ├── aealarabiya.ctg.z │ ├── aealarabiya.php │ ├── aealarabiya.z │ ├── aefurat.ctg.z │ ├── aefurat.php │ ├── aefurat.z │ ├── cid0cs.php │ ├── cid0ct.php │ ├── cid0jp.php │ ├── cid0kr.php │ ├── courier.php │ ├── courierb.php │ ├── courierbi.php │ ├── courieri.php │ ├── dejavu-fonts-ttf-2.33 │ │ ├── AUTHORS │ │ ├── BUGS │ │ ├── LICENSE │ │ ├── NEWS │ │ ├── README │ │ ├── langcover.txt │ │ ├── status.txt │ │ └── unicover.txt │ ├── dejavusans.ctg.z │ ├── dejavusans.php │ ├── dejavusans.z │ ├── dejavusansb.ctg.z │ ├── dejavusansb.php │ ├── dejavusansb.z │ ├── dejavusansbi.ctg.z │ ├── dejavusansbi.php │ ├── dejavusansbi.z │ ├── dejavusanscondensed.ctg.z │ ├── dejavusanscondensed.php │ ├── dejavusanscondensed.z │ ├── dejavusanscondensedb.ctg.z │ ├── dejavusanscondensedb.php │ ├── dejavusanscondensedb.z │ ├── dejavusanscondensedbi.ctg.z │ ├── dejavusanscondensedbi.php │ ├── dejavusanscondensedbi.z │ ├── dejavusanscondensedi.ctg.z │ ├── dejavusanscondensedi.php │ ├── dejavusanscondensedi.z │ ├── dejavusansextralight.ctg.z │ ├── dejavusansextralight.php │ ├── dejavusansextralight.z │ ├── dejavusansi.ctg.z │ ├── dejavusansi.php │ ├── dejavusansi.z │ ├── dejavusansmono.ctg.z │ ├── dejavusansmono.php │ ├── dejavusansmono.z │ ├── dejavusansmonob.ctg.z │ ├── dejavusansmonob.php │ ├── dejavusansmonob.z │ ├── dejavusansmonobi.ctg.z │ ├── dejavusansmonobi.php │ ├── dejavusansmonobi.z │ ├── dejavusansmonoi.ctg.z │ ├── dejavusansmonoi.php │ ├── dejavusansmonoi.z │ ├── dejavuserif.ctg.z │ ├── dejavuserif.php │ ├── dejavuserif.z │ ├── dejavuserifb.ctg.z │ ├── dejavuserifb.php │ ├── dejavuserifb.z │ ├── dejavuserifbi.ctg.z │ ├── dejavuserifbi.php │ ├── dejavuserifbi.z │ ├── dejavuserifcondensed.ctg.z │ ├── dejavuserifcondensed.php │ ├── dejavuserifcondensed.z │ ├── dejavuserifcondensedb.ctg.z │ ├── dejavuserifcondensedb.php │ ├── dejavuserifcondensedb.z │ ├── dejavuserifcondensedbi.ctg.z │ ├── dejavuserifcondensedbi.php │ ├── dejavuserifcondensedbi.z │ ├── dejavuserifcondensedi.ctg.z │ ├── dejavuserifcondensedi.php │ ├── dejavuserifcondensedi.z │ ├── dejavuserifi.ctg.z │ ├── dejavuserifi.php │ ├── dejavuserifi.z │ ├── freefont-20100919 │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── CREDITS │ │ ├── ChangeLog │ │ ├── INSTALL │ │ └── README │ ├── freemono.ctg.z │ ├── freemono.php │ ├── freemono.z │ ├── freemonob.ctg.z │ ├── freemonob.php │ ├── freemonob.z │ ├── freemonobi.ctg.z │ ├── freemonobi.php │ ├── freemonobi.z │ ├── freemonoi.ctg.z │ ├── freemonoi.php │ ├── freemonoi.z │ ├── freesans.ctg.z │ ├── freesans.php │ ├── freesans.z │ ├── freesansb.ctg.z │ ├── freesansb.php │ ├── freesansb.z │ ├── freesansbi.ctg.z │ ├── freesansbi.php │ ├── freesansbi.z │ ├── freesansi.ctg.z │ ├── freesansi.php │ ├── freesansi.z │ ├── freeserif.ctg.z │ ├── freeserif.php │ ├── freeserif.z │ ├── freeserifb.ctg.z │ ├── freeserifb.php │ ├── freeserifb.z │ ├── freeserifbi.ctg.z │ ├── freeserifbi.php │ ├── freeserifbi.z │ ├── freeserifi.ctg.z │ ├── freeserifi.php │ ├── freeserifi.z │ ├── helvetica.php │ ├── helveticab.php │ ├── helveticabi.php │ ├── helveticai.php │ ├── hysmyeongjostdmedium.php │ ├── kozgopromedium.php │ ├── kozminproregular.php │ ├── msungstdlight.php │ ├── pdfacourier.php │ ├── pdfacourier.z │ ├── pdfacourierb.php │ ├── pdfacourierb.z │ ├── pdfacourierbi.php │ ├── pdfacourierbi.z │ ├── pdfacourieri.php │ ├── pdfacourieri.z │ ├── pdfahelvetica.php │ ├── pdfahelvetica.z │ ├── pdfahelveticab.php │ ├── pdfahelveticab.z │ ├── pdfahelveticabi.php │ ├── pdfahelveticabi.z │ ├── pdfahelveticai.php │ ├── pdfahelveticai.z │ ├── pdfasymbol.php │ ├── pdfasymbol.z │ ├── pdfatimes.php │ ├── pdfatimes.z │ ├── pdfatimesb.php │ ├── pdfatimesb.z │ ├── pdfatimesbi.php │ ├── pdfatimesbi.z │ ├── pdfatimesi.php │ ├── pdfatimesi.z │ ├── pdfazapfdingbats.php │ ├── pdfazapfdingbats.z │ ├── stsongstdlight.php │ ├── symbol.php │ ├── times.php │ ├── timesb.php │ ├── timesbi.php │ ├── timesi.php │ ├── uni2cid_ac15.php │ ├── uni2cid_ag15.php │ ├── uni2cid_aj16.php │ ├── uni2cid_ak12.php │ ├── utils │ │ ├── README.TXT │ │ ├── enc │ │ │ ├── cp1250.map │ │ │ ├── cp1251.map │ │ │ ├── cp1252.map │ │ │ ├── cp1253.map │ │ │ ├── cp1254.map │ │ │ ├── cp1255.map │ │ │ ├── cp1257.map │ │ │ ├── cp1258.map │ │ │ ├── cp874.map │ │ │ ├── iso-8859-1.map │ │ │ ├── iso-8859-11.map │ │ │ ├── iso-8859-15.map │ │ │ ├── iso-8859-16.map │ │ │ ├── iso-8859-2.map │ │ │ ├── iso-8859-4.map │ │ │ ├── iso-8859-5.map │ │ │ ├── iso-8859-7.map │ │ │ ├── iso-8859-9.map │ │ │ ├── koi8-r.map │ │ │ └── koi8-u.map │ │ ├── freetype6.dll │ │ ├── makeallttffonts.php │ │ ├── makefont.php │ │ ├── pfm2afm │ │ ├── pfm2afm.exe │ │ ├── src │ │ │ ├── pfm2afm-src.tar.gz │ │ │ ├── readme.txt │ │ │ └── ttf2ufm-src.tar.gz │ │ ├── ttf2ufm │ │ ├── ttf2ufm.exe │ │ └── zlib1.dll │ └── zapfdingbats.php ├── htmlcolors.php ├── images │ ├── _blank.png │ ├── alpha.png │ ├── bug.eps │ ├── image_demo.jpg │ ├── image_with_alpha.png │ ├── img.png │ ├── logo_example.gif │ ├── logo_example.jpg │ ├── logo_example.png │ ├── pelican.ai │ ├── tcpdf_cell.png │ ├── tcpdf_logo.jpg │ ├── tcpdf_signature.png │ ├── testsvg.svg │ ├── tiger.ai │ └── tux.svg ├── pdf417.php ├── qrcode.php ├── sRGB.icc ├── spotcolors.php ├── tcpdf.crt ├── tcpdf.fdf ├── tcpdf.p12 ├── tcpdf.php ├── tcpdf_filters.php ├── tcpdf_parser.php └── unicode_data.php ├── bin └── php2pdf ├── examples ├── about.php ├── bookmark.php ├── exemple00.php ├── exemple01.php ├── exemple02.php ├── exemple03.php ├── exemple04.php ├── exemple05.php ├── exemple06.php ├── exemple07.php ├── exemple08.php ├── exemple09.php ├── exemple10.php ├── exemple11.php ├── exemple12.php ├── exemple13.php ├── forms.php ├── groups.php ├── js1.php ├── js2.php ├── js3.php ├── qrcode.php ├── radius.php ├── regle.php ├── res │ ├── about.php │ ├── bas_page.png │ ├── exemple00.php │ ├── exemple01.php │ ├── exemple02.php │ ├── exemple03.php │ ├── exemple04.php │ ├── exemple05.php │ ├── exemple06.css │ ├── exemple06.php │ ├── exemple07a.php │ ├── exemple07b.php │ ├── exemple08.php │ ├── exemple09.png.php │ ├── exemple10.php │ ├── exemple10a.gif │ ├── exemple10b.jpg │ ├── exemple10c.gif │ ├── exemple11.php │ ├── exemple12.php │ ├── exemple13.php │ ├── forms.php │ ├── logo.gif │ ├── logo.png │ ├── off.png │ ├── puce.gif │ ├── puce2.gif │ ├── regle.png │ ├── svg.php │ └── tcpdf_logo.jpg ├── svg.php ├── svg_tiger.php ├── svg_tree.php ├── ticket.php └── utf8.php ├── html2pdf.class.php └── locale ├── ca.csv ├── cs.csv ├── da.csv ├── de.csv ├── en.csv ├── es.csv ├── fr.csv ├── it.csv ├── nl.csv ├── pt.csv └── tr.csv /.gitignore: -------------------------------------------------------------------------------- 1 | ~* 2 | ~*.* 3 | *.tmp 4 | *.afm 5 | *.ttf 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This is a fork of [HTML2PDF library](http://html2pdf.fr/en/). Source: [https://github.com/iafan/html2pdf]() 2 | 3 | The fork adds the following features: 4 | 5 | 1. An ability to specify a different first header for the section (with different dimensions) — requires two-pass rendering 6 | 2. An ability to specify a different last footer for the section (with different dimensions) — requires two-pass rendering 7 | 3. An ability to define an override fonts folder (with a fall back to the default fonts that the library already has) 8 | 4. A command-line `php2pdf` script that uses two-pass rendering approach to convert any PHP or HTML to a PDF file -------------------------------------------------------------------------------- /_tcpdf_5.9.206/cache/table_data_demo.txt: -------------------------------------------------------------------------------- 1 | Austria;Vienna;83859;8075 2 | Belgium;Brussels;30518;10192 3 | Denmark;Copenhagen;43094;5295 4 | Finland;Helsinki;304529;5147 5 | France;Paris;543965;58728 6 | Germany;Berlin;357022;82057 7 | Greece;Athens;131625;10511 8 | Ireland;Dublin;70723;3694 9 | Italy;Roma;301316;57563 10 | Luxembourg;Luxembourg;2586;424 11 | Netherlands;Amsterdam;41526;15654 12 | Portugal;Lisbon;91906;9957 13 | Spain;Madrid;504790;39348 14 | Sweden;Stockholm;410934;8839 15 | United Kingdom;London;243820;58862 16 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "tecnick.com/tcpdf", 3 | "version": "5.9.206", 4 | "homepage": "http://www.tcpdf.org/", 5 | "type": "library", 6 | "description": "TCPDF is a PHP class for generating PDF documents.", 7 | "keywords": ["pdf","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"], 8 | "license": "LGPLv3", 9 | "authors": [ 10 | { 11 | "name": "Nicola Asuni", 12 | "email": "info@tecnick.com", 13 | "homepage": "http://nicolaasuni.tecnick.com" 14 | } 15 | ], 16 | "require": { 17 | "php": ">=5.3.0" 18 | }, 19 | "autoload": { 20 | "classmap": [ 21 | "fonts", 22 | "config/lang", 23 | "config", 24 | "2dbarcodes.php", 25 | "barcodes.php", 26 | "datamatrix.php", 27 | "encodings_maps.php", 28 | "htmlcolors.php", 29 | "pdf417.php", 30 | "qrcode.php", 31 | "spotcolors.php", 32 | "tcpdf.php", 33 | "tcpdf_filters.php", 34 | "tcpdf_parser.php", 35 | "unicode_data.php" 36 | ] 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/config/lang/afr.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TCPDF DOCUMENTATION 6 | 7 | 8 | 9 | TCPDF Documentation 10 | 11 | 12 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/examples/example_012.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/examples/example_012.pdf -------------------------------------------------------------------------------- /_tcpdf_5.9.206/examples/example_030.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/examples/example_030.php -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/aealarabiya.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/aealarabiya.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/aealarabiya.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/aealarabiya.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/aefurat.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/aefurat.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/aefurat.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/aefurat.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/courier.php: -------------------------------------------------------------------------------- 1 | 33,'FontBBox'=>'[-23 -250 715 805]','ItalicAngle'=>0,'Ascent'=>805,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>426,'StemV'=>51,'StemH'=>51,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/courierb.php: -------------------------------------------------------------------------------- 1 | 33,'FontBBox'=>'[-113 -250 749 801]','ItalicAngle'=>0,'Ascent'=>801,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>439,'StemV'=>106,'StemH'=>84,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/courierbi.php: -------------------------------------------------------------------------------- 1 | 97,'FontBBox'=>'[-57 -250 869 801]','ItalicAngle'=>-12,'Ascent'=>801,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>439,'StemV'=>106,'StemH'=>84,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/courieri.php: -------------------------------------------------------------------------------- 1 | 97,'FontBBox'=>'[-27 -250 849 805]','ItalicAngle'=>-12,'Ascent'=>805,'Descent'=>-250,'Leading'=>0,'CapHeight'=>562,'XHeight'=>426,'StemV'=>51,'StemH'=>51,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 11 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavu-fonts-ttf-2.33/AUTHORS: -------------------------------------------------------------------------------- 1 | abysta at yandex.ru 2 | Adrian Schroeter 3 | Aleksey Chalabyan 4 | Andrey Valentinovich Panov 5 | Ben Laenen 6 | Besarion Gugushvili 7 | Bhikkhu Pesala 8 | Clayborne Arevalo 9 | Dafydd Harries 10 | Danilo Segan 11 | Davide Viti 12 | David Jez 13 | David Lawrence Ramsey 14 | Denis Jacquerye 15 | Dwayne Bailey 16 | Eugeniy Meshcheryakov 17 | Gee Fung Sit 18 | Heikki Lindroos 19 | James Cloos 20 | James Crippen 21 | John Karp 22 | Keenan Pepper 23 | Lars Naesbye Christensen 24 | Lior Halphon 25 | MaEr 26 | Mashrab Kuvatov 27 | Max Berger 28 | Mederic Boquien 29 | Michael Everson 30 | MihailJP 31 | Misu Moldovan 32 | Nguyen Thai Ngoc Duy 33 | Nicolas Mailhot 34 | Norayr Chilingarian 35 | Ognyan Kulev 36 | Ondrej Koala Vacha 37 | Peter Cernak 38 | Remy Oudompheng 39 | Roozbeh Pournader 40 | Rouben Hakobian 41 | Sahak Petrosyan 42 | Sander Vesik 43 | Stepan Roh 44 | Stephen Hartke 45 | Steve Tinney 46 | Tavmjong Bah 47 | Thomas Henlich 48 | Tim May 49 | Valentin Stoykov 50 | Vasek Stodulka 51 | Wesley Transue 52 | 53 | $Id: AUTHORS 2461 2011-02-18 16:38:20Z ben_laenen $ 54 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavu-fonts-ttf-2.33/BUGS: -------------------------------------------------------------------------------- 1 | See http://dejavu.sourceforge.net/wiki/index.php/Bugs 2 | 3 | $Id: BUGS 80 2004-11-13 13:12:02Z src $ 4 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavu-fonts-ttf-2.33/README: -------------------------------------------------------------------------------- 1 | DejaVu fonts 2.33 (c)2004-2011 DejaVu fonts team 2 | ------------------------------------------------ 3 | 4 | The DejaVu fonts are a font family based on the Bitstream Vera Fonts 5 | (http://gnome.org/fonts/). Its purpose is to provide a wider range of 6 | characters (see status.txt for more information) while maintaining the 7 | original look and feel. 8 | 9 | DejaVu fonts are based on Bitstream Vera fonts version 1.10. 10 | 11 | Available fonts (Sans = sans serif, Mono = monospaced): 12 | 13 | DejaVu Sans Mono 14 | DejaVu Sans Mono Bold 15 | DejaVu Sans Mono Bold Oblique 16 | DejaVu Sans Mono Oblique 17 | DejaVu Sans 18 | DejaVu Sans Bold 19 | DejaVu Sans Bold Oblique 20 | DejaVu Sans Oblique 21 | DejaVu Sans ExtraLight (experimental) 22 | DejaVu Serif 23 | DejaVu Serif Bold 24 | DejaVu Serif Bold Italic (experimental) 25 | DejaVu Serif Italic (experimental) 26 | DejaVu Sans Condensed (experimental) 27 | DejaVu Sans Condensed Bold (experimental) 28 | DejaVu Sans Condensed Bold Oblique (experimental) 29 | DejaVu Sans Condensed Oblique (experimental) 30 | DejaVu Serif Condensed (experimental) 31 | DejaVu Serif Condensed Bold (experimental) 32 | DejaVu Serif Condensed Bold Italic (experimental) 33 | DejaVu Serif Condensed Italic (experimental) 34 | 35 | All fonts are also available as derivative called DejaVu LGC with support 36 | only for Latin, Greek and Cyrillic scripts. 37 | 38 | For license information see LICENSE. What's new is described in NEWS. Known 39 | bugs are in BUGS. All authors are mentioned in AUTHORS. 40 | 41 | Fonts are published in source form as SFD files (Spline Font Database from 42 | FontForge - http://fontforge.sf.net/) and in compiled form as TTF files 43 | (TrueType fonts). 44 | 45 | For more information go to http://dejavu.sourceforge.net/. 46 | 47 | Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah: 48 | --------------------------- 49 | U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223, 50 | U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5, 51 | U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362, 52 | U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9, 53 | U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F, 54 | U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135, 55 | U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704, 56 | U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794, 57 | U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06 58 | 59 | $Id: README 2471 2011-02-27 14:25:15Z ben_laenen $ 60 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusans.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusans.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansb.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansbi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensed.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensed.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensed.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensedb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensedb.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensedb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensedbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensedbi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensedbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensedbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensedi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensedi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusanscondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusanscondensedi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansextralight.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansextralight.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansextralight.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansextralight.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmono.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmono.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmonob.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmonob.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmonobi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmonobi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmonoi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavusansmonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavusansmonoi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserif.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserif.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifb.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifbi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensed.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensed.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensed.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensedb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensedb.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensedb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensedbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensedbi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensedbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensedbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensedi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensedi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifcondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifcondensedi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/dejavuserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/dejavuserifi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemono.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemono.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemonob.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemonob.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemonobi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemonobi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemonoi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freemonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freemonoi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesans.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesans.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesansb.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesansb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesansbi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesansbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesansi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freesansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freesansi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserif.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserif.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserifb.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserifb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserifbi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserifbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserifi.ctg.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/freeserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/freeserifi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/helvetica.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-166 -225 1000 931]','ItalicAngle'=>0,'Ascent'=>931,'Descent'=>-225,'Leading'=>0,'CapHeight'=>718,'XHeight'=>523,'StemV'=>88,'StemH'=>76,'AvgWidth'=>513,'MaxWidth'=>1015,'MissingWidth'=>513); 11 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278,60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>278,92=>278,93=>277,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500,100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222,109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556,118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584,127=>500,128=>655,129=>500,130=>222,131=>278,132=>333,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>250,140=>1000,141=>500,142=>611,143=>500,144=>500,145=>222,146=>221,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>500,155=>250,156=>938,157=>500,158=>500,159=>667,160=>278,161=>278,162=>556,163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>448,172=>584,173=>333,174=>737,175=>333,176=>606,177=>584,178=>350,179=>350,180=>333,181=>556,182=>537,183=>278,184=>333,185=>350,186=>365,187=>448,188=>869,189=>869,190=>879,191=>556,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>666,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>896,231=>500,232=>556,233=>556,234=>556,235=>556,236=>251,237=>251,238=>251,239=>251,240=>556,241=>556,242=>556,243=>556,244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,253=>500,254=>555,255=>500); 12 | 13 | // --- EOF --- 14 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/helveticab.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-170 -228 1003 962]','ItalicAngle'=>0,'Ascent'=>962,'Descent'=>-228,'Leading'=>0,'CapHeight'=>718,'XHeight'=>532,'StemV'=>140,'StemH'=>118,'AvgWidth'=>535,'MaxWidth'=>1000,'MissingWidth'=>535); 11 | $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278,20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278,30=>278,31=>278,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333,60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556,100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278,109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611,118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584,127=>350,128=>556,129=>350,130=>278,131=>556,132=>500,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350,145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>556,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333,181=>611,182=>556,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834,190=>834,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,253=>556,254=>611,255=>556); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/helveticabi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-174 -228 1114 962]','ItalicAngle'=>-12,'Ascent'=>962,'Descent'=>-228,'Leading'=>0,'CapHeight'=>718,'XHeight'=>532,'StemV'=>140,'StemH'=>118,'AvgWidth'=>535,'MaxWidth'=>1000,'MissingWidth'=>535); 11 | $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278,20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278,30=>278,31=>278,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333,60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556,100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278,109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611,118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584,127=>350,128=>556,129=>350,130=>278,131=>556,132=>500,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350,145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>556,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333,181=>611,182=>556,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834,190=>834,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,253=>556,254=>611,255=>556); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/helveticai.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-170 -225 1116 931]','ItalicAngle'=>-12,'Ascent'=>931,'Descent'=>-225,'Leading'=>0,'CapHeight'=>718,'XHeight'=>523,'StemV'=>88,'StemH'=>76,'AvgWidth'=>513,'MaxWidth'=>1015,'MissingWidth'=>513); 11 | $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278,20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278,30=>278,31=>278,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556,50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278,60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778,80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667,90=>611,91=>278,92=>278,93=>278,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500,100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222,109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556,118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584,127=>350,128=>556,129=>350,130=>222,131=>556,132=>333,133=>1000,134=>556,135=>556,136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350,145=>222,146=>222,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000,154=>500,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556,163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>556,172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333,181=>556,182=>537,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834,190=>834,191=>611,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778,217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556,226=>556,227=>556,228=>556,229=>556,230=>889,231=>500,232=>556,233=>556,234=>556,235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556,244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,253=>500,254=>556,255=>500); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/hysmyeongjostdmedium.php: -------------------------------------------------------------------------------- 1 | 880, 7 | 'Descent' => -120, 8 | 'CapHeight' => 720, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-28 -148 1001 880]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 60, 13 | 'Style' => '<< /Panose <000000000600000000000000> >>', 14 | ); 15 | $cidinfo = array( 16 | 'Registry' => 'Adobe', 17 | 'Ordering' => 'Korea1', 18 | 'Supplement' => '1', 19 | ); 20 | $enc = 'UniKS-UCS2-H'; 21 | 22 | // underline position, needs checking: 23 | $up = -130; 24 | $ut = 40; 25 | 26 | $dw = 1000; 27 | $cw = array( 28 | 32 => 333, 33 => 416, 34 => 416, 35 => 833, 36 => 625, 37 => 916, 38 => 833, 39 => 250, 40 => 500, 41 => 500, 29 | 42 => 500, 43 => 833, 44 => 291, 45 => 450, 46 => 291, 47 => 375, 48 => 625, 49 => 625, 50 => 625, 51 => 625, 30 | 52 => 625, 53 => 625, 54 => 625, 55 => 625, 56 => 625, 57 => 625, 58 => 333, 59 => 333, 60 => 833, 61 => 833, 31 | 62 => 916, 63 => 500, 64 => 1000, 65 => 791, 66 => 708, 67 => 708, 68 => 750, 69 => 708, 70 => 666, 71 => 750, 32 | 72 => 791, 73 => 375, 74 => 500, 75 => 791, 76 => 666, 77 => 916, 78 => 791, 79 => 750, 80 => 666, 81 => 750, 33 | 82 => 708, 83 => 666, 84 => 791, 85 => 791, 86 => 750, 87 => 1000, 88 => 708, 89 => 708, 90 => 666, 91 => 500, 34 | 92 => 375, 93 => 500, 94 => 500, 95 => 500, 96 => 333, 97 => 541, 98 => 583, 99 => 541, 100 => 583, 101 => 583, 35 | 102 => 375, 103 => 583, 104 => 583, 105 => 291, 106 => 333, 107 => 583, 108 => 291, 109 => 875, 110 => 583, 111 => 583, 36 | 112 => 583, 113 => 583, 114 => 458, 115 => 541, 116 => 375, 117 => 583, 118 => 583, 119 => 833, 120 => 625, 121 => 625, 37 | 122 => 500, 123 => 583, 124 => 583, 125 => 583, 126 => 750, 38 | ); 39 | $_cr = array( 40 | //array(97, 97, 500), 41 | array(8094, 8190, 500) 42 | ); 43 | foreach($_cr as $_r) { 44 | for($i = $_r[0]; $i <= $_r[1]; $i++) { 45 | $cw[$i+31] = $_r[2]; 46 | } 47 | } 48 | // --- EOF --- 49 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/msungstdlight.php: -------------------------------------------------------------------------------- 1 | 880, 7 | 'Descent' => -120, 8 | 'CapHeight' => 880, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-160 -249 1015 1071]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 93, 13 | ); 14 | $cidinfo = array( 15 | 'Registry' => 'Adobe', 16 | 'Ordering' => 'CNS1', 17 | 'Supplement' => '3', 18 | ); 19 | $enc = 'UniCNS-UCS2-H'; 20 | 21 | $up = -130; 22 | $ut = 40; 23 | 24 | $dw = 1000; 25 | $cw = array( 26 | 32 => 250, 33 => 250, 34 => 408, 35 => 668, 36 => 490, 37 => 875, 38 => 698, 39 => 250, 40 => 240, 41 => 240, 27 | 42 => 417, 43 => 667, 44 => 250, 45 => 313, 46 => 250, 47 => 520, 48 => 500, 49 => 500, 50 => 500, 51 => 500, 28 | 52 => 500, 53 => 500, 54 => 500, 55 => 500, 56 => 500, 57 => 500, 58 => 250, 59 => 250, 60 => 667, 61 => 667, 29 | 62 => 667, 63 => 396, 64 => 921, 65 => 677, 66 => 615, 67 => 719, 68 => 760, 69 => 625, 70 => 552, 71 => 771, 30 | 72 => 802, 73 => 354, 74 => 354, 75 => 781, 76 => 604, 77 => 927, 78 => 750, 79 => 823, 80 => 563, 81 => 823, 31 | 82 => 729, 83 => 542, 84 => 698, 85 => 771, 86 => 729, 87 => 948, 88 => 771, 89 => 677, 90 => 635, 91 => 344, 32 | 92 => 520, 93 => 344, 94 => 469, 95 => 500, 96 => 250, 97 => 469, 98 => 521, 99 => 427, 100 => 521, 101 => 438, 33 | 102 => 271, 103 => 469, 104 => 531, 105 => 250, 106 => 250, 107 => 458, 108 => 240, 109 => 802, 110 => 531, 111 => 500, 34 | 112 => 521, 113 => 521, 114 => 365, 115 => 333, 116 => 292, 117 => 521, 118 => 458, 119 => 677, 120 => 479, 121 => 458, 35 | 122 => 427, 123 => 480, 124 => 496, 125 => 480, 126 => 667, 36 | 17601 => 500, 37 | ); 38 | // --- EOF --- 39 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfacourier.php: -------------------------------------------------------------------------------- 1 | 33,'FontBBox'=>'[0 -200 600 794]','ItalicAngle'=>0,'Ascent'=>794,'Descent'=>-200,'Leading'=>0,'CapHeight'=>563,'XHeight'=>417,'StemV'=>70,'StemH'=>30,'AvgWidth'=>600,'MaxWidth'=>600,'MissingWidth'=>600); 14 | $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfacourier.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfacourier.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfacourierb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfacourierb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfacourierbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfacourierbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfacourieri.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfacourieri.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfahelvetica.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfahelvetica.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfahelveticab.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfahelveticab.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfahelveticabi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfahelveticabi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfahelveticai.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfahelveticai.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfasymbol.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfasymbol.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfatimes.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-70 -218 1000 900]','ItalicAngle'=>0,'Ascent'=>900,'Descent'=>-218,'Leading'=>0,'CapHeight'=>662,'XHeight'=>450,'StemV'=>70,'StemH'=>30,'AvgWidth'=>517,'MaxWidth'=>1008,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>333,34=>408,35=>500,36=>500,37=>833,38=>778,39=>180,40=>333,41=>333,42=>500,43=>564,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>564,61=>564,62=>564,63=>444,64=>921,65=>722,66=>667,67=>667,68=>722,69=>611,70=>556,71=>722,72=>722,73=>333,74=>389,75=>722,76=>611,77=>889,78=>722,79=>722,80=>556,81=>722,82=>667,83=>556,84=>611,85=>722,86=>722,87=>944,88=>722,89=>722,90=>611,91=>333,92=>296,93=>333,94=>469,95=>500,96=>333,97=>444,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>500,105=>278,106=>278,107=>500,108=>278,109=>778,110=>500,111=>500,112=>500,113=>500,114=>333,115=>389,116=>278,117=>500,118=>500,119=>722,120=>500,121=>500,122=>444,123=>480,124=>200,125=>480,126=>541,127=>500,128=>741,129=>500,130=>250,131=>358,132=>444,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>250,140=>889,141=>500,142=>611,143=>500,144=>500,145=>250,146=>250,147=>444,148=>444,149=>350,150=>500,151=>1000,152=>333,153=>1008,154=>389,155=>250,156=>709,157=>500,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>200,167=>500,168=>333,169=>793,170=>276,171=>444,172=>564,173=>333,174=>792,175=>333,176=>400,177=>564,178=>320,179=>320,180=>333,181=>500,182=>483,183=>250,184=>333,185=>320,186=>310,187=>441,188=>750,189=>750,190=>750,191=>444,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>564,216=>722,217=>722,218=>722,219=>722,220=>722,221=>722,222=>576,223=>500,224=>444,225=>444,226=>444,227=>444,228=>444,229=>444,230=>651,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>501,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>564,248=>500,249=>500,250=>500,251=>500,252=>500,253=>500,254=>496,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfatimes.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfatimes.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfatimesb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfatimesb.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfatimesbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfatimesbi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfatimesi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfatimesi.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfazapfdingbats.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-1 -218 945 805]','ItalicAngle'=>0,'Ascent'=>805,'Descent'=>-218,'Leading'=>0,'CapHeight'=>700,'XHeight'=>450,'StemV'=>70,'StemH'=>30,'AvgWidth'=>744,'MaxWidth'=>980,'MissingWidth'=>500); 14 | $cw=array(0=>500,1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>500,9=>500,10=>500,11=>500,12=>500,13=>500,14=>500,15=>500,16=>500,17=>500,18=>500,19=>500,20=>500,21=>500,22=>500,23=>500,24=>500,25=>500,26=>500,27=>500,28=>500,29=>500,30=>500,31=>500,32=>250,33=>974,34=>961,35=>974,36=>980,37=>715,38=>789,39=>790,40=>791,41=>690,42=>954,43=>933,44=>549,45=>855,46=>911,47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677,57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786,67=>788,68=>788,69=>790,70=>793,71=>794,72=>811,73=>823,74=>789,75=>841,76=>823,77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695,87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815,97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713,106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759,115=>892,116=>892,117=>788,118=>784,119=>791,120=>138,121=>277,122=>415,123=>392,124=>392,125=>668,126=>668,127=>500,128=>390,129=>390,130=>317,131=>317,132=>276,133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334,142=>500,143=>500,144=>500,145=>500,146=>500,147=>500,148=>500,149=>500,150=>500,151=>500,152=>500,153=>500,154=>500,155=>500,156=>500,157=>500,158=>500,159=>500,160=>250,161=>732,162=>544,163=>544,164=>910,165=>667,166=>760,167=>760,168=>770,169=>770,170=>770,171=>770,172=>788,173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788,182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788,191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788,200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788,209=>788,210=>788,211=>788,212=>894,213=>964,214=>964,215=>499,216=>748,217=>924,218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924,227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867,236=>867,237=>696,238=>696,239=>874,240=>501,241=>874,242=>760,243=>946,244=>771,245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970,254=>918,255=>500); 15 | // --- EOF --- 16 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/pdfazapfdingbats.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/pdfazapfdingbats.z -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/stsongstdlight.php: -------------------------------------------------------------------------------- 1 | 752, 7 | 'Descent' => -271, 8 | 'CapHeight' => 737, 9 | 'Flags' => 6, 10 | 'FontBBox' => '[-25 -254 1000 880]', 11 | 'ItalicAngle' => 0, 12 | 'StemV' => 58, 13 | 'Style' => '<< /Panose <000000000400000000000000> >>', 14 | ); 15 | $cidinfo = array( 16 | 'Registry' => 'Adobe', 17 | 'Ordering' => 'GB1', 18 | 'Supplement' => '2', 19 | ); 20 | $enc = 'UniGB-UCS2-H'; 21 | 22 | // underline position, needs checking: 23 | $up = -130; 24 | $ut = 40; 25 | 26 | $dw = 1000; 27 | $cw = array( 28 | 32 => 207, 33 => 270, 34 => 342, 35 => 467, 36 => 462, 37 => 797, 38 => 710, 39 => 239, 40 => 374, 41 => 374, 29 | 42 => 423, 43 => 605, 44 => 238, 45 => 375, 46 => 238, 47 => 334, 48 => 462, 49 => 462, 50 => 462, 51 => 462, 30 | 52 => 462, 53 => 462, 54 => 462, 55 => 462, 56 => 462, 57 => 462, 58 => 238, 59 => 238, 60 => 605, 61 => 605, 31 | 62 => 605, 63 => 344, 64 => 748, 65 => 684, 66 => 560, 67 => 695, 68 => 739, 69 => 563, 70 => 511, 71 => 729, 32 | 72 => 793, 73 => 318, 74 => 312, 75 => 666, 76 => 526, 77 => 896, 78 => 758, 79 => 772, 80 => 544, 81 => 772, 33 | 82 => 628, 83 => 465, 84 => 607, 85 => 753, 86 => 711, 87 => 972, 88 => 647, 89 => 620, 90 => 607, 91 => 374, 34 | 92 => 333, 93 => 374, 94 => 606, 95 => 500, 96 => 239, 97 => 417, 98 => 503, 99 => 427, 100 => 529, 101 => 415, 35 | 102 => 264, 103 => 444, 104 => 518, 105 => 241, 106 => 230, 107 => 495, 108 => 228, 109 => 793, 110 => 527, 111 => 524, 36 | 112 => 524, 113 => 504, 114 => 338, 115 => 336, 116 => 277, 117 => 517, 118 => 450, 119 => 652, 120 => 466, 121 => 452, 37 | 122 => 407, 123 => 370, 124 => 258, 125 => 370, 126 => 605 38 | ); 39 | // --- EOF --- 40 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/symbol.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-180 -293 1090 1010]','ItalicAngle'=>0,'Ascent'=>1010,'Descent'=>-293,'Leading'=>0,'CapHeight'=>1010,'StemV'=>85,'StemH'=>92,'AvgWidth'=>587,'MaxWidth'=>1042,'MissingWidth'=>587); 11 | $cw=array(0=>587,1=>587,2=>587,3=>587,4=>587,5=>587,6=>587,7=>587,8=>587,9=>587,10=>587,11=>587,12=>587,13=>587,14=>587,15=>587,16=>587,17=>587,18=>587,19=>587,20=>587,21=>587,22=>587,23=>587,24=>587,25=>587,26=>587,27=>587,28=>587,29=>587,30=>587,31=>587,32=>250,33=>333,34=>713,35=>500,36=>549,37=>833,38=>778,39=>439,40=>333,41=>333,42=>500,43=>549,44=>250,45=>549,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>549,61=>549,62=>549,63=>444,64=>549,65=>722,66=>667,67=>722,68=>612,69=>611,70=>763,71=>603,72=>722,73=>333,74=>631,75=>722,76=>686,77=>889,78=>722,79=>722,80=>768,81=>741,82=>556,83=>592,84=>611,85=>690,86=>439,87=>768,88=>645,89=>795,90=>611,91=>333,92=>863,93=>333,94=>658,95=>500,96=>500,97=>631,98=>549,99=>549,100=>494,101=>439,102=>521,103=>411,104=>603,105=>329,106=>603,107=>549,108=>549,109=>576,110=>521,111=>549,112=>549,113=>521,114=>549,115=>603,116=>439,117=>576,118=>713,119=>686,120=>493,121=>686,122=>494,123=>480,124=>200,125=>480,126=>549,127=>587,128=>587,129=>587,130=>587,131=>587,132=>587,133=>587,134=>587,135=>587,136=>587,137=>587,138=>587,139=>587,140=>587,141=>587,142=>587,143=>587,144=>587,145=>587,146=>587,147=>587,148=>587,149=>587,150=>587,151=>587,152=>587,153=>587,154=>587,155=>587,156=>587,157=>587,158=>587,159=>587,160=>750,161=>620,162=>247,163=>549,164=>167,165=>713,166=>500,167=>753,168=>753,169=>753,170=>753,171=>1042,172=>987,173=>603,174=>987,175=>603,176=>400,177=>549,178=>411,179=>549,180=>549,181=>713,182=>494,183=>460,184=>549,185=>549,186=>549,187=>549,188=>1000,189=>603,190=>1000,191=>658,192=>823,193=>686,194=>795,195=>987,196=>768,197=>768,198=>823,199=>768,200=>768,201=>713,202=>713,203=>713,204=>713,205=>713,206=>713,207=>713,208=>768,209=>713,210=>790,211=>790,212=>890,213=>823,214=>549,215=>250,216=>713,217=>603,218=>603,219=>1042,220=>987,221=>603,222=>987,223=>603,224=>494,225=>329,226=>790,227=>790,228=>786,229=>713,230=>384,231=>384,232=>384,233=>384,234=>384,235=>384,236=>494,237=>494,238=>494,239=>494,240=>587,241=>329,242=>274,243=>686,244=>686,245=>686,246=>384,247=>384,248=>384,249=>384,250=>384,251=>384,252=>494,253=>494,254=>494,255=>587); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/times.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-168 -218 1000 898]','ItalicAngle'=>0,'Ascent'=>898,'Descent'=>-218,'Leading'=>0,'CapHeight'=>662,'XHeight'=>450,'StemV'=>84,'StemH'=>28,'AvgWidth'=>495,'MaxWidth'=>1000,'MissingWidth'=>495); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>333,34=>408,35=>500,36=>500,37=>833,38=>778,39=>180,40=>333,41=>333,42=>500,43=>564,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,60=>564,61=>564,62=>564,63=>444,64=>921,65=>722,66=>667,67=>667,68=>722,69=>611,70=>556,71=>722,72=>722,73=>333,74=>389,75=>722,76=>611,77=>889,78=>722,79=>722,80=>556,81=>722,82=>667,83=>556,84=>611,85=>722,86=>722,87=>944,88=>722,89=>722,90=>611,91=>333,92=>278,93=>333,94=>469,95=>500,96=>333,97=>444,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>500,105=>278,106=>278,107=>500,108=>278,109=>778,110=>500,111=>500,112=>500,113=>500,114=>333,115=>389,116=>278,117=>500,118=>500,119=>722,120=>500,121=>500,122=>444,123=>480,124=>200,125=>480,126=>541,127=>350,128=>500,129=>350,130=>333,131=>500,132=>444,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>889,141=>350,142=>611,143=>350,144=>350,145=>333,146=>333,147=>444,148=>444,149=>350,150=>500,151=>1000,152=>333,153=>980,154=>389,155=>333,156=>722,157=>350,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>200,167=>500,168=>333,169=>760,170=>276,171=>500,172=>564,173=>333,174=>760,175=>333,176=>400,177=>564,178=>300,179=>300,180=>333,181=>500,182=>453,183=>250,184=>333,185=>300,186=>310,187=>500,188=>750,189=>750,190=>750,191=>444,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>564,216=>722,217=>722,218=>722,219=>722,220=>722,221=>722,222=>556,223=>500,224=>444,225=>444,226=>444,227=>444,228=>444,229=>444,230=>667,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>564,248=>500,249=>500,250=>500,251=>500,252=>500,253=>500,254=>500,255=>500); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/timesb.php: -------------------------------------------------------------------------------- 1 | 32,'FontBBox'=>'[-168 -218 1000 935]','ItalicAngle'=>0,'Ascent'=>935,'Descent'=>-218,'Leading'=>0,'CapHeight'=>676,'XHeight'=>461,'StemV'=>139,'StemH'=>44,'AvgWidth'=>516,'MaxWidth'=>1000,'MissingWidth'=>516); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>333,34=>555,35=>500,36=>500,37=>1000,38=>833,39=>278,40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>570,61=>570,62=>570,63=>500,64=>930,65=>722,66=>667,67=>722,68=>722,69=>667,70=>611,71=>778,72=>778,73=>389,74=>500,75=>778,76=>667,77=>944,78=>722,79=>778,80=>611,81=>778,82=>722,83=>556,84=>667,85=>722,86=>722,87=>1000,88=>722,89=>722,90=>667,91=>333,92=>278,93=>333,94=>581,95=>500,96=>333,97=>500,98=>556,99=>444,100=>556,101=>444,102=>333,103=>500,104=>556,105=>278,106=>333,107=>556,108=>278,109=>833,110=>556,111=>500,112=>556,113=>556,114=>444,115=>389,116=>333,117=>556,118=>500,119=>722,120=>500,121=>500,122=>444,123=>394,124=>220,125=>394,126=>520,127=>350,128=>500,129=>350,130=>333,131=>500,132=>500,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>1000,141=>350,142=>667,143=>350,144=>350,145=>333,146=>333,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1000,154=>389,155=>333,156=>722,157=>350,158=>444,159=>722,160=>250,161=>333,162=>500,163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>300,171=>500,172=>570,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333,181=>556,182=>540,183=>250,184=>333,185=>300,186=>330,187=>500,188=>750,189=>750,190=>750,191=>500,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000,199=>722,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389,208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>570,216=>778,217=>722,218=>722,219=>722,220=>722,221=>722,222=>611,223=>556,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>722,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,253=>500,254=>556,255=>500); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/timesbi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-200 -218 996 921]','ItalicAngle'=>-15,'Ascent'=>921,'Descent'=>-218,'Leading'=>0,'CapHeight'=>669,'XHeight'=>462,'StemV'=>121,'StemH'=>42,'AvgWidth'=>501,'MaxWidth'=>1000,'MissingWidth'=>501); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>389,34=>555,35=>500,36=>500,37=>833,38=>778,39=>278,40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>570,61=>570,62=>570,63=>500,64=>832,65=>667,66=>667,67=>667,68=>722,69=>667,70=>667,71=>722,72=>778,73=>389,74=>500,75=>667,76=>611,77=>889,78=>722,79=>722,80=>611,81=>722,82=>667,83=>556,84=>611,85=>722,86=>667,87=>889,88=>667,89=>611,90=>611,91=>333,92=>278,93=>333,94=>570,95=>500,96=>333,97=>500,98=>500,99=>444,100=>500,101=>444,102=>333,103=>500,104=>556,105=>278,106=>278,107=>500,108=>278,109=>778,110=>556,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>556,118=>444,119=>667,120=>500,121=>444,122=>389,123=>348,124=>220,125=>348,126=>570,127=>350,128=>500,129=>350,130=>333,131=>500,132=>500,133=>1000,134=>500,135=>500,136=>333,137=>1000,138=>556,139=>333,140=>944,141=>350,142=>611,143=>350,144=>350,145=>333,146=>333,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1000,154=>389,155=>333,156=>722,157=>350,158=>389,159=>611,160=>250,161=>389,162=>500,163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>266,171=>500,172=>606,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333,181=>576,182=>500,183=>250,184=>333,185=>300,186=>300,187=>500,188=>750,189=>750,190=>750,191=>500,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>944,199=>667,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389,208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>570,216=>722,217=>722,218=>722,219=>722,220=>722,221=>611,222=>611,223=>500,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>722,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,253=>444,254=>500,255=>444); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/timesi.php: -------------------------------------------------------------------------------- 1 | 96,'FontBBox'=>'[-169 -217 1010 883]','ItalicAngle'=>-15.5,'Ascent'=>883,'Descent'=>-217,'Leading'=>0,'CapHeight'=>653,'XHeight'=>441,'StemV'=>76,'StemH'=>32,'AvgWidth'=>491,'MaxWidth'=>1000,'MissingWidth'=>491); 11 | $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,30=>250,31=>250,32=>250,33=>333,34=>420,35=>500,36=>500,37=>833,38=>778,39=>214,40=>333,41=>333,42=>500,43=>675,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500,50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333,60=>675,61=>675,62=>675,63=>500,64=>920,65=>611,66=>611,67=>667,68=>722,69=>611,70=>611,71=>722,72=>722,73=>333,74=>444,75=>667,76=>556,77=>833,78=>667,79=>722,80=>611,81=>722,82=>611,83=>500,84=>556,85=>722,86=>611,87=>833,88=>611,89=>556,90=>556,91=>389,92=>278,93=>389,94=>422,95=>500,96=>333,97=>500,98=>500,99=>444,100=>500,101=>444,102=>278,103=>500,104=>500,105=>278,106=>278,107=>444,108=>278,109=>722,110=>500,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>500,118=>444,119=>667,120=>444,121=>444,122=>389,123=>400,124=>275,125=>400,126=>541,127=>350,128=>500,129=>350,130=>333,131=>500,132=>556,133=>889,134=>500,135=>500,136=>333,137=>1000,138=>500,139=>333,140=>944,141=>350,142=>556,143=>350,144=>350,145=>333,146=>333,147=>556,148=>556,149=>350,150=>500,151=>889,152=>333,153=>980,154=>389,155=>333,156=>667,157=>350,158=>389,159=>556,160=>250,161=>389,162=>500,163=>500,164=>500,165=>500,166=>275,167=>500,168=>333,169=>760,170=>276,171=>500,172=>675,173=>333,174=>760,175=>333,176=>400,177=>675,178=>300,179=>300,180=>333,181=>500,182=>523,183=>250,184=>333,185=>300,186=>310,187=>500,188=>750,189=>750,190=>750,191=>500,192=>611,193=>611,194=>611,195=>611,196=>611,197=>611,198=>889,199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333,208=>722,209=>667,210=>722,211=>722,212=>722,213=>722,214=>722,215=>675,216=>722,217=>722,218=>722,219=>722,220=>722,221=>556,222=>611,223=>500,224=>500,225=>500,226=>500,227=>500,228=>500,229=>500,230=>667,231=>444,232=>444,233=>444,234=>444,235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,244=>500,245=>500,246=>500,247=>675,248=>500,249=>500,250=>500,251=>500,252=>500,253=>444,254=>500,255=>444); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/freetype6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/freetype6.dll -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/pfm2afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/pfm2afm -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/pfm2afm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/pfm2afm.exe -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/src/pfm2afm-src.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/src/pfm2afm-src.tar.gz -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/src/readme.txt: -------------------------------------------------------------------------------- 1 | To embed TrueType and OpenType font files, you need to extract the 2 | font metrics from the font files and build the required tables using 3 | the utility TTF2UFM. 4 | 5 | TTF2UFM is a modified version of Mark Heath's TTF 2 PT1 converter 6 | (http://ttf2pt1.sourceforge.net/) by Steven Wittens 7 | (http://www.acko.net/blog/ufpdf). That version has been further 8 | modified by Ulrich Telle for use with the wxWidgets component 9 | wxPdfDocument. 10 | 11 | Following changes where made: 12 | 13 | 1) Generated AFM files contain the glyph number for each character. 14 | 2) Generated UFM files contain the bounding box for each character. 15 | 3) OpenType support has been activated for the Windows binary, 16 | and the generated AFM/UFM files contain the associated 17 | original Unicode codes for each character. 18 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/src/ttf2ufm-src.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/src/ttf2ufm-src.tar.gz -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/ttf2ufm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/ttf2ufm -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/ttf2ufm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/ttf2ufm.exe -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/utils/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/fonts/utils/zlib1.dll -------------------------------------------------------------------------------- /_tcpdf_5.9.206/fonts/zapfdingbats.php: -------------------------------------------------------------------------------- 1 | 4,'FontBBox'=>'[-1 -143 981 820]','ItalicAngle'=>0,'Ascent'=>820,'Descent'=>-143,'Leading'=>0,'CapHeight'=>820,'StemV'=>90,'StemH'=>28,'AvgWidth'=>746,'MaxWidth'=>1016,'MissingWidth'=>746); 11 | $cw=array(0=>746,1=>746,2=>746,3=>746,4=>746,5=>746,6=>746,7=>746,8=>746,9=>746,10=>746,11=>746,12=>746,13=>746,14=>746,15=>746,16=>746,17=>746,18=>746,19=>746,20=>746,21=>746,22=>746,23=>746,24=>746,25=>746,26=>746,27=>746,28=>746,29=>746,30=>746,31=>746,32=>278,33=>974,34=>961,35=>974,36=>980,37=>719,38=>789,39=>790,40=>791,41=>690,42=>960,43=>939,44=>549,45=>855,46=>911,47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677,57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786,67=>788,68=>788,69=>790,70=>793,71=>794,72=>816,73=>823,74=>789,75=>841,76=>823,77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695,87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815,97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713,106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759,115=>892,116=>892,117=>788,118=>784,119=>438,120=>138,121=>277,122=>415,123=>392,124=>392,125=>668,126=>668,127=>746,128=>390,129=>390,130=>317,131=>317,132=>276,133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334,142=>746,143=>746,144=>746,145=>746,146=>746,147=>746,148=>746,149=>746,150=>746,151=>746,152=>746,153=>746,154=>746,155=>746,156=>746,157=>746,158=>746,159=>746,160=>746,161=>732,162=>544,163=>544,164=>910,165=>667,166=>760,167=>760,168=>776,169=>595,170=>694,171=>626,172=>788,173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788,182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788,191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788,200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788,209=>788,210=>788,211=>788,212=>894,213=>838,214=>1016,215=>458,216=>748,217=>924,218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924,227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867,236=>867,237=>696,238=>696,239=>874,240=>746,241=>874,242=>760,243=>946,244=>771,245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970,254=>918,255=>746); 12 | // --- EOF --- 13 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/_blank.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/alpha.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/image_demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/image_demo.jpg -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/image_with_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/image_with_alpha.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/img.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/logo_example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/logo_example.gif -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/logo_example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/logo_example.jpg -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/logo_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/logo_example.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/tcpdf_cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/tcpdf_cell.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/tcpdf_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/tcpdf_logo.jpg -------------------------------------------------------------------------------- /_tcpdf_5.9.206/images/tcpdf_signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/images/tcpdf_signature.png -------------------------------------------------------------------------------- /_tcpdf_5.9.206/sRGB.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/sRGB.icc -------------------------------------------------------------------------------- /_tcpdf_5.9.206/tcpdf.crt: -------------------------------------------------------------------------------- 1 | Bag Attributes 2 | localKeyID: 7B AB 1B 7A BE 4C 85 C0 1A A6 DC 59 3F 79 48 C3 93 38 68 9C 3 | subject=/CN=TCPDF DEMO/O=TCPDF/OU=DEMO/emailAddress=you@example.com/C=IT 4 | issuer=/CN=TCPDF DEMO/O=TCPDF/OU=DEMO/emailAddress=you@example.com/C=IT 5 | -----BEGIN CERTIFICATE----- 6 | MIIC1TCCAj6gAwIBAgIKkehOL/XGkB5cjjANBgkqhkiG9w0BAQUFADBhMRMwEQYD 7 | VQQDEwpUQ1BERiBERU1PMQ4wDAYDVQQKEwVUQ1BERjENMAsGA1UECxMEREVNTzEe 8 | MBwGCSqGSIb3DQEJARYPeW91QGV4YW1wbGUuY29tMQswCQYDVQQGEwJJVDAeFw0w 9 | OTA4MjExMjU0NDhaFw0xNDA4MjExMjU0NDhaMGExEzARBgNVBAMTClRDUERGIERF 10 | TU8xDjAMBgNVBAoTBVRDUERGMQ0wCwYDVQQLEwRERU1PMR4wHAYJKoZIhvcNAQkB 11 | Fg95b3VAZXhhbXBsZS5jb20xCzAJBgNVBAYTAklUMIGfMA0GCSqGSIb3DQEBAQUA 12 | A4GNADCBiQKBgQDAqIL0uGKmTR98Lxx2vEEE1OGKkMXFo0JViitALe7Onhxxqx0H 13 | XMUDKF5mvEVu1rcvh7/oAnAfrCuEpL/up3u1mQCgBE7WXBnFFE/AE3jCksh9OkS0 14 | Z0Xj9woN5bzxRDsGoPiOu/4xzk5qSEXt8jf2Ep90QuNkqLIRT4swAzpDbwIDAQAB 15 | o4GTMIGQMDcGA1UdEgQwMC6gEQYDVQQDDApUQ1BERiBERU1PoAwGA1UECgwFVENQ 16 | REagCwYDVQQLDARERU1PMDcGA1UdEQQwMC6gEQYDVQQDDApUQ1BERiBERU1PoAwG 17 | A1UECgwFVENQREagCwYDVQQLDARERU1PMA8GCSqGSIb3LwEBCgQCBQAwCwYDVR0P 18 | BAQDAgSQMA0GCSqGSIb3DQEBBQUAA4GBAEhTQfqX3ZNdHmpTLDbIj22RHXii2roE 19 | OavCbu9WsHoWpva0qSd+yIoD594VHvYAd29sfzDfiN+7W0aiZfDhq5jpaSQMVlN8 20 | RGYMupbHY/+a9Gz1wqxnR84mlTtIkZVRYAhsfPwy6M1BEjdMqfdh9h40JIdkdjtb 21 | 8faTCfXPePWQ 22 | -----END CERTIFICATE----- 23 | Bag Attributes 24 | localKeyID: 7B AB 1B 7A BE 4C 85 C0 1A A6 DC 59 3F 79 48 C3 93 38 68 9C 25 | Key Attributes: 26 | -----BEGIN RSA PRIVATE KEY----- 27 | MIICXQIBAAKBgQDAqIL0uGKmTR98Lxx2vEEE1OGKkMXFo0JViitALe7Onhxxqx0H 28 | XMUDKF5mvEVu1rcvh7/oAnAfrCuEpL/up3u1mQCgBE7WXBnFFE/AE3jCksh9OkS0 29 | Z0Xj9woN5bzxRDsGoPiOu/4xzk5qSEXt8jf2Ep90QuNkqLIRT4swAzpDbwIDAQAB 30 | AoGAXc+wNMmz/5Z+RlIKYia44klmqbplEx+0JULqXI4BQsrqvs67i+I4bJkznoL+ 31 | rEIRYSuQ3sCRKFsFtckjTGpxadnxkB+uwGKc6pZChv99BFX6HFR4hgBlT/BBRAQA 32 | hMDlM2JIRr4S4SMVXR7MHwGMUf9mUeanGLR3ZWtU3aXJrIECQQD7OaYUVYNEEnM9 33 | uXyjm22CuHyqyEf5gb13sK0uQty67547yJTMUQZd/sQc9KGwhzBbhrob2LO2jAhh 34 | S+f+NSRnAkEAxFHm3fMI5RgXmswxlGm4QW07a/Ueo7ZJG6xjTkFXluJhd+XHswRD 35 | dQIO3zG9nGjNUoeMrPhXhPvKqFc2F9RDuQJAQBEGin74N77gxqfr4ik79y8nE8J5 36 | oGZ2s/RJZdfFRKLg3mwbjjNHhWb4Ck5UgZkoOt8TzRApXG8/n9hktE5HFwJBALur 37 | M5AueO1Pl5kB489lNJ9OxUQRYUXMxpxuscuoCQwSwmv0O2+0/qtG2WKhUQnI4aYo 38 | L+FV0YwtivBb1jj3T/kCQQDIWOxq8eRowdaMzvJpRUHFgMcf1AVZExKyrugwYOWd 39 | KNsDxC4KaQOsPt8iT/Ulo4g/MJC0HolCOhWibKmR9Ayl 40 | -----END RSA PRIVATE KEY----- 41 | -------------------------------------------------------------------------------- /_tcpdf_5.9.206/tcpdf.fdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/tcpdf.fdf -------------------------------------------------------------------------------- /_tcpdf_5.9.206/tcpdf.p12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/tcpdf.p12 -------------------------------------------------------------------------------- /_tcpdf_5.9.206/tcpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/_tcpdf_5.9.206/tcpdf.php -------------------------------------------------------------------------------- /bin/php2pdf: -------------------------------------------------------------------------------- 1 | #!/usr/bin/php 2 | \n"; 16 | exit(1); 17 | } 18 | 19 | ob_start(); 20 | require_once($in_filename); 21 | $content = ob_get_clean(); 22 | print "Loaded $in_filename\n"; 23 | 24 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 25 | 26 | try { 27 | $orientation = 'P'; // portrait 28 | $page_size = 'A4'; 29 | $display_mode = 'fullpage'; 30 | 31 | $initial_dir = getcwd(); 32 | 33 | $dir = dirname($in_filename); 34 | if (!chdir($dir)) { 35 | print "Failed to change current directory to '$dir'\n"; 36 | exit(2); 37 | } 38 | 39 | // First pass (calculating the number of pages) 40 | print "Rendering (pass 1 of 2)...\n"; 41 | $html2pdf = new HTML2PDF($orientation, $page_size, 'en', true, 'UTF-8', 0); 42 | $html2pdf->pdf->SetDisplayMode($display_mode); 43 | $html2pdf->_isCalculationPass = true; 44 | if (isset($options['root'])) { 45 | $html2pdf->_rootPathForURLs = $options['root']; 46 | } 47 | $html2pdf->writeHTML($content); 48 | 49 | $firstPages = $html2pdf->_firstPageInSet; 50 | $maxPage = $html2pdf->_maxPage; 51 | 52 | // Second pass 53 | print "Rendering (pass 2 of 2)...\n"; 54 | $html2pdf = new HTML2PDF($orientation, $page_size, 'en', true, 'UTF-8', 0); 55 | $html2pdf->pdf->SetDisplayMode($display_mode); 56 | 57 | $html2pdf->_isCalculationPass = false; 58 | if (isset($options['root'])) { 59 | $html2pdf->_rootPathForURLs = $options['root']; 60 | } 61 | 62 | $html2pdf->_firstPageInSet = $firstPages; 63 | $html2pdf->_maxPage = $maxPage; 64 | 65 | $html2pdf->writeHTML($content); 66 | 67 | if (!chdir($initial_dir)) { 68 | print "Failed to change current directory to '$initial_dir'\n"; 69 | exit(2); 70 | } 71 | 72 | $html2pdf->Output($out_filename, 'F'); 73 | print "Saved PDF to $out_filename\n"; 74 | 75 | } catch (HTML2PDF_exception $e) { 76 | echo $e; 77 | exit(3); 78 | } 79 | -------------------------------------------------------------------------------- /examples/about.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 14 | 15 | // get the HTML 16 | ob_start(); 17 | include(dirname('__FILE__').'/res/about.php'); 18 | $content = ob_get_clean(); 19 | 20 | try 21 | { 22 | // init HTML2PDF 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr', true, 'UTF-8', array(0, 0, 0, 0)); 24 | 25 | // display the full page 26 | $html2pdf->pdf->SetDisplayMode('fullpage'); 27 | 28 | // convert 29 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 30 | 31 | // add the automatic index 32 | $html2pdf->createIndex('Sommaire', 30, 12, false, true, 2); 33 | 34 | // send the PDF 35 | $html2pdf->Output('about.pdf'); 36 | } 37 | catch(HTML2PDF_exception $e) { 38 | echo $e; 39 | exit; 40 | } 41 | -------------------------------------------------------------------------------- /examples/exemple00.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple00.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert in PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | // $html2pdf->setModeDebug(); 25 | $html2pdf->setDefaultFont('Arial'); 26 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 27 | $html2pdf->Output('exemple00.pdf'); 28 | } 29 | catch(HTML2PDF_exception $e) { 30 | echo $e; 31 | exit; 32 | } 33 | -------------------------------------------------------------------------------- /examples/exemple01.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple01.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert in PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 25 | $html2pdf->Output('exemple01.pdf'); 26 | } 27 | catch(HTML2PDF_exception $e) { 28 | echo $e; 29 | exit; 30 | } 31 | -------------------------------------------------------------------------------- /examples/exemple02.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple02.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert in PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr', true, 'UTF-8', array(15, 5, 15, 5)); 24 | $html2pdf->pdf->SetDisplayMode('fullpage'); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('exemple02.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | 33 | -------------------------------------------------------------------------------- /examples/exemple03.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple03.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr', true, 'UTF-8', 3); 24 | $html2pdf->pdf->SetDisplayMode('fullpage'); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('exemple03.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | -------------------------------------------------------------------------------- /examples/exemple04.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple04.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->pdf->SetDisplayMode('fullpage'); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('exemple04.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | -------------------------------------------------------------------------------- /examples/exemple05.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple05.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->pdf->SetDisplayMode('fullpage'); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('exemple05.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | -------------------------------------------------------------------------------- /examples/exemple06.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple06.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 25 | $html2pdf->Output('exemple06.pdf'); 26 | } 27 | catch(HTML2PDF_exception $e) { 28 | echo $e; 29 | exit; 30 | } 31 | -------------------------------------------------------------------------------- /examples/exemple07.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple07a.php'); 17 | include(dirname(__FILE__).'/res/exemple07b.php'); 18 | $content = ob_get_clean(); 19 | 20 | // convert to PDF 21 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 22 | try 23 | { 24 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 25 | $html2pdf->pdf->SetDisplayMode('fullpage'); 26 | // $html2pdf->pdf->SetProtection(array('print'), 'spipu'); 27 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 28 | $html2pdf->Output('exemple07.pdf'); 29 | } 30 | catch(HTML2PDF_exception $e) { 31 | echo $e; 32 | exit; 33 | } 34 | -------------------------------------------------------------------------------- /examples/exemple08.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple08.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr', true, 'UTF-8', 0); 24 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 25 | $html2pdf->Output('exemple08.pdf'); 26 | } 27 | catch(HTML2PDF_exception $e) { 28 | echo $e; 29 | exit; 30 | } 31 | -------------------------------------------------------------------------------- /examples/exemple09.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | */ 11 | 12 | $generate = isset($_GET['make_pdf']); 13 | $nom = isset($_GET['nom']) ? $_GET['nom'] : 'inconnu'; 14 | 15 | $nom = substr(preg_replace('/[^a-zA-Z0-9]/isU', '', $nom), 0, 26); 16 | 17 | if ($generate) { 18 | ob_start(); 19 | } else { 20 | ?> 21 | 22 | 23 | 24 | 25 | Exemple d'auto génération de PDF 26 | 27 | 28 | 36 |
37 | Ceci est un exemple de génération de PDF via un bouton :)
38 |
39 | image_php
40 |
41 | 44 | Bonjour , ton nom peut s'écrire :
45 |
46 |
47 | 50 |
51 | writeHTML($content); 59 | $html2pdf->Output('exemple09.pdf'); 60 | exit; 61 | } 62 | catch(HTML2PDF_exception $e) { 63 | echo $e; 64 | exit; 65 | } 66 | } 67 | ?> 68 |
69 | 70 | Ton nom : - 71 | 72 |
73 | 74 | -------------------------------------------------------------------------------- /examples/exemple10.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | ob_start(); 15 | include(dirname(__FILE__).'/res/exemple10.php'); 16 | $content = ob_get_clean(); 17 | 18 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 19 | try 20 | { 21 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 22 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 23 | $html2pdf->Output('exemple10.pdf'); 24 | } 25 | catch(HTML2PDF_exception $e) { 26 | echo $e; 27 | exit; 28 | } -------------------------------------------------------------------------------- /examples/exemple11.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple11.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->setTestTdInOnePage(false); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('exemple11.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | -------------------------------------------------------------------------------- /examples/exemple12.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple12.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 25 | $html2pdf->Output('exemple12.pdf'); 26 | } 27 | catch(HTML2PDF_exception $e) { 28 | echo $e; 29 | exit; 30 | } 31 | -------------------------------------------------------------------------------- /examples/exemple13.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/exemple13.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert to PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 25 | $html2pdf->Output('exemple13.pdf'); 26 | } 27 | catch(HTML2PDF_exception $e) { 28 | echo $e; 29 | exit; 30 | } 31 | -------------------------------------------------------------------------------- /examples/forms.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // for display the post information 15 | if (isset($_POST['test'])) { 16 | echo '
';
17 |         echo htmlentities(print_r($_POST, true));
18 |         echo '
'; 19 | exit; 20 | } 21 | 22 | // get the HTML 23 | ob_start(); 24 | include(dirname(__FILE__).'/res/forms.php'); 25 | $content = ob_get_clean(); 26 | 27 | // convert to PDF 28 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 29 | try 30 | { 31 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 32 | $html2pdf->pdf->SetDisplayMode('fullpage'); 33 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 34 | $html2pdf->Output('forms.pdf'); 35 | } 36 | catch(HTML2PDF_exception $e) { 37 | echo $e; 38 | exit; 39 | } 40 | -------------------------------------------------------------------------------- /examples/groups.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | ob_start(); 15 | ?> 16 | 22 | 23 | 24 | 25 | 26 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 38 | 39 | 40 | 41 | Ceci est la page 1 du groupe 1 42 | 43 | 44 | Ceci est la page 2 du groupe 1 45 | 46 | 47 | Ceci est la page 3 du groupe 1 48 | 49 | 50 | 51 | Ceci est la page 1 du groupe 52 | 53 | 54 | Ceci est la page 2 du groupe 55 | 56 | 57 | pdf->SetDisplayMode('fullpage'); 65 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 66 | $html2pdf->Output('groups.pdf'); 67 | } 68 | catch(HTML2PDF_exception $e) { 69 | echo $e; 70 | exit; 71 | } 72 | -------------------------------------------------------------------------------- /examples/js1.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | ?> 17 | 18 |

Test de JavaScript 1


19 |
20 | Normalement la fenetre d'impression devrait apparaitre automatiquement 21 |
22 | pdf->IncludeJS("print(true);"); 31 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 32 | $html2pdf->Output('js1.pdf'); 33 | } 34 | catch(HTML2PDF_exception $e) { 35 | echo $e; 36 | exit; 37 | } 38 | -------------------------------------------------------------------------------- /examples/js2.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | ?> 17 | 18 |

Test de JavaScript 2


19 |
20 | Normalement une alerte devrait apparaitre, indiquant "coucou" 21 |
22 | pdf->IncludeJS("app.alert('coucou');"); 31 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 32 | $html2pdf->Output('js2.pdf'); 33 | } 34 | catch(HTML2PDF_exception $e) { 35 | echo $e; 36 | exit; 37 | } 38 | -------------------------------------------------------------------------------- /examples/js3.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | ?> 17 | 18 |

Test de JavaScript 3


19 |
20 | Normalement une valeur devrait vous être demandée, puis affichée 21 |
22 | pdf->IncludeJS($script); 37 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 38 | $html2pdf->Output('js3.pdf'); 39 | } 40 | catch(HTML2PDF_exception $e) { 41 | echo $e; 42 | exit; 43 | } 44 | -------------------------------------------------------------------------------- /examples/radius.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | // get the HTML 14 | ob_start(); 15 | ?> 16 | 29 | 30 |
Exemple de div
31 |
Exemple de div
32 |
Exemple de div
33 |
Exemple de div
34 |
Exemple de div
35 |
Exemple de div
36 |
Exemple de div
37 |
Exemple de div
38 |
39 | writeHTML($content, isset($_GET['vuehtml'])); 48 | $html2pdf->Output('radius.pdf'); 49 | } 50 | catch(HTML2PDF_exception $e) { 51 | echo $e; 52 | exit; 53 | } 54 | -------------------------------------------------------------------------------- /examples/regle.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | ?> 17 | 39 | 40 | 41 |
'.$k.''; ?> 42 |
43 |
44 | pdf->SetDisplayMode('fullpage'); 53 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 54 | $html2pdf->Output('regle.pdf'); 55 | } 56 | catch(HTML2PDF_exception $e) { 57 | echo $e; 58 | exit; 59 | } 60 | -------------------------------------------------------------------------------- /examples/res/bas_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/bas_page.png -------------------------------------------------------------------------------- /examples/res/exemple05.php: -------------------------------------------------------------------------------- 1 | 30 | Démonstration des retour à la ligne automatique, ainsi que des sauts de page automatique
31 |
32 |
33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 63 | 64 | 65 | 68 | 69 | 70 |
42 | Titre du tableau 43 |
Colonne 1Colonne 2Colonne 3
test de texte assez long pour engendrer des retours à la ligne automatique...test de texte assez long pour engendrer des retours à la ligne automatique...test de texte assez long pour engendrer des retours à la ligne automatique...
66 | bas du tableau 67 |
71 | Cool non ?
-------------------------------------------------------------------------------- /examples/res/exemple06.css: -------------------------------------------------------------------------------- 1 | .titre 2 | { 3 | text-decoration: underline; 4 | } 5 | 6 | * {color: #FF0000; } 7 | H1 {color: #AA0055; } 8 | H2 {color: #990066; } 9 | H3 {color: #880077; } 10 | H4 {color: #770088; } 11 | H5 {color: #660099; } 12 | H6 {color: #5500AA; } -------------------------------------------------------------------------------- /examples/res/exemple06.php: -------------------------------------------------------------------------------- 1 | 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
Ceci est untest de style
21 |
22 | 23 | 24 | 25 | 26 | 27 |
Ceci est untest de style
28 |
29 |

Essai de titre en H1

30 |

Essai de titre en H2

31 |

Essai de titre en H3

32 |

Essai de titre en H4

33 |
Essai de titre en H5
34 |
Essai de titre en H6
35 |
Essai de titre en H6
36 |
Essai de titre en H5
37 |

Essai de titre en H4

38 |

Essai de titre en H3

39 |

Essai de titre en H2

40 |

Essai de titre en H1

41 |
42 | Texte barré !
43 |
44 | Texte avec la couleur par défault (style *)
45 |
-------------------------------------------------------------------------------- /examples/res/exemple09.png.php: -------------------------------------------------------------------------------- 1 | 20) $px = 20; 9 | if ($py>20) $py = 20; 10 | 11 | $width = 100; 12 | $height = 100; 13 | $im = imagecreatetruecolor($width, $height); 14 | 15 | for ($y=0; $y<$height; $y+= $py) { 16 | for ($x=0; $x<$width; $x+= $px) { 17 | $c = imagecolorallocate($im, 200-$x, 100+$y, 100+$x-$y); 18 | imagefilledrectangle($im, $x, $y, $x+$px, $y+$py, $c); 19 | } 20 | } 21 | 22 | header("Content-type: image/png"); 23 | imagepng($im); 24 | imagedestroy($im); 25 | -------------------------------------------------------------------------------- /examples/res/exemple10a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/exemple10a.gif -------------------------------------------------------------------------------- /examples/res/exemple10b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/exemple10b.jpg -------------------------------------------------------------------------------- /examples/res/exemple10c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/exemple10c.gif -------------------------------------------------------------------------------- /examples/res/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/logo.gif -------------------------------------------------------------------------------- /examples/res/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/logo.png -------------------------------------------------------------------------------- /examples/res/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/off.png -------------------------------------------------------------------------------- /examples/res/puce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/puce.gif -------------------------------------------------------------------------------- /examples/res/puce2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/puce2.gif -------------------------------------------------------------------------------- /examples/res/regle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/regle.png -------------------------------------------------------------------------------- /examples/res/svg.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 |
20 | Les balises SVG suivantes sont reconnues : LINE, RECT, CIRCLE, ELLIPSE, PATH, POLYGON, POLYLINE, G
21 |
22 | Spécifications SVG : http://www.w3.org/TR/SVG11/expanded-toc.html 23 |
-------------------------------------------------------------------------------- /examples/res/tcpdf_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iafan/html2pdf/02135baf7413ec72daf3ade595b199096127a17d/examples/res/tcpdf_logo.jpg -------------------------------------------------------------------------------- /examples/svg.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | // get the HTML 15 | ob_start(); 16 | include(dirname(__FILE__).'/res/svg.php'); 17 | $content = ob_get_clean(); 18 | 19 | // convert into PDF 20 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->pdf->SetDisplayMode('fullpage'); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('svg.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | -------------------------------------------------------------------------------- /examples/utf8.php: -------------------------------------------------------------------------------- 1 | PDF convertor 6 | * distributed under the LGPL License 7 | * 8 | * @author Laurent MINGUET 9 | * 10 | * isset($_GET['vuehtml']) is not mandatory 11 | * it allow to display the result in the HTML format 12 | */ 13 | 14 | require_once(dirname(__FILE__).'/../html2pdf.class.php'); 15 | 16 | // get the HTML 17 | $content = file_get_contents(dirname(__FILE__).'/../_tcpdf_'.HTML2PDF_USED_TCPDF_VERSION.'/cache/utf8test.txt'); 18 | $content = '
'.nl2br($content).'
'; 19 | 20 | // convert to PDF 21 | try 22 | { 23 | $html2pdf = new HTML2PDF('P', 'A4', 'fr'); 24 | $html2pdf->pdf->SetDisplayMode('real'); 25 | $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); 26 | $html2pdf->Output('utf8.pdf'); 27 | } 28 | catch(HTML2PDF_exception $e) { 29 | echo $e; 30 | exit; 31 | } 32 | -------------------------------------------------------------------------------- /locale/ca.csv: -------------------------------------------------------------------------------- 1 | "err01","L'etiqueta <[[OTHER]]> encara no existeix.

Si voleu afegir-la, heu de crear els mètodes o_[[OTHER]] (per l'obertura) i c_[[OTHER]] (pel tancament) seguint el model de les etiquetes existents.

A més, si creeu nous mètodes, envieu-ho a webmaster@html2pdf.fr per tal d'afegir-los a les següents versions d'HTML2PDF, i que tothom en pugui gaudir." 2 | "err02","Frase de 1000 línies => massa llarga
Frase : [[OTHER_0]]
Mida casella : [[OTHER_1]]
Mida text : [[OTHER_2]]
" 3 | "err03","Codi HTML no vàlid, una etiqueta té un tancament de més : <[[OTHER]]>" 4 | "err04","Codi HTML no vàlid, les etiquetes no estan tancades en l'ordre correcte.
Estat :
[[OTHER]]
" 5 | "err05","Codi HTML no vàlid, totes les etiquetes han de tenir el seu tancament.
Estat :
[[OTHER]]
" 6 | "err06","Impossible carregar la imatge [[OTHER]]" 7 | "err07","El contingut d'una etiqueta TD no quep en una sola pàgina" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","ERROR n°" 11 | "txt02","Fitxer :" 12 | "txt03","Línia :" 13 | "pdf01","Document generat el [[date_d]]/[[date_m]]/[[date_y]]" 14 | "pdf02","Document generat a les [[date_h]]:[[date_i]]" 15 | "pdf03","Document generat el [[date_d]]/[[date_m]]/[[date_y]] a les [[date_h]]:[[date_i]]" 16 | "pdf04","Pàgina [[page_cu]]/[[page_nb]]" 17 | "pdf05","Els formularis requereixen l'ús de l'Adobe Reader 9" 18 | "vue01","CAPÇALERA" 19 | "vue02","PEU DE PÀGINA" 20 | "vue03","PÀGINA" 21 | "vue04","Visualització" 22 | -------------------------------------------------------------------------------- /locale/cs.csv: -------------------------------------------------------------------------------- 1 | "err01","Element <[[OTHER]]> neexistuje.

Pokud ho chcete přidat, musíte vytvořit metodu o_[[OTHER]] (pro otevření) a c_[[OTHER]] (pro zavření) k začlenění do modelu jako existující element.

Pokud vytvoříte metodu, nebojte se poslat email na webmaster@html2pdf.fr k zařazení do další verze HTML2PDF." 2 | "err02","Sentence of 1000 lines => too long
Sentence : [[OTHER_0]]
Width box : [[OTHER_1]]
Length text : [[OTHER_2]]
" 3 | "err03","Chyba v HTML, element je příliš mnohokrát zavřen: <[[OTHER]]>" 4 | "err04","Chyba v HTML, element není uzavřen ve správném pořadí.
Stav :
[[OTHER]]
" 5 | "err05","Chyba v HTML, všechny elementy musí být zavřeny.
Stav :
[[OTHER]]
" 6 | "err06","Menohu načíst orbázek [[OTHER]]" 7 | "err07","Obsah TD elementu se nevejde na jednu stránku" 8 | "err08","<[[OTHER]]> element není v <DRAW> elementu" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","CHYBA č." 11 | "txt02","Soubor :" 12 | "txt03","Řádek :" 13 | "pdf01","Dokument vytvořen dne [[date_d]].[[date_m]].[[date_y]]" 14 | "pdf02","Dokument vytvořen v [[date_h]]:[[date_i]]" 15 | "pdf03","Dokument vytvořen dne [[date_d]].[[date_m]].[[date_y]] v [[date_h]]:[[date_i]]" 16 | "pdf04","Stránka [[page_cu]]/[[page_nb]]" 17 | "pdf05","Formuláře vyžadují Adobe Reader 9" 18 | "vue01","HLAVIČKA" 19 | "vue02","PATIČKA" 20 | "vue03","STRÁNKA" 21 | "vue04","POHLED" 22 | -------------------------------------------------------------------------------- /locale/da.csv: -------------------------------------------------------------------------------- 1 | "err01","Tag <[[OTHER]]> endnu ikke eksisterer.

Hvis du ønsker at tilføje det, skal du oprette de metoder o_[[OTHER]] (for åbning) og c_[[OTHER]] (for lukning) ved at følge den model af eksisterende tags.

Hvis du opretter disse metoder, så tøv ikke med at send mig en e-mail til webmaster@html2pdf.fr til indsat dem i den næste version af HTML2PDF." 2 | "err02","Sætning af 1000 lines => er for lang
sætning : [[OTHER_0]]
Bredde boksen : [[OTHER_1]]
Længde tekst : [[OTHER_2]]
" 3 | "err03","HTML-kode er ugyldig, et tag er lukket for mange gange: <[[OTHER]]>" 4 | "err04","HTML-kode er ugyldig, tags er ikke afsluttet på en ordentlig måde.
Status :
[[OTHER]]
" 5 | "err05","HTML-kode er ugyldig, alle tags skal lukkes.
Status :
[[OTHER]]
" 6 | "err06","Umuligt at indlæse billedet [[OTHER]]" 7 | "err07","Indholdet af en TD tag ikke passer på én side" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","FEJL n°" 11 | "txt02","File :" 12 | "txt03","Linje :" 13 | "pdf01","Siden oprettet d. [[date_y]]-[[date_m]]-[[date_d]]" 14 | "pdf02","Siden oprettet d. [[date_h]]:[[date_i]]" 15 | "pdf03","Siden oprettet d. [[date_y]]-[[date_m]]-[[date_d]] at [[date_h]]:[[date_i]]" 16 | "pdf04","Side [[page_cu]]/[[page_nb]]" 17 | "pdf05","De formularer kræver brug af Adobe Reader 9" 18 | "vue01","HEADER" 19 | "vue02","FOOTER" 20 | "vue03","PAGE" 21 | "vue04","View" 22 | -------------------------------------------------------------------------------- /locale/de.csv: -------------------------------------------------------------------------------- 1 | "err01","Das Tag <[[OTHER]]> existiert noch nicht.

Wenn Sie es hinzufügen möchten, sollen Sie die Methodeno_[[OTHER]] (zu öffnen) und c_[[OTHER]] (zu schließen) nach dem Modell den existierenden Tags.

Wenn Sie diese Methoden außerdem aufbauen, bitte teilen Sie sie duch eine E-Mail an meine Adresse : webmaster@html2pdf.fr, so daß sie künftig in die nächste Version von HTML2PDF erscheinen." 2 | "err02","1000-Linien Satz => zu lang
Satz : [[OTHER_0]]
Breite des Eingabefelds : [[OTHER_1]]
Länge des Texts : [[OTHER_2]]
" 3 | "err03","Falsches HTML Code, überzähliges geschloßene Tag : <[[OTHER]]>" 4 | "err04","Falsches HTML Code, die Tags sind nicht in richtiger Ordnung geschloßen.
Status :
[[OTHER]]
" 5 | "err05","Falsches HTML Code, alle Tags sollen geschloßen sein.
Status :
[[OTHER]]
" 6 | "err06","Ladung des Bilds unmöglich [[OTHER]]" 7 | "err07","Er Inhalt eines TD-Tag passt nicht nur auf einer Seite" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","Fehler n°" 11 | "txt02","Datei :" 12 | "txt03","Linie :" 13 | "pdf01","Datei aufgebaut am [[date_d]]/[[date_m]]/[[date_y]]" 14 | "pdf02","Datei aufgebaut um [[date_h]]:[[date_m]]" 15 | "pdf03","Datei aufgebaut am [[date_d]]/[[date_m]]/[[date_y]] um [[date_h]]:[[date_i]]" 16 | "pdf04","Seite [[page_cu]]/[[page_nb]]" 17 | "pdf05","Die Formulare benötigen Sie den Adobe Reader 9" 18 | "vue01","Seite-Header" 19 | "vue02","Fußzeile" 20 | "vue03","Seite" 21 | "vue04","Visualisierung" 22 | -------------------------------------------------------------------------------- /locale/en.csv: -------------------------------------------------------------------------------- 1 | "err01","The tag <[[OTHER]]> does not yet exist.

If you want to add it, you must create the methods o_[[OTHER]] (for opening) and c_[[OTHER]] (for closure) by following the model of existing tags.

If you create these methods, do not hesitate to send me an email to webmaster@html2pdf.fr to included them in the next version of HTML2PDF." 2 | "err02","Sentence of 1000 lines => too long
Sentence : [[OTHER_0]]
Width box : [[OTHER_1]]
Length text : [[OTHER_2]]
" 3 | "err03","HTML code invalid, a tag is closed too many times: <[[OTHER]]>" 4 | "err04","HTML code invalid, the tags are not closed in an orderly fashion.
Status :
[[OTHER]]
" 5 | "err05","HTML code invalid, all tags must be closed.
Status :
[[OTHER]]
" 6 | "err06","Impossible to load the image [[OTHER]]" 7 | "err07","The content of a TD tag does not fit on only one page" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","ERROR n°" 11 | "txt02","File :" 12 | "txt03","Line :" 13 | "pdf01","Document generated on [[date_y]]-[[date_m]]-[[date_d]]" 14 | "pdf02","Document generated at [[date_h]]:[[date_i]]" 15 | "pdf03","Document generated on [[date_y]]-[[date_m]]-[[date_d]] at [[date_h]]:[[date_i]]" 16 | "pdf04","Page [[page_cu]]/[[page_nb]]" 17 | "pdf05","The forms require the use of Adobe Reader 9" 18 | "vue01","HEADER" 19 | "vue02","FOOTER" 20 | "vue03","PAGE" 21 | "vue04","View" 22 | -------------------------------------------------------------------------------- /locale/es.csv: -------------------------------------------------------------------------------- 1 | "err01","La etiqueta <[[OTHER]]> todavía no existe.

Si quiere añadirla, debe crear los métodos o_[[OTHER]] (para la apertura) y c_[[OTHER]] (para el cierre) siguiendo el modelo de las etiquetas existentes.

Si crea nuevos métodos, envíelos a webmaster@html2pdf.fr para añadirlos a las siguientes versiones de HTML2PDF, y que todo el mundo se pueda beneficiar." 2 | "err02","Frase de 1000 líneas => demasiado larga
Frase : [[OTHER_0]]
Tamaño casilla : [[OTHER_1]]
Tamaño texto : [[OTHER_2]]
" 3 | "err03","Código HTML no válido, una etiqueta tiene un cierre de más : <[[OTHER]]>" 4 | "err04","Código HTML no válido, las etiquetas no estan cerradas en el orden correcto.
Estado :
[[OTHER]]
" 5 | "err05","Código HTML no válido, todas las etiquetas deben tener su cierre.
Estado :
[[OTHER]]
" 6 | "err06","Imposible cargar la imagen [[OTHER]]" 7 | "err07","El contenido de una etiqueta TD no encaja en una sola página" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","ERROR n°" 11 | "txt02","Fichero :" 12 | "txt03","Línea :" 13 | "pdf01","Documento generado el [[date_d]]/[[date_m]]/[[date_y]]" 14 | "pdf02","Documento generado a las [[date_h]]:[[date_i]]" 15 | "pdf03","Documento generado el [[date_d]]/[[date_m]]/[[date_y]] a las [[date_h]]:[[date_i]]" 16 | "pdf04","Página [[page_cu]]/[[page_nb]]" 17 | "pdf05","Los formularios requieren el uso de Adobe Reader 9" 18 | "vue01","ENCABEZADO" 19 | "vue02","PIE DE PÁGINA" 20 | "vue03","PÁGINA" 21 | "vue04","Visualización" 22 | -------------------------------------------------------------------------------- /locale/fr.csv: -------------------------------------------------------------------------------- 1 | "err01","La balise <[[OTHER]]> n'existe pas encore.

Si vous voulez la rajouter, vous devez créer les méthodes o_[[OTHER]] (pour l'ouverture) et c_[[OTHER]] (pour la fermeture) en suivant le modèle des balises existantes.

De plus, si vous créez ces méthodes, n'hésitez pas à en faire profiter tout le monde en m'écrivant sur webmaster@html2pdf.fr afin qu'elles se retrouvent dans la prochaine version d'HTML2PDF." 2 | "err02","Phrase de 1000 lignes => trop long
Phrase : [[OTHER_0]]
Largeur case : [[OTHER_1]]
Longueur text : [[OTHER_2]]
" 3 | "err03","Code HTML non valide, une balise est fermée en trop : <[[OTHER]]>" 4 | "err04","Code HTML non valide, les balises ne sont pas fermées dans le bon ordre.
Etat :
[[OTHER]]
" 5 | "err05","Code HTML non valide, toutes les balises doivent être fermées.
Etat :
[[OTHER]]
" 6 | "err06","Impossible de charger l'image [[OTHER]]" 7 | "err07","le contenu d'une balise TD ne rentre pas sur une seule page" 8 | "err08","Balise <[[OTHER]]> non contenu dans une balise <DRAW>" 9 | "err09","L'utilisation de la balise <[[OTHER_0]]> a changé, vous ne pouvez plus utiliser [[OTHER_1]]. Lisez le WIKI" 10 | "txt01","ERREUR n°" 11 | "txt02","Fichier :" 12 | "txt03","Ligne :" 13 | "pdf01","Document généré le [[date_d]]/[[date_m]]/[[date_y]]" 14 | "pdf02","Document généré à [[date_h]]:[[date_i]]" 15 | "pdf03","Document généré le [[date_d]]/[[date_m]]/[[date_y]] à [[date_h]]:[[date_i]]" 16 | "pdf04","Page [[page_cu]]/[[page_nb]]" 17 | "pdf05","Les formulaires nécessitent l'utilisation de Adobe Reader 9" 18 | "vue01","HEADER" 19 | "vue02","FOOTER" 20 | "vue03","PAGE" 21 | "vue04","Restitution" 22 | -------------------------------------------------------------------------------- /locale/it.csv: -------------------------------------------------------------------------------- 1 | "err01","Il tag <[[OTHER]]> non esiste ancora.

Se si desidera aggiungere, è necessario creare metodi o_[[OTHER]] (di apertura) e C_[[OTHER]] (per la chiusura) secondo il modello esistente di tag.

Inoltre, se si creare questi metodi, non esitate a portare il mondo intero ha scritto su webmaster@html2pdf.fr in modo che alla fine nella prossima versione di HTML2PDF." 2 | "err02","Citazione di 1000 linee => troppo lungo
frase : [[OTHER_0]]
casella Larghezza : [[OTHER_1]]
Lunghezza testo : [[OTHER_2]]
" 3 | "err03","HTML non valido, un tag è chiusa troppo <[[OTHER]]>" 4 | "err04","HTML non validi, i tag non sono chiusi nel corretto ordine.
Stato :
[[OTHER]]
" 5 | "err05","HTML non valido, tutte le tag deve essere chiuso.
Stato :
[[OTHER]]
" 6 | "err06","Impossibile caricare l'immagine [[OTHER]]" 7 | "err07","il contenuto di un tag TD non rientra in una sola pagina" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","ERRORE n°" 11 | "txt02","File :" 12 | "txt03","Linea :" 13 | "pdf01","Documento generato il [[date_d]]/[[date_m]]/[[date_y]]" 14 | "pdf02","Documento generato [[date_h]]:[[date_i]]" 15 | "pdf03","Documento generato il [[date_d]]/[[date_m]]/[[date_y]] nel [[date_h]]:[[date_i]]" 16 | "pdf04","Pagina [[page_cu]]/[[page_nb]]" 17 | "pdf05","I moduli richiedono l'uso di Adobe Reader 9" 18 | "vue01","HEADER" 19 | "vue02","FOOTER" 20 | "vue03","PAGINA" 21 | "vue04","Visualization" 22 | -------------------------------------------------------------------------------- /locale/nl.csv: -------------------------------------------------------------------------------- 1 | "err01","De tag <[[OTHER]]> bestaat nog niet.

Om deze toe te voegen, gebruik de methods o_[[OTHER]] (om te openen) en c_[[OTHER]] (om te sluiten) volgens het model van de bestaande tags.

Als u deze methods maakt, stuur deze dan a.u.b. via e-mail naar webmaster@html2pdf.fr voor opname in de volgende versie van HTML2PDF." 2 | "err02","Zin van 1000 regels => te lang
Zin : [[OTHER_0]]
Kaderbreedte : [[OTHER_1]]
Tekstlengte : [[OTHER_2]]
" 3 | "err03","Ongeldige HTML code, overvloedig afgesloten tag : <[[OTHER]]>" 4 | "err04","Ongeldige HTML code, de tags zijn niet correct afgesloten.
Status :
[[OTHER]]
" 5 | "err05","Ongeldige HTML code, alle tags dienen te zijn gesloten.
Status :
[[OTHER]]
" 6 | "err06","Kan afbeelding niet laden: [[OTHER]]" 7 | "err07","De inhoud van de cel () past niet op een pagina" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","Fout nr" 11 | "txt02","Bestand :" 12 | "txt03","Regel :" 13 | "pdf01","Document gemaakt op [[date_d]]-[[date_m]]-[[date_y]]" 14 | "pdf02","Document gemaakt om [[date_h]]:[[date_i]]" 15 | "pdf03","Document gemaakt op [[date_d]]-[[date_m]]-[[date_y]] om [[date_h]]:[[date_i]]" 16 | "pdf04","Pagina [[page_cu]] van [[page_nb]]" 17 | "pdf05","De formulieren vereisen het gebruik van Adobe Reader 9" 18 | "vue01","Paginakop" 19 | "vue02","Paginavoet" 20 | "vue03","Pagina" 21 | "vue04","Bekijken" 22 | -------------------------------------------------------------------------------- /locale/pt.csv: -------------------------------------------------------------------------------- 1 | "err01","A tag <[[OTHER]]> ainda não existe.

Se você quer inserí-la, deve criar os métodos o_[[OTHER]] (para abrí-la) e c_[[OTHER]] (para fechá-la) seguindo o modelo das tags existentes.

Se você criar novos métodos, os envie para webmaster@html2pdf.fr para que as próximas versões de HTML2PDF, e o restante do mundo se beneficie com isso." 2 | "err02","Frase de 1000 linhas => muito grande
Frase : [[OTHER_0]]
Tamanho do quadro : [[OTHER_1]]
Tamanho do texto : [[OTHER_2]]
" 3 | "err03","Código HTML não válido, uma tag está com fechamento sobrando : <[[OTHER]]>" 4 | "err04","Código HTML não válido, as tags não estão fechadas na ordem correta.
Estado :
[[OTHER]]
" 5 | "err05","Código HTML não válido, todas as tags devem ser fechadas.
Estado :
[[OTHER]]
" 6 | "err06","Impossível carregar imagem [[OTHER]]" 7 | "err07","O conteúdo de uma tag TD não se encaixa em apenas uma página" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","ERRO n°" 11 | "txt02","Arquivo :" 12 | "txt03","Linha :" 13 | "pdf01","Documento generado em [[date_d]]/[[date_m]]/[[date_y]]" 14 | "pdf02","Documento generado às [[date_h]]:[[date_i]]" 15 | "pdf03","Documento generado em [[date_d]]/[[date_m]]/[[date_y]] às [[date_h]]:[[date_i]]" 16 | "pdf04","Página [[page_cu]]/[[page_nb]]" 17 | "pdf05","Os formulários exigem a utilização do Adobe Reader 9" 18 | "vue01","CABEÇALHO" 19 | "vue02","RODAPÉ" 20 | "vue03","PÁGINA" 21 | "vue04","Visualização" 22 | -------------------------------------------------------------------------------- /locale/tr.csv: -------------------------------------------------------------------------------- 1 | "err01","<[[OTHER]]> etiketi bulunamadý.

Eklemek isterseniz, o_[[OTHER]] þeklinde açýp, c_[[OTHER]] þeklinde kapatabilirsiniz.

Bu þekilde etiketler üretirseniz lütfen daha sonraki HTML2PDF versiyonuna eklenmek üzere bana gönderin. ( webmaster@html2pdf.fr )." 2 | "err02","Ýçerik 1000 satýrdan fazla ve gerekenden uzun
Konu : [[OTHER_0]]
Geniþlik : [[OTHER_1]]
Yazý boyutu : [[OTHER_2]]
" 3 | "err03","HTML kodu hatalý, etiket birden fazla defa kapatýlmýþ: <[[OTHER]]>" 4 | "err04","HTML kodu hatalý, etiketler gereken düzen içinde kapatýlmamýþ.
Durum :
[[OTHER]]
" 5 | "err05","HTML kodu hatalý, bütün etiketler kapatýlmalý.
Durum :
[[OTHER]]
" 6 | "err06","Resim dosyasý okunamýyor [[OTHER]]" 7 | "err07","TD içeriði bir sayfaya sýðmýyor" 8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag" 9 | "err09","The using of the <[[OTHER_0]]>> tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI" 10 | "txt01","HATA n°" 11 | "txt02","Dosya :" 12 | "txt03","Satýr :" 13 | "pdf01","Doküman üretilme tarihi [[date_y]]-[[date_m]]-[[date_d]]" 14 | "pdf02","Doküman üretilme tarihi [[date_h]]:[[date_i]]" 15 | "pdf03","Doküman üretilme tarihi [[date_y]]-[[date_m]]-[[date_d]] saati [[date_h]]:[[date_i]]" 16 | "pdf04","Sayfa [[page_cu]]/[[page_nb]]" 17 | "pdf05","Adobe Reader 9 gerektirir" 18 | "vue01","DOSYA ÜSTÜ" 19 | "vue02","DOSYA ALTI" 20 | "vue03","SAYFA" 21 | "vue04","Görünüm" 22 | --------------------------------------------------------------------------------