kartik-v / mpdf

Fork of the mPDF latest DEV library (unofficial) with composer and packagist support.
GNU General Public License v2.0
40 stars 55 forks source link

Problem in generating link #22

Closed re1naldo closed 7 years ago

re1naldo commented 7 years ago

When trying to generate link:

echo Html::a('www.aaaa.com', 'www.aaaa.com');

The generated link in PDF document became http://localhost/app/web/www.aaaa.com. Is it possible to generate external link without including application URL?

re1naldo commented 7 years ago

It seems this is a problem with Html::a() method. Sorry for posting it here.