parent root
PHP: PDF_makespotcolor - Manual
PHP 7.2.23 Release Announcement

PDF_makespotcolor

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_makespotcolorMake spot color

Description

PDF_makespotcolor ( resource $p , string $spotname ) : int

Finds a built-in spot color name, or makes a named spot color from the current fill color. Returns TRUE on success or FALSE on failure.

add a noteadd a note

User Contributed Notes 1 note

up
-3
karaya at karaya dot cz
15 years ago
Pantone and HKS spot colors - it's not supported in free version PDFLib Lite
To Top
parent root