We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f4281 commit c82d93cCopy full SHA for c82d93c
bin/readme.md
@@ -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