phpdftk API Documentation

CMapParser
in package

FinalYes

Table of Contents

Methods

parse()  : array<int, int>
Parse a PDF CMap stream and return character code to Unicode codepoint mapping.

Methods

parse()

Parse a PDF CMap stream and return character code to Unicode codepoint mapping.

public parse(string $cmapStream) : array<int, int>
Parameters
$cmapStream : string
Return values
array<int, int>

character code => Unicode codepoint


        
On this page

Search results