Hi guys, I'm i2pdf author.
I saw in the years you updated the status and availability of my little software and I saw by some comments it was useful to some of you, I'm glad
I just wanted to share with you the link of a later version (1.0.52)
https://www.purebasic.fr/english/viewtopic.php?t=36984
That is the forum of PureBasic, the programming language used for i2pdf, the zip include the source.
If I'll ever update or make a new version of i2pdf it will probably end up there.
I'm still using it so I want to keep it working and so it will probably continue to live on in a form or another.
The only problem I see right now is on system with High DPI and windows scaling activated, where it can look a little blurry.
I recently bought a 4K monitor so I fixed for myself by going into the properties of i2pdf.exe and selecting
"Compatibility" -> "Change high DPI settings" -> "High DPI scaling override" -> "Scaling performed by: System (Enhanced)"
Supporting High DPI settings properly would require a major rewrite.
In the future I would like to write a module to support High DPI properly in new programs so maybe I could use i2pdf code to test it, and in that case I'll update i2pdf with it.
Well it's all for now, thanks for your interest in my simple program and take care !
Luis
I saw in the years you updated the status and availability of my little software and I saw by some comments it was useful to some of you, I'm glad
I just wanted to share with you the link of a later version (1.0.52)
https://www.purebasic.fr/english/viewtopic.php?t=36984
Code:
1.0.52 Dec 29, 2022* Some small changes to make it compatible with the latest PB version (6.03)* Added support for A2 paper format.1.0.50 May 1, 2022* Refactored to make it compatible with the latest PB version (5.73)* Bigger thumbnails sizes* Tested on Windows 101.0.48 May 13, 2017 (PB 4.51)! JPG compression for the 64 bit version was not honoring the compression settings from the GUI.
If I'll ever update or make a new version of i2pdf it will probably end up there.
I'm still using it so I want to keep it working and so it will probably continue to live on in a form or another.
The only problem I see right now is on system with High DPI and windows scaling activated, where it can look a little blurry.
I recently bought a 4K monitor so I fixed for myself by going into the properties of i2pdf.exe and selecting
"Compatibility" -> "Change high DPI settings" -> "High DPI scaling override" -> "Scaling performed by: System (Enhanced)"
Supporting High DPI settings properly would require a major rewrite.
In the future I would like to write a module to support High DPI properly in new programs so maybe I could use i2pdf code to test it, and in that case I'll update i2pdf with it.
Well it's all for now, thanks for your interest in my simple program and take care !
Luis
Statistics: Posted by luis — Thu Dec 05, 2024 5:49 am