Call Us At: 701.866.2098


Clearing Browser Cache

How to Clear the Cache in Google Chrome Do one of the following: From the “Menu”  button in the upper-right corner of the Chrome window, choose “More Tools” > “Clear browsing data…“. Press “CTRL” + “Shift” + “Delete” keys in Windows or Linux, or “Command” + “Shift” + “Delete” keys on MacOS. Select “Menu” > “Settings” > “Advanced”…

Command Prompt: Deriving UNC Network Path

Here’s the workaround I see many using when sending mapped-network paths via email: In Windows Explorer, hold the shift button down, right-click on the file, and select Copy as path. Insert a Hyperlink in the email and paste in the address field of the Hyperlink dialogue box. (Shortcut: Ctrl-V). At this point, the link will…

Sticker Design for Be More Colorful

It’s always a pleasure working with the crew at Be More Colorful! Here’s a design we did for a sticker containing instructions to use their VR Mini Glasses. The sticker will be placed on the backside of the packaging box. Additionally, these awesome VR Glasses can be purchased for only $5 from FargoStuff.com

How to Create Dummy Files with Windows Command Line

Fsutil.exe is a built in filesystem tool that is useful to do file system related operations from command line. We can create a file of required size using this tool. fsutil file createnew filename length (length is in bytes) For example, to create a dummy file test.txt, with size as 50MB: Note: The above command…

Acro JavaScript: Folder Level Script for Save As PDF

Have you ever needed to submit a PDF to a specific file path, but couldn’t figure out how to accomplish this? Let’s do it! Here’s how the file name will appear when the users selects the submit button in the form in this scenario. Here’s the JavaScript placed on the submit button in the PDF:…

Acro Javascript: Placement Text in PDF Form Fields

In addition to the post: Acro Javascript: Question Icons / Buttons an additional way to include instruction to users who may have questions when filling out more complex forms is to use placement text within the form fields. Here’s how the PDF could function: To do this, start by opening a PDF form. Select the…

Acro Javascript: Question Icons / Buttons

PDF fill-able forms are no new concept when it comes to electronic forms. Though these electronic forms are great for allowing users to submit information digitally via email, some forms may be a bit more complex then others. This can cause confusion for the intended users and ultimately the submission of forms filled out incorrectly….

Automate Significant Changes to PDF Documents with Actions and Macros

Software Needed: Adobe Acrobat DC, Microsoft Word Tasked with making multiple changes to PDF documentation, I decided to automate the system rather then going through each document to update/save accordingly. Essentially I was given 163 PDFs that required updates to verbiage and date periods, as well as the replacement of the last two pages of…