2017 © Pedro Peláez
 

library laravel-tcpdf

image

beyondplus/laravel-tcpdf

  • Saturday, March 31, 2018
  • by beyondplus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 37 % Grown

The README.md

laravel-tcpdf

Custom Myanmar Font View PDF Generator, (*1)

Requirement

laravel 5.4, (*2)

Configure

Find config/app.php in Project Folder, (*3)

'providers' => [
    //...
Elibyy\TCPDF\ServiceProvider::class,
BeyondPlus\TCPDF\TcpdfServiceProvider::class,
]
//...

'aliases' => [
    //...
'MMTCPDF'     => BeyondPlus\TCPDF\Facades\MMTCPDF::class,
]

Usage

use MMTCPDF;

At function

$fontname = MMTCPDF::font('Zawgyi-One');
//$fontname = MMTCPDF::font('Myanmar3');
MMTCPDF::SetFont($fontname , 11);
MMTCPDF::SetTitle('Record Report');
MMTCPDF::AddPage('P','A4');
MMTCPDF::writeHtml("Myanmar Words");
MMTCPDF::Output('report.pdf', 'I');

Example

$query = Database::get();
$fontname = MMTCPDF::font('Zawgyi-One');
MMTCPDF::SetFont($fontname , 11);
MMTCPDF::SetTitle('Record Report');
MMTCPDF::AddPage('P','A4');
MMTCPDF::writeHtml(view('pdf', array('records'=> $query)));
MMTCPDF::Output('report.pdf', 'I');
Margin
MMTCPDF::SetMargins(1, 1, 1);

Paper Size
MMTCPDF::AddPage ->
P = Portrait
L = Landscape

MMTCPDF::Output ->
F = localserver download
D = download
I = inline

$pagelayout = array('80', '210');
MMTCPDF::AddPage('P',$pagelayout);

// Background Image (width x height unit mm)
$img_file = public_path('upload/').'images.jpg';
MMTCPDF::setBgImage($img_file, 210, 148);



## At the Blade Template
<span style="font-family:Zawgyi-One">ျမန္မာစာ</span>

## Font Converter For Myanmar 3
php artisan vendor:publish
  • see the App/Http/helper.php function
  • integrate it at laravel autoload and use it

Refrence

License

The Beyond Plus Laravel TCPDF is open-sourced software licensed under the MIT license., (*4)

Website

www.beyondplus.biz, (*5)

The Versions

31/03 2018

v1.0.1

1.0.1.0

  Sources   Download

10/05 2017

dev-master

9999999-dev

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

10/05 2017

5.4.6

5.4.6.0

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

10/05 2017

5.4.5

5.4.5.0

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

5.4.4.x-dev

5.4.4.9999999-dev

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

5.4.4

5.4.4.0

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

5.4.3

5.4.3.0 https://github.com/beyondplus/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

5.4.2

5.4.2.0 https://github.com/beyondplus/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

5.4.1

5.4.1.0 https://github.com/beyondplus/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

1.0.8

1.0.8.0 https://github.com/beyondplus/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

01/05 2017

v1.0.7

1.0.7.0 https://github.com/BeyondPlusTrainingCentre/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

23/01 2017

v1.0.6

1.0.6.0 https://github.com/BeyondPlusTrainingCentre/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

24/08 2016

v1.0.5

1.0.5.0 https://github.com/BeyondPlusTrainingCentre/laravel-tcpdf

TCPDF Custom Font for Myanmar

  Sources   Download

MIT

The Requires

 

by San Pwint Thu

pdf tcpdf myanmar font beyond plus

31/07 2016

v1.0.4

1.0.4.0

TCPDF Custom Font for Myanmar Font

  Sources   Download

The Requires

 

by San Pwint Thu

28/07 2016

v1.0.3

1.0.3.0

TCPDF Custom Font for Myanmar Font

  Sources   Download

The Requires

 

by San Pwint Thu

25/07 2016

v1.0.2

1.0.2.0

TCPDF Custom Font for Myanmar Font

  Sources   Download

The Requires

 

by San Pwint Thu