Thanks
@Tomxe for the fast update !
Allow me a few housekeeping suggestions:
1 - It would be nice to include the distro release version in the *.zip filename, such as
pdf_reader_v12.zip...or some such
2 - For the sake of telling apart successive upcoming binaries:
When building/compiling new PE releases from source, could you please make sure to include the appropriate linker/compiler directives
required to identify the modules creation timestamp and sundry other standard module identifiers ?
For instance, in the current v1.2 release,
XelitanPDF.dll module shows all the pertinent, up-to-date ID info (as displayed by Sysinternals
SigCheck tool)
Code: Select all
c:\Mytools\PDFreadr\XelitanPDF.dll:
Verified: Unsigned
Link date: 07:00 02/04/2023
Publisher: n/a
Company: Google Inc.
Description: PDFium (compiled by github.com/bblanchon)
Product: pdfium
Prod version: 114.0.5715.0
File version: 114.0.5715.0
MachineType: 64-bit
Binary Version: 114.0.5715.0
Original Name: pdfium.dll
Internal Name: pdfium
Copyright: Copyright 2023 PDFium Authors. All rights reserved.
Comments: n/a
Entropy: 6.934
XelitanPDF.exe, however, does not:
Code: Select all
c:\Mytools\PDFreadr\XelitanPDF.exe:
Verified: Unsigned
Link date: 02:00 01/01/1970
Publisher: n/a
Company: n/a
Description: n/a
Product: n/a
Prod version: n/a
File version: n/a
MachineType: 64-bit
Binary Version: n/a
Original Name: n/a
Internal Name: n/a
Copyright: n/a
Comments: n/a
Entropy: 5.887
Forgive my (constructive ?) nitpicking...

... and thanks again for your excellent product and the recent changes !
