The native FireMonkey and VCL Document Viewer is here too...

The native FireMonkey and VCL Document Viewer is here too...

50% discount today!
We are happy to offer a discount on XtremeDocumentStudio Delphi and XtremeDevSystem Delphi for the next few days.
The discount starts at 50% today and reduces by 10% every 2 days.

To get the discount, please start here: https://www.gnostice.com/XtremeDocumentStudio_Delphi.asp?show=buy+now
Choose the product
And use Promo Code: XDocNGCountDown

Promo Program Start Time - (Started Feb 27 start of day Pacific Time)
Discount := 50%;
Timer1.Interval := 172800000; // 2 days. Never tried such a large number for the timer interval ;-)
Timer1.OnTimer
Dec(Discount, 10)
if Discount <= 0 then
Timer1.Enabled := False;

We cannot guarantee such discounts in future, but we can certainly guarantee a continuously improving and growing product! :-)

Originally shared by Gnostice.com

We've been working on the new VCL and FMX document viewers in #XtremeDocumentStudio #Delphi perfecting all the areas on each platform. Smooth inertial panning is now supported across all devices and interactive gestures for panning and zooming on touch devices.

Here's a video demo of the capabilities of the new viewers for PDF and Word document viewing across Windows, Mac, and Android:
https://youtu.be/pk9CT7pl2Gs
https://youtu.be/pk9CT7pl2Gs

Comments

  1. Attila Kovacs Here is a new FMX Windows EXE demo:
    https://www.gnostice.com/downloads/XDOC_Delphi_Viewer_FMX_1032017.exe
    We recently redid the underlying background rendering framework with full vector based rendering for FMX (at any zoom level). This is that version. Please take a look.

    ReplyDelete
  2. Attila Kovacs BTW, this demo was updated yesterday. Some minor internal changes, but mainly the CPU use is optimized:
    https://www.gnostice.com/downloads/XDOC_Delphi_Viewer_FMX_1032017.exe

    ReplyDelete

Post a Comment