承接 borsaco/tcpdf-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

borsaco/tcpdf-bundle

Composer 安装命令:

composer require borsaco/tcpdf-bundle

包简介

A bundle to easily integrate TCPDF into Symfony

README 文档

README

This bundle facilitates easy use of the TCPDF PDF generation library in Symfony applications.

Installation

Step 1: Setup Bundle and dependencies

composer require borsaco/tcpdf-bundle

Step 2: Enable the bundle in the kernel

Add the bundle to the registerBundles() method in your kernel:

// app/AppKernel.php
<?php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Borsaco\TCPDFBundle\TCPDFBundle(),
    );
}

Using TCPDF

You can obtain the tcpdf service from the container, and then create a new TCPDF object via the service:

$pdfObj = $this->container->get("tcpdf")->create();

From hereon in, you are using a TCPDF object to work with as normal.

Using a custom class

If you want to use your own custom TCPDF-based class, you can use the class parameter in your configuration eg in config.yml:

tcpdf:
    class: 'Acme\MyBundle\MyTCPDFClass'

The class must extend from the TCPDF class; an exception will be thrown if this is not the case.

Examples

This bundle also supports Persian and Arabic languages.

see example on: https://tcpdf.org/examples/

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-07-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固