Skip to content

happypdf / copyStringIntoBuffer

Function: copyStringIntoBuffer()

ts
function copyStringIntoBuffer(
   str, 
   buffer, 
   offset): number;

Defined in: src/utils/strings.ts:28

Parameters

ParameterType
strstring
bufferUint8Array
offsetnumber

Returns

number

MIT Licensed. A fork of pdf-lib.