https://bugs.documentfoundation.org/show_bug.cgi?id=66580

--- Comment #35 from Miklos Vajna <[email protected]> ---
The pdfium API is a bit higher level, see if FPDFDoc_GetAttachmentCount(),
FPDFDoc_GetAttachment(), FPDFAttachment_GetName() and so in fpdf_attachment.h
provides what you need.

We also have a C++ wrapper around these in vcl, so you don't need to put ifdefs
everywhere in the code for the --disable-pdfium case.

getTrailerEnds() is just for signatures that need to know about previous
trailers; for type detect you can ignore all the non-last trailers, I would
expect.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to