Nutrient SDK
Nutrient provides an extensive solution for all your PDF requirements, delivering tools that seamlessly operate PDF features across any platform.
1. SDK: Incorporate advanced PDF functionality into iOS, Android, Windows, web, or any cross-platform technology, supplying abilities like PDF viewing, annotation, collaboration, and beyond.
2. Libraries: Employ our powerful .NET and Java libraries to enhance your backend applications with batch processing of redactions and PDF forms, OCR'd scanned text, and PDF document editing, all directly from your application server.
3. Processor: Our agile PDF microservice, Processor, enables rapid generation of PDFs from HTML, including HTML forms, as well as Office-to-PDF conversions, OCR, redaction, and XFDF combining and exporting.
4. PDF API: Take advantage of our hosted PDF API to generate, convert, and alter PDF documents in your workflows. We handle the development and server management, freeing you up to concentrate on your business.
At Nutrient, we're not just a tool; we're a committed ally in your success. Gain direct contact with our engineers for expert guidance, utilize comprehensive examples to simplify integration, and make the most of our top-tier documentation.
Learn more
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
Preact
Preact offers a minimalist Virtual DOM abstraction that sits atop the actual DOM, leveraging stable platform capabilities while effectively managing event handlers and maintaining compatibility with other libraries. Unlike many UI frameworks that can significantly inflate the JavaScript size of applications, Preact stands out for its lightweight nature, ensuring that the bulk of an app's JavaScript comprises the developer's own code. This results in less JavaScript to download, parse, and execute, allowing developers to focus on creating tailored user experiences without the burden of managing a cumbersome framework. Beyond just its compact size, Preact is recognized as one of the fastest Virtual DOM libraries available, owing to its straightforward and reliable diffing algorithm. The library optimizes performance by automatically batching updates, and its development team collaborates closely with browser engineers to maximize efficiency. With Preact, developers can enjoy both speed and simplicity in their projects, ultimately enhancing the overall user experience.
Learn more
React
React simplifies the process of building interactive user interfaces by allowing developers to design straightforward views for each state of their application. When your data changes, React intelligently updates and renders only the components that need to be altered, ensuring efficiency. The use of declarative views contributes to a more predictable coding experience and facilitates debugging. You can create self-contained components that maintain their own state and combine them to construct intricate UIs. Since the logic for these components is implemented in JavaScript rather than templates, it allows for seamless data transfer throughout the application while keeping the state separate from the DOM. React does not impose restrictions on your technology stack, enabling you to introduce new features in React without the necessity of overhauling your existing codebase. Each React component features a render() method that accepts input data and determines what should be displayed. This particular example employs an XML-like syntax known as JSX, and the input data provided to the component can be accessed through this.props within the render() method. Overall, this flexibility makes React a powerful tool for modern web development.
Learn more