RAD PDF
Install-free PDF editing, form filling, redaction, signing, viewing, and more on your website with RAD PDF!
Packaged as an easy to use library / WebControl (compatible with .NET 3.5+, .NET Core, and .NET 5+), RAD PDF can be used with just about any flavor of ASP.NET including MVC, Razor, Blazor, WebForms, and more.
RAD PDF is compatible with 99% of internet browsers, including those on Linux, Mac OS X, Microsoft Windows, and mobile. No plugins. No Adobe Reader. RAD PDF is more than a PDF to HTML converter. It natively supports all the most common PDF features including annotations, bookmarks, form fields, page labels, and more.
With advanced PDF options, RAD PDF allows you to selectively enable and disable features not available with Adobe Acrobat Reader, like protecting a PDF from being downloaded while still viewable online.
RAD PDF users can use PDF form fields directly from the web browser by enabling PDF form filling and PDF form saving without having to install any software.
Integrating directly with ASP.NET, RAD PDF allows your web application to capture input data, build custom workflows, and provide an intuitive graphical user interface (GUI) for just about any online PDF interaction imaginable!
Learn more
Source Defense
Source Defense is an essential element of web safety that protects data at the point where it is entered. Source Defense Platform is a simple, yet effective solution to data security and privacy compliance. It addresses threats and risks that arise from the increased use JavaScript, third party vendors, and open source code in your web properties. The Platform offers options for securing code as well as addressing an ubiquitous gap in managing third-party digital supply chains risk - controlling actions of third-party, forth-party and nth-party JavaScript that powers your website experience.
Source Defense Platform provides protection against all types of client-side security incidents, including keylogging, formjacking and digital skimming. Magecart is also protected. - by extending the web security beyond the browser to the server.
Learn more
Core Data
Utilize Core Data to store your application's persistent data for offline access, cache temporary information, and implement undo features on a single device. For syncing data across various devices linked to the same iCloud account, Core Data seamlessly replicates your schema into a CloudKit container. You can specify your data types and relationships using Core Data’s Data model editor, which also allows for the generation of corresponding class definitions. At runtime, Core Data is capable of managing object instances, enabling a variety of functionalities. It simplifies the process of connecting your objects to a storage solution, allowing for straightforward data saving from both Swift and Objective-C without requiring direct database management. The undo manager in Core Data monitors changes, offering the ability to revert them individually, collectively, or all at once, thus facilitating easy integration of undo and redo capabilities in your application. Additionally, it is advisable to execute potentially UI-blocking operations, such as converting JSON into objects, in the background to maintain a smooth user experience. By doing so, your application will not only enhance its performance but also ensure that users remain engaged without interruptions.
Learn more
RxDB
RxDB is a NoSQL database designed for local-first use, particularly suited for contemporary web and mobile applications. It facilitates offline-first capabilities by saving data directly on the client side through various storage engines such as IndexedDB, OPFS, and SQLite. With real-time reactivity, RxDB allows developers to monitor changes in documents, fields, or queries, which means that UI components can reflect data updates instantly. Its adaptable replication engine offers synchronization with multiple backends and custom endpoints, providing flexibility for various use cases. Furthermore, RxDB easily integrates with different frameworks and environments, enhancing its usability. Key features include field-level encryption, schema validation, conflict resolution, backup and restoration options, as well as support for attachments and CRDTs. By minimizing server demands and enabling rapid local queries, RxDB significantly boosts performance and scalability, making it a prime choice for applications that need real-time updates, offline functionality, and uniformity across platforms. The combination of these capabilities positions RxDB as a forward-thinking solution for developers aiming to build efficient and responsive applications.
Learn more