Skip to content

Commit c82d93c

Browse files
authored
Create readme.md
Warning about PDFium.DLL
1 parent 43f4281 commit c82d93c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bin/readme.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Binary distribution
2+
3+
you can use the [source code](https://github.com/tothpaul/PDFiumReader/tree/master/src) to rebuild PDFiumReader.exe
4+
5+
## About PDFiumReader.exe
6+
7+
it's a Release version of the provided source code compiled with Delphi Tokyo 10.2.1 for Win32
8+
9+
## About PDFium.DLL
10+
11+
the provided DLL is a copy of a 2016 version from [PDFiumViewer](https://github.com/pvginkel/PdfiumViewer/tree/master/Libraries/Pdfium)
12+
13+
you should not use this version in production, it is provided only for testing purpose.
14+
15+
I'm not a C++ guy, so I will not try to compile a new version of this DLL.
16+
17+
More info on PDFium on [googlesource.com](https://pdfium.googlesource.com/pdfium/)

0 commit comments

Comments
 (0)