Function

Poppler-0.18Popplernamed_dest_from_bytestringSince 0.73

  • Converts a bytestring into a zero-terminated string suitable to pass to poppler_document_find_dest().

    Note that the returned string has no defined encoding and is not suitable for display to the user.

    The returned data must be freed using g_free().

    Parameters

    • data: string | Uint8Array<ArrayBufferLike>

      the bytestring data

    Returns string

    the named dest

    0.73