Example
PHP TCPDF Library Example To Display Extended Text With Unembedded CID-0 CJK Font Inside PDF Document
You need to have CJK fonts installed for your PDF viewer to display extended text. example.php
PHP TCPDF Library Example To Create CMYK Or CMYKOG Spot Colors Inside PDF Document
Spot colors are single ink colors, rather than colors produced by four (CMYK), six (CMYKOG) or more inks in the printing process (process colors). They can be obtained by special vendors, but often the printers have found their own way of mixing inks to match… Read More »PHP TCPDF Library Example To Create CMYK Or CMYKOG Spot Colors Inside PDF Document
PHP TCPDF Library Example To Insert EPS Format Or AI Format Vectorial Image Inside PDF Document Using ImageEPS() Function
Example of ImageEPS() Function for AI and EPS images.NOTE: Please use SVG format for a better vector support. example.php