├── README.md ├── bin └── pdfiuma.dll ├── dcu └── README └── src ├── PPdfiumTest.cfg ├── PPdfiumTest.dof ├── PPdfiumTest.dpr ├── pdfium ├── pdfium.inc ├── uPdfiumDll.pas └── uPdfiumIntf.pas ├── uPdfiumTest.dfm └── uPdfiumTest.pas /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/README.md -------------------------------------------------------------------------------- /bin/pdfiuma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/bin/pdfiuma.dll -------------------------------------------------------------------------------- /dcu/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/PPdfiumTest.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/PPdfiumTest.cfg -------------------------------------------------------------------------------- /src/PPdfiumTest.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/PPdfiumTest.dof -------------------------------------------------------------------------------- /src/PPdfiumTest.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/PPdfiumTest.dpr -------------------------------------------------------------------------------- /src/pdfium/pdfium.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/pdfium/pdfium.inc -------------------------------------------------------------------------------- /src/pdfium/uPdfiumDll.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/pdfium/uPdfiumDll.pas -------------------------------------------------------------------------------- /src/pdfium/uPdfiumIntf.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/pdfium/uPdfiumIntf.pas -------------------------------------------------------------------------------- /src/uPdfiumTest.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/uPdfiumTest.dfm -------------------------------------------------------------------------------- /src/uPdfiumTest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuchueh/pdfium4delphi/HEAD/src/uPdfiumTest.pas --------------------------------------------------------------------------------