Foxit delivers a robust set of cloud-native APIs that enable organizations to automate and modernize document-driven workflows at scale. Built on flexible REST architecture, these APIs allow developers to seamlessly create, convert, extract, sign, and display documents within their own applications—improving efficiency while reducing manual processes.
The Foxit PDF Services API handles large-scale PDF processing, including conversion, extraction, optimization, and redaction. The Document Generation API streamlines the production of personalized PDFs and DOCX files using dynamic templates and live business data. The Foxit eSign API integrates secure, legally binding eSignature workflows with audit tracking and compliance capabilities. The PDF Embed API provides customizable in-app document viewing with support for annotations, forms, and secure user access.
Combined, Foxit APIs give enterprises a secure and scalable platform for digital document automation and workflow transformation.
Learn more

NaviPlan® is built upon the industry's most accurate calculation engine for financial planning, enabling firms to tailor their offerings to a wide range of clients, from those seeking simple goals-based assessments to those requiring intricate cash flow analyses. Whether addressing straightforward goals or crafting complex retirement income plans and estate strategies, NaviPlan provides financial advisors with the tools necessary to effectively assist any client who enters their office. It harnesses the power of precise calculations across countless scenarios, encompassing business planning, stock options, insurance advice, in-depth tax evaluation, estate planning, cash flow management, budgeting, Monte Carlo simulations, and retirement strategies. The tax planning software from NaviPlan, built on this top-tier calculation engine, supplies advisors with an array of comprehensive tax tools, including projections for both federal and state taxes, ensuring they can meet the diverse needs of their clientele. This versatility allows financial professionals to enhance their service offerings significantly, making NaviPlan an indispensable resource in the financial advisory landscape.
Learn more
MockK
Mocking serves as an effective method to enhance the readability and maintainability of code during testing. In a series of three articles, I aim to explore the foundational concepts, features, and unique aspects of the MockK library. This innovative open-source library, available on GitHub, is dedicated to simplifying the mocking process in Kotlin. When it comes to property injection, the library first attempts to align properties by their names, followed by matching them based on class or superclass hierarchies. For further customization, users can refer to the lookupType parameter. Notably, property injection continues to function even when private visibility is enforced. Additionally, when selecting constructors for injection, the library prioritizes those with the highest number of arguments, proceeding to those with fewer. This thoughtful design enhances the user experience and flexibility in testing scenarios.
Learn more
Windows Presentation Foundation (WPF)
Windows Presentation Foundation (WPF) is a framework exclusive to Windows in the .NET ecosystem, utilizing a vector-based rendering engine that is independent of resolution, thereby harnessing contemporary graphics hardware to create visually engaging desktop applications. This framework boasts a rich feature set, including XAML markup, an extensive array of controls, data binding capabilities, layout management, 2D and 3D graphics, animation, styling, templating, document handling, as well as multimedia integration, text, and typography functionalities; it also permits the usage of other .NET APIs. WPF is structured as a collection of .NET types located within the System.Windows namespace and accommodates traditional programming methodologies, such as class instantiation, property modification, method invocation, and event handling, along with advanced concepts including dependency properties and routed events. With WPF, developers have the ability to craft user interfaces declaratively through XAML while executing logic in the code-behind, which not only streamlines the division between user interface and business logic but also enhances globalization efforts and fosters collaboration between designers and developers, making it a versatile choice for modern application development. This dual approach in WPF ensures that both aesthetic and functional aspects of applications can evolve in harmony, ultimately resulting in a more cohesive user experience.
Learn more