Function

Poppler-0.18Popplernamed_dest_to_bytestringSince 0.73

  • Converts a named dest string (e.g. from Poppler.Dest.named_dest) into a bytestring, inverting the transformation of poppler_named_dest_from_bytestring().

    Note that the returned data is not zero terminated and may also contains embedded NUL bytes.

    If name is not a valid named dest string, returns null.

    The returned data must be freed using g_free().

    Parameters

    • name: string

      the named dest string

    Returns Uint8Array<ArrayBufferLike>

    a new bytestring, or null

    0.73