Different Perspectives: Coding with Eric and Noah
Since software development best practices are largely based on communal agreement instead of raw data, we often find ourselves arguing for and against certain practices. This is especially true when it comes to software quality. In fact, as of a couple years ago, only a single university taught software QA as a major in the […]
Document Conversion: Simplifying the Switch with ImageGear
Not all file formats are created equal. Some — like the .docx files produced by the ever-popular Microsoft Word — are ideal for creating and editing text-based documents, while others offer the high resolution necessary for medical images or the security required for legal case files. Challenges emerge, however, when businesses need the same information, […]
Airline 2 of 5 Barcodes
Why Use an HTML5 Image Viewer?
Image viewing technology for web pages and apps has made huge leaps in recent years. Self-contained viewers that work on all browsers and platforms represent a simplified method of displaying images and documents. And given the increasingly complex graphic user interfaces of today, these new tools are needed more than ever. HTML5 viewers are the […]
How Software Developers Can Prepare for Agentic AI
Artificial intelligence (AI) is leaps and bounds ahead of where it was just five years ago. When OpenAI launched ChatGPT in 2022, it grew to one million users in less than a week. AI has evolved from simple rule-based systems to more sophisticated machine-learning algorithms. In the software development realm, AI has already made big […]
Tampa Bay Tech Software CEO Council Meets Virtually to Discuss Important Initiatives During COVID-19
TAMPA, Fla. September 9, 2020 – In August, Tampa Bay Tech’s Software CEO Council (TBSC) met to tackle what so many CEOs and founders are experiencing right now as the country continues to reopen. The outlook was optimistic amongst the group as all attendees reported that their businesses were maintaining financial stability and growing headcount. […]
Adding OCR To Your Document Management System
Is your organization moving toward becoming a paperless office? Are you scanning all your old paper documents into your new digital system? If so, you’ve likely run into the same issue other organizations hit when they start digitizing paper documents… Once you’ve scanned your paper documents into your new document management system (DMS) or enterprise […]
Decoding Barcodes in F# with Barcode Xpress
F# is a strongly-typed functional-first language developed by Microsoft to bring the paradigms and advantages of functional style programming into the .NET platform. Influenced by languages like OCaml and Haskell, F# allows programmers to write more concise, readable software while maintaining the advantages of a strongly static typed compiler. While templates and support for F# […]
The Facts on Intelligent Contract Automation from Docubee (formerly OnTask)
Supporting Legal Tech ISVs to Address New eDiscovery Challenges
Ongoing Legal Digital Transformation There are many challenges facing the legal industry that legal tech and new emerging legal technology can help solve, but getting firms to adopt new technology to address these challenges can be a hurdle. But the most recent challenge within the eDiscovery process is compounding them all. The Arrival of […]
Why am I seeing garbage text when viewing documents with PrizmDoc using Internet Explorer, Chrome, or Firefox?
Question When viewing documents within the PrizmDoc Viewer using a particular browser, we are seeing garbage text. Viewing the same document with other browsers shows the text properly. What could be causing this to occur? Answer There are two possible causes for this in Internet Explorer 11 and you can check the settings below to […]
Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?
Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]