your mention of openssl made me suspicious, sounds like you are using a pretty old version of wkhtmltopdf
https://github.com/miyako/4d-plugin-html-converter nowadays I prefer link ssleay (openssl) statically, as opposed to a dll. (there are still ways to figure out the version, but it sounds like the inspection is simply looking at the dll's file info) I don't know if the HD issue you report is because the old plugin is using MinGW runtime, not VC, but it is a free plugin based on a free library, I guess if you don't like it, you have to fix it yourself. > 2017/10/25 3:39、Randy Engle via 4D_Tech <[email protected]> のメール: > > We've been using Miyako's HTML Converter plugin for quite a while. > > We mostly use it to convert HTML to PDF docs > > Works great.... except: > > 1.Has an outdated version of OpenSSL (that US government agencies don't like) > > 2.Plays havoc on Windows 10 displaying graphics/buttons/menus etc. > Requires setting compatibility settings in properties of 4D.exe: > > "Disable display scaling on high DPI settings" > > So what we are mainly looking for is the ability to Convert HTML files to PDF > (Can do this with one line using above plugin) > > The other stuff is good, but not currently using it. > > Miyako? Are you out there? > Any other ideas/solutions? > > Yes, I could write something else, but a quicky replacement would be just > great. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

