gecko-dev/modules/pdfium/pdfium.def
cku fea20dd4a5 Bug 1399787 - Part 2.a. Add functions to load the content of a PDF from a FileDescriptor. r=jwatt
All the functions added in Part 2 are utilities for sharing EMF/PDF contents
between processes.

MozReview-Commit-ID: 3qKosXH56kY

--HG--
extra : rebase_source : 677bf9f30399f28e1e094843448c133b0c2391a7
extra : source : b61b651ed6f668e32176353d346b25d23e2cd932
2017-11-01 21:33:28 +08:00

16 lines
420 B
Modula-2

; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
LIBRARY pdfium
EXPORTS
FPDF_InitLibrary
FPDF_DestroyLibrary
FPDF_LoadDocument
FPDF_LoadCustomDocument
FPDF_CloseDocument
FPDF_GetPageCount
FPDF_LoadPage
FPDF_ClosePage
FPDF_RenderPage