Search found 2 matches
- Sat Nov 27, 2010 10:33 am
- Forum: PHP - Code
- Topic: Generate PDF with PHP
- Replies: 7
- Views: 172
Re: Generate PDF with PHP
I think TCPDF is good. TCP support UTF-8 Unicode, Xhtml, css :D Here is a sample. //Include lib require_once('../config/lang/eng.php'); require_once('../tcpdf.php'); // create new PDF document $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); // set document in...
- Thu Mar 18, 2010 3:07 am
- Forum: The Enterprise
- Topic: Alexa4drupal - Show Alexa ranking in Drupal
- Replies: 0
- Views: 4806
Alexa4drupal - Show Alexa ranking in Drupal
Alexa4drupal the extension module for Drupal to display Alexa rank as a block.You can configure any site url for show. http://box-idea.com/infor/sites/default/files/2010/03/05/1/Alexa.png Please download extension here (latest version is currently alexa-mod-6.x-1.0.1.zip). Create "alexa-mod&quo...