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

--- Comment #36 from Dave Gilbert <[email protected]> ---
(In reply to Miklos Vajna from comment #35)
> 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.

Those I found, they get me the embeddedfiles which is great, but I still need
to get
the trailer for the older files.

> 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.

Nice.

> 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.

But that seems the only API it's got for getting any trailer info isn't it?


Dave

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

Reply via email to