Closed jasonlaw closed 2 years ago
I'm just evaluating this library for myself and it seems like you can use FPDF_LoadCustomDocument or FPDF_LoadMemDocument.
FPDF_LoadCustomDocument
FPDF_LoadMemDocument
I've added a new test for this usage. https://github.com/Dtronix/PDFiumCore/blob/500c04c5586538918d0fe382e90392b96fbb6aba/src/PDFiumCore.Tests/FpdfviewTests.cs#L35-L49
I'm just evaluating this library for myself and it seems like you can use
FPDF_LoadCustomDocument
orFPDF_LoadMemDocument
.