Search results for "{search_term_string}"

Blog Post

Communicating with External Systems in a Salesforce Application

Salesforce applications provide a way to easily extend the capabilities of the popular customer relationship management platform Salesforce. A Salesforce user can choose from thousands of apps that are available on the Salesforce App Exchange One common capability provided by Salesforce apps is the ability to communicate with external systems in order to extend the […]

Blog Post

A look at ImageGear C++ Samples

Paul Pauquette, Accusoft Senior Software Engineer Welcome You’ve downloaded the ImageGear imaging SDK and you’re trying to learn what you can do with it . What better place to start than in our samples? In ImageGear for C and C++ v19, we’ve added new easier-to-use samples that demonstrate a specific subset of functionality. In addition […]

Blog Post

How to Convert Microsoft Word (Docx/Doc) to PDF in C# with ImageGear

Goal Create a C# command line program that can read from existing Microsoft .docx (or .doc) documents and convert them to an Adobe PDF file Requirements Microsoft Windows 7 or greater Microsoft Visual Studio Accusoft ImageGear .NET Developer Toolkit ( download free trial version here ) Programming Skill Visual C# Intermediate Level Need to turn […]

Blog Post

The Long-Term Potential of Temporary Staffing Automation

Many organizations continue to face talent shortages in 2019. Staffing Industry Analysts reports continuing revenue growth for temporary staffing agencies because organizations need existing workforces with contingent employees, but the agency also notes that contingent worker strategy has to continually evolve to remain relevant. Monster suggests that firms offering “total management solutions” are more likely […]

Blog Post

Visualizing TeamCity Dependencies with Python

James Waugh, Accusoft Software Engineer In many cases at Accusoft, we are tasked with commanding large TeamCity build chains, sometimes interacting with dozens of build configurations: build tests, run them, and build all their dependencies! Being able to visualize these relationships is a benefit to my team that allows them to discuss these relationships and […]

Technical FAQ

How can I annotate or redact search results within PrizmDoc?

Question How can I annotate or redact search results within PrizmDoc? What annotation or redaction types are supported? How can I change the properties of the created marks? Answer You can annotate or redact search results using the addMarkFromSearchResult() function from ViewerControl. This function creates a new mark of a specific type and adds it […]

Technical FAQ

With PrizmDoc, how can I hide a predefined search if there are no results?

Question With PrizmDoc, how can I hide a predefined search if there are no results? Answer The predefined search option does not support that functionality, but you can instead perform a server-side search, and then activate the search panel if there are results to show: var viewer; var viewingSessionId = <%= viewingSessionId %>; var fixedSearchTerm […]

Technical FAQ

With PrizmDoc, how can I hide a predefined search if there are no results?

Question With PrizmDoc, how can I hide a predefined search if there are no results? Answer The predefined search option does not support that functionality, but you can instead perform a server-side search, and then activate the search panel if there are results to show: var viewer; var viewingSessionId = <%= viewingSessionId %>; var fixedSearchTerm […]

Blog Post

How To Generate & Read Barcodes In VB.NET

Goal Create a Visual Basic (VB.NET) program that can generate a barcode in VB.NET from an existing table of data to represent shipping orders, then read single or multiple barcodes from image files to represent receiving orders. Requirements Microsoft Windows 7 or greater Microsoft Visual Studio 2015 or greater Accusoft Barcode Xpress .NET Programming Skill […]

Blog Post

Introduction to Node.js: What Type of Language is JavaScript?

Jamison Prianos, Accusoft Software Development Manager, SaaS This post is part of a blog series that provides an introductory overview of Node.js. To start at the beginning, read Part 1: What Makes Node So Popular? Today’s post will discuss some of the characteristics of JavaScript as a language. For those of us who started programming […]

Blog Post

SURGE: Effective Automated Testing in a Microservice World – Part 1

Gerry Hernandez, Accusoft Senior Software Engineer Test-Driven Development (TDD) is a buzzword to some, yet a way of life to others. Some say Behavior-Driven Development, or BDD, is TDD done right. Cucumber made BDD popular, promising wonderful features such as: Writing specifications in Gherkin, an English-like grammar, rather than code Allowing anyone, even non-developers, to […]

Blog Post

Get Up and Running Faster with Barcode Xpress

Barcodes remain the basis for product identification and tracking, improving both operational insight and the end-user experience. From common applications in grocery stores to more advanced deployments in warehouses, legal firms, and even post-secondary schools, barcodes are the ubiquitous bridge between digital and physical environments.  As noted by Forbes, emerging pandemic pressures have precipitated the […]