Global

Members

addHTML

Source:
Deprecated:
  • This is being replace with a vector-supporting API. See this link

Renders an HTML element to canvas object which added to the PDF

This feature requires html2canvas or rasterizeHTML

Methods

BmpDecoder()

Source:
Author:
  • shaozilee Bmp format decoder,support 1bit 4bit 8bit 24bit bmp

Sets options for Bidi conversion(:)

Source:
Parameters:
Name Type Description
: Object
  • isInputVisual {boolean} (defaults to false): allowed values: true(Visual mode), false(Logical mode)
  • isInputRtl {boolean}: allowed values true(Right-to-left direction), false (Left-to-right directiion), undefined(Contectual direction, i.e.direction defined by first strong character of input string)
  • isOutputVisual {boolean} (defaults to false): allowed values: true(Visual mode), false(Logical mode)
  • isOutputRtl {boolean}: allowed values true(Right-to-left direction), false (Left-to-right directiion), undefined(Contectual direction, i.e.direction defined by first strong characterof input string)
  • isSymmetricSwapping {boolean} (defaults to false): allowed values true(needs symmetric swapping), false (no need in symmetric swapping),