Skip to content

Laravel Package for export page as PDF with support of UTF-8 like farsi character

Notifications You must be signed in to change notification settings

AkbarDizaji/APdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

APdf

Laravel Package for export page as PDF with support of UTF-8 like farsi character.

This package develope and simplify TCPDF(php pure library) for Laravel.

Usage:

1.Run this comman:

composer require vatttan/apdf

Now its available in every where you want like Views,Controllers,.... For example, in view you can use:

use Illuminate\Support\Facades\Route;
use Vatttan\Apdf\Apdf;
Route::get('/', function () {
   $apdf = new Apdf();
   $apdf->print('<p style="text-align: right">وطن ، یک شکوه پابرجا...</p>');
});

About

Laravel Package for export page as PDF with support of UTF-8 like farsi character

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages