PDF417 Plug-In for 4th Dimension. Introduction. About the PDF417 Symbology

Size: px
Start display at page:

Download "PDF417 Plug-In for 4th Dimension. Introduction. About the PDF417 Symbology"

Transcription

1 PDF417 Plug-In for 4th Dimension DataCraft, Inc. All rights reserved. Portions 1999 Symbol Technologies, Inc. Introduction The PDF417 Plug-in for 4th Dimension injects the power and versatility of the PDF417 bar code symbology into your applications. The plug-in lets you produce PDF417 bar codes from within your 4th Dimension application. This manual assumes knowledge of the PDF417 symbology and an understanding of 4th Dimension and the use of 4D plug-ins. If you are unfamiliar with PDF417 symbology, we recommend contacting AIM USA < to purchase the Uniform Symbology Specification PDF417 documentation. About the PDF417 Symbology PDF417 is a multi-row, variable-length symbology offering a high data capacity and error-correction capability. A single symbol is capable of encoding up to 1,850 text characters, 2,710 digits, or 1,108 bytes. By adding error correction codewords to the data message, PDF417 supports correction of lost or missing data. A PDF417 symbol is essentially a graphic image. The PDF417 plug-in converts text into a picture that can be placed on a 4D form for printing. PDF417 bar codes can be scanned only by scanners designed to read and decode this type of 2D bar code.

2 Installation To install the PDF417 plug-in into your 4D database, simply drop the PDF417.4DX file (and the PDF417.RSR file on Windows) into your Mac4DX or Win4DX folder. See the 4th Dimension Design Reference for additional details about these special folders. About the Demo Database A demonstration database has been included with this plug-in. It requires 4th Dimension v6.7.x. The demo database is not compiled or password protected, so you can examine or copy the source code. The database has two primary features. The main demo window allows you to create and print your own PDF417 bar codes. The database also allows you to connect a bar code scanner to your computer s serial port. Scanned data is then displayed on-screen.

3 Plug-In Commands PDF Make Symbol Example result:=pdf Make Symbol (symbol; text; rows; columns; limits; ecc) Parameters symbol picture Pass a picture variable or field. The plugin will insert the symbol image into this variable or field. text text The text to be encoded. rows integer Assign a row count limit from 3 to 90, or supply a fixed row count in the range of 3 through 90 or 0. columns integer Assign a column limit from 1 to 30, or supply a fixed column count in the range of 1 through 30, or 0. limits integer Pass 0 to interpret rows and columns as fixed values. Pass 1 to interpret rows and columns as upper limits. ecc integer Percent of symbol used for error correction (0-400) Return Value result integer Returns 1 if the symbol was successfully created, or an error code.

4 Possible values returned by this function: 1 success -11 The plug-in was unable to create a valid symbol from given the parameters passed to it the plug-in is not activated and evaluation time has expired means the row, col, limits, ecc combination is not valid Setting the row and column values Set the row and column counts used for sizing a PDF symbol. The values supplied can refer either to limits placed on row and column dimensions or to fixed values. How these values are interpreted relies on the value of the limit parameter. When defining both row and column values for the fixed dimension mode (limit parameter is set to 1), the matrix defined must describe a valid PDF symbol total codeword count must not exceed 928 codewords. For example, a request to define a 50 row by 19 column matrix fails since it describes a 950 codeword symbol (50 x 19 = 950). When the interpretation mode is set for fixed dimensions, the row and/or column count can optionally be set to zero. When either the row or column parameter is assigned a zero, this informs the encoder that the parameter is variable. For example, assume an rows parameter of 0 and an columns parameter of 5. A bar code that contains 30 codewords would result in a 6 row by 5 column bar code. Note that only one parameter can be assigned a zero value for the fixed dimension s mode. Setting the error correction percentage This function sets the ECC level as a percentage of data codewords. This percentage is used by the plug-in to dynamically select an ECC level (levels 0 through 8) based upon the number of data codewords in the bar code. The valid range is from 0% to 400%. A typical value for this feature might be 10%.

5 PDF Get Info This function returns to the application a detailed account of information for the most recently encoded bar code. Example result:=pdf Get Info (bytes; height; width; PadCW; DataCW; EccCW; rows; columns; EccLevel) Parameters size integer The size of the image in bytes. height integer The height of the image in pixels. width integer The width of the image in pixels. PadCW integer Padding codewords applied to the symbol. DataCW integer Data codewords applied to the symbol. EccCW integer Error correction codewords applied to the symbol. rows integer The number of rows in the PDF bar code. columns integer The number of data columns in the PDF bar code. EccLevel integer Error correction level of the symbol (0-8). Return Value result integer Returns 1 if the function is successfully able to return values. Note that the rows and columns parameters do not include the left and right row indicator columns, nor the start/stop patterns. PadCW represents the number of codewords applied to the bar code to fill the matrix. These codewords do not contribute to the decoded data. The DataCW value is the number of codewords which relate to the encoded source. This value does not include the data length codeword. EccCW is the number of codewords allocated for error correction. The rows and columns values represent number of columns actually used to create the PDF symbol. This information is provided since the plug-in may determine this number automatically if 0 is passed as the number of rows, or if the rows and columns specified in the call to PDF Make Symbol are specified to be upper limits (the limit parameter is set to 1).

6 PDF Activate Example result:=pdf Activate (macintosh code; windows code) Parameters mac code integer The Macintosh activation code. win code integer The Windows activation code. Return Value result integer Returns 1 if the plug-in is activated successfully. Until this command is called, the PDF417 plug-in operates in demo mode. Use this command to set the plug-in to normal operation. When the plug-in is not activated, it will replace the first 25 characters with the text <PDF417 Not Registered>. It will also put up an alert once after 30 minutes of use, then stop working. After this time out period, the PDF Make Symbol function will return error After successfully calling the PDF Activate command, the first 25 characters will not be modified, and the plug-in will not time out. Printing PDF417 Bar Codes To print a PDF417 bar code created by this plug-in, simply create a variable on a form and print the form. The variable area will display the picture created by the call to PDF Make Symbol. See the demo application for an example. The variable should be set to display the image as centered and truncated. Make sure the area is large enough to display the entire symbol without truncating any part of it. PDF417 bar codes must not be scaled. Macintosh LaserWriter Problem The Macintosh LaserWriter drivers have an option in the Page Setup dialog, Smooth Graphic, that is on by default. This option thoroughly messes up the printing of PDF symbols, causing all the corners to be softened. Because this is considered a driverspecific user option, its setting in the print record is undocumented, and there is no officially condoned method for setting it programmatically. So to print the bar code properly from a 4D form, you must disable this option while designing the form. Do this by selecting Page Setup and selecting PostScript Options from the pop-up menu while the

7 form window is front most in 4D s design environment. Disable the Smooth Graphics option, then click OK to save your changes. Finally, save the 4D form. This setting will be retained when the form is later printed to a LaserWriter printer. Miscellaneous Information Bar Code Row & Column Sizes Rows are 3 pixels tall in the resulting symbol. A column is one of the vertical stripes in the symbol, 17 pixels wide. With fixed start and stop codes on either side of the symbol, one column yields a symbol 86 pixels wide, and every additional column adds 17 pixels. Note on ECC Padding A pad codeword is defined as the additional codeword(s) added to a PDF symbol to fill vacancies in the symbol s data region. These vacancies arise when the number of ECC codewords and data codewords is less than the PDF symbol s data region capacity. For example, a 20 row by 10 column symbol has a data region of 200 codewords. The pad codeword is meant to merely occupy space and provides no information, and the value chosen for this codeword is the TC latch codeword, 900. To make better use of this vacant space, the plug-in attempts to pad the symbol with ECC information, in lieu of the standard padding codeword. In other words, the encoder attempts to raise the ECC level to best fill the data region void. Any remaining vacant data region codewords are filled in with the standard padding codeword: 900. For example, assume the symbol size from the prior paragraph, 20 rows by 10 columns, that contained 200 data region codewords. If we encode a message at ECC level 2 that results in 180 data codewords, we are left with 11 vacant codewords: 200 codewords, less one data length codeword, 180 data codewords and 8 ECC codewords. To fill these 11 vacancies, the encoder automatically advances the ECC level to 3, 16 codewords, which leaves 3 codewords to be assigned the 900 padding codeword. Note that the encoder never lowers the ECC level to accommodate more data codewords in a symbol. Therefore, ECC levels you request are merely minimums and may not actually be the level applied to the symbol. If you must determine that actual ECC level assigned by the encoder, you can obtain this information through the PDF Get Info function. Support For assistance, contact DataCraft at: DataCraft West Alameda Pkwy, #506 Lakewood, CO Phone: Fax: support@datacraft-inc.com Web:

BCOCA Frequently Asked Questions. Implementation Tips for Producing Bar Codes with the Bar Code Object Content Architecture

BCOCA Frequently Asked Questions. Implementation Tips for Producing Bar Codes with the Bar Code Object Content Architecture AFP Color Consortium BCOCA Frequently Asked Questions Implementation Tips for Producing Bar Codes with the Bar Code Object Content Architecture Version 1.0 Page 1 of 11 Editor: David E. Stone, IBM Corporation

More information

2-D Bar Code Frequently Asked Questions

2-D Bar Code Frequently Asked Questions 2-D Bar Code Frequently Asked Questions 1. What do I do if my agency wants to implement 2-D bar code? There are several places you can go for assistance. You can access the FTA web site: http://www.taxadmin.org/fta/edi/2-dcurrent.html

More information

Axicon Verifier User Guide

Axicon Verifier User Guide Axicon Verifier User Guide Setup and Basic Settings The Axicon barcode verifier software provides many tools for analysing various technical aspects of a barcode providing a detailed insight into the quality

More information

TE100-P1P/TE100-P1U F.A.Q.

TE100-P1P/TE100-P1U F.A.Q. Q: Why doesn't the PS-Utility detect my print server? A: If you are using Windows XP you will have to disable the built in firewall. But for all operating systems you have to disable any other form of

More information

The Official E-Portfolio Tutorial Guide

The Official E-Portfolio Tutorial Guide School of Education Last Updated: January 2009 The Official E-Portfolio Tutorial Guide Includes Instructions For: -Setting Up Dreamweaver -Editing Images Using Photoshop -Creating & Inserting Evidence

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We

More information

OptimiData. JPEG2000 Software Development Kit for C/C++ Reference Manual. Version 1.6. from

OptimiData. JPEG2000 Software Development Kit for C/C++  Reference Manual. Version 1.6. from OptimiData for optimized data handling JPEG2000 Software Development Kit for C/C++ Reference Manual Version 1.6 from 2004-07-29 (Windows and Linux Versions) www.optimidata.com OptimiData JPEG2000 C-SDK

More information

TE100-P21 F.A.Q. A: If you are using Windows XP you will have to disable the built in firewall. But for all operating

TE100-P21 F.A.Q. A: If you are using Windows XP you will have to disable the built in firewall. But for all operating Q: Why doesn't PS-Utility detect my print server? A: If you are using Windows XP you will have to disable the built in firewall. But for all operating systems you have to disable any other form of firewall

More information

GamSat Adobe Photoshop* Mac Plug-In User's Manual Release 1.02 November, 2007 David Dunthorn

GamSat Adobe Photoshop* Mac Plug-In User's Manual Release 1.02 November, 2007 David Dunthorn GamSat Adobe Photoshop* Mac Plug-In User's Manual Release 1.02 November, 2007 David Dunthorn www.c-f-systems.com Fast Track First, install the correct GamSat.plugin file in the Photoshop filters folder

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

KMnet Viewer. User Guide

KMnet Viewer. User Guide KMnet Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be

More information

Printer Drivers Guide

Printer Drivers Guide Printer Drivers Guide For Macintosh Release 6.3 February 1, 2006 Xerox Corporation Global Knowledge and Language Services 800 Phillips Road, Bldg. 0845-17S Webster, New York 14580 USA Copyright 2002-2005

More information

Printer Drivers Guide

Printer Drivers Guide Printer Drivers Guide For Macintosh Release 6.0 January 14, 2005 Xerox Corporation Global Knowledge and Language Services 800 Phillips Road, Bldg. 0845-17S Webster, New York 14580 USA Copyright 2002-2005

More information

Xerox CentreWare Printer Drivers Guide for Macintosh

Xerox CentreWare Printer Drivers Guide for Macintosh Xerox CentreWare Printer Drivers Guide for Macintosh 2010 Xerox Corporation. All rights reserved. Xerox and the sphere of connectivity design, CentreWare, WorkCentre, and ColorQube are trademarks of Xerox

More information

PDF417 Encoder. Programmer s Manual

PDF417 Encoder. Programmer s Manual PDF417 Encoder Version 2.2.1 Programmer s Manual Silver Bay Software LLC 100 Adams Street Dunstable, MA 01827 Phone: (800) 364-2889 Fax: (888) 315-9608 support@silverbaysoftware.com Document Version 20091018

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Tour Guide for Windows and Macintosh

Tour Guide for Windows and Macintosh Tour Guide for Windows and Macintosh 2011 Gene Codes Corporation Gene Codes Corporation 775 Technology Drive, Suite 100A, Ann Arbor, MI 48108 USA phone 1.800.497.4939 or 1.734.769.7249 (fax) 1.734.769.7074

More information

CODABAR FONT SET ELFRING FONTS

CODABAR FONT SET ELFRING FONTS ELFRING FONTS CODABAR FONT SET This package includes 12 versions of the Rationalized Codabar font in the TrueType and PostScript formats plus a Windows utility, Codabar.exe, that helps you make bar codes.

More information

Printer Drivers Guide

Printer Drivers Guide Printer Drivers Guide For Macintosh Release 7.0 Xerox Corporation Global Knowledge and Language Services 800 Phillips Road, Bldg. 0845-17S Webster, New York 14580 USA Copyright 2002-2007 by Xerox Corporation.

More information

GA Printing from Mac OS

GA Printing from Mac OS GA-1310 Printing from Mac OS 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45085389 5 May 2009 CONTENTS 3 CONTENTS INTRODUCTION

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

Document: #HT Document Title: Zebra Wired and Wireless Network Setup Product(s): T-375 & T-1000

Document: #HT Document Title: Zebra Wired and Wireless Network Setup Product(s): T-375 & T-1000 Document: #HT000132 Document Title: Zebra Wired and Wireless Network Setup Product(s): T-375 & T-1000 Navigating this document: Every chapter in this guide is available to click in the following Table

More information

Managing your Desktop

Managing your Desktop Managing your Desktop What do all the icons do? Are the icon legends to small to read? Changing the background image Can I get rid of those I don t need or want? How do I add new icons? How do I manage

More information

AR-PK6. SOFTWARE SETUP GUIDE (for printer)

AR-PK6. SOFTWARE SETUP GUIDE (for printer) SOFTWARE SETUP GUIDE (for printer) MODEL AR-PK6 PS EXPANSION KIT INTRODUCTION REQUIREMENTS FOR WINDOWS REQUIREMENTS FOR MACINTOSH SECTIONS OF THE OPERATION MANUALS THAT ARE RELATED TO THE PS EXPANSION

More information

PrecisionID QR Code Barcode Font. User Manual

PrecisionID QR Code Barcode Font. User Manual PrecisionID QR Code Barcode Font User Manual PrecisionID QR Code Barcode Font Copyright 2018 PrecisionID.com All Rights Reserved Legal Notices Page 0 Installation... 2 Microsoft Windows... 2 Mac... 2 Other

More information

Mac OS X - Adding a Networked Printer

Mac OS X - Adding a Networked Printer Overview... 1 Before You Begin... 1 Part 1: Installation Process... 2 1. Open the System Preferences Application... 2 2. Click on "Print & Scan" and unlock the preference pane (if necessary).... 2 3. Click

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology International symbology specification MaxiCode

ISO/IEC INTERNATIONAL STANDARD. Information technology International symbology specification MaxiCode INTERNATIONAL STANDARD ISO/IEC 16023 First edition 2000-05-01 Information technology International symbology specification MaxiCode Technologies de l'information Spécification internationale des symboles

More information

TOSHIBA GA Printing from Mac OS

TOSHIBA GA Printing from Mac OS TOSHIBA GA-1211 Printing from Mac OS 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45075930 24 October 2008 CONTENTS 3 CONTENTS

More information

IBM. Systems management Disk management. IBM i 7.1

IBM. Systems management Disk management. IBM i 7.1 IBM IBM i Systems management Disk management 7.1 IBM IBM i Systems management Disk management 7.1 Note Before using this information and the product it supports, read the information in Notices, on page

More information

Section 5.5: Reduced Space Symbology and Composite Symbology

Section 5.5: Reduced Space Symbology and Composite Symbology Section 5.5: Reduced Space Symbology and Composite Symbology Table of Contents 5.5.1 Introduction... 3 5.5.1.1 Composite Symbol Features...6 5.5.2 Reduced Space Symbology (RSS)...7 5.5.2.1 Introduction...

More information

Configuring Personnel and Badges

Configuring Personnel and Badges CHAPTER 10 This chapter describes how to create the personnel records and badges used to access doors in the Cisco Physical Access Control system. Note For instructions to synchronize Cisco PAM with personnel

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

User Manual. UniMag II Magnetic Stripe Reader For Mobile Devices

User Manual. UniMag II Magnetic Stripe Reader For Mobile Devices User Manual UniMag II Magnetic Stripe Reader For Mobile Devices 80110509-001-53 10/21/2011 Copyright 2010-2011, International Technologies & Systems Corporation. All rights reserved. Revision History Revision

More information

Netscape Composer: Working with Tables

Netscape Composer: Working with Tables Why tables? Netscape Composer: Working with Tables Tables on the Web can be divided into two categories: data display and page layout. Although the method for making both kinds of tables is the same, it

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings Internet Explorer Settings (PC) Mozilla Firefox Settings (PC) Mozilla Firefox Settings (Mac) Safari Settings (Mac) Chrome Settings (PC) Infinite Campus recommends modifying

More information

Embedding and linking to media

Embedding and linking to media Embedding and linking to media Dreamweaver makes it incredibly easy to embed and link media files (these include audio files and movie files) into your web site. We ll start with linking. Linking to media

More information

Before You Use Your Brother Machine. Applicable Models. Definitions of Notes. Trademarks. Important Note. Applicable Models. Definitions of Notes

Before You Use Your Brother Machine. Applicable Models. Definitions of Notes. Trademarks. Important Note. Applicable Models. Definitions of Notes AirPrint Guide Before You Use Your Brother Machine Applicable Models Definitions of Notes Trademarks Important Note Applicable Models This User's Guide applies to the following models: 1 Line LCD Printer

More information

USER MANUAL. > analyze. reduce. recover

USER MANUAL. > analyze. reduce. recover USER MANUAL > analyze > reduce > recover Table of Contents COPY AUDIT... 1 OVERVIEW... 1 IMPORTANT NOTES FOR PRINT AUDIT 4 CUSTOMERS... 1 COMMUNICATOR TECHNICAL NOTES... 2 COPY AUDIT SOFTWARE... 2 INSTALLING

More information

Web Browser Settings Guide

Web Browser Settings Guide Web Browser Settings Guide Table of Contents Operating Systems and Browser Versions...2 Mozilla Firefox...2 Using Adobe Reader Instead of the FireFox PDF Viewer...4 Google Chrome...8 Google Chrome PDF

More information

Storing a Scan to a Folder

Storing a Scan to a Folder Storing a Scan to a Folder This section includes: Scanning to a Folder on page 122 Printing Stored Files at the Printer on page 122 Using Job Flow Sheets on page 124 Printing Stored Files using CentreWare

More information

Synapse InSite. Version 4.0. Customer Quick Start Guide English.

Synapse InSite. Version 4.0. Customer Quick Start Guide English. Customer Quick Start Guide English Synapse InSite Version 4.0 2040 East Walnut Street Pasadena, California 91107 Tel 626.795.8093 Fax 626.795.2423 www.typecraft.com 731-00089C-EN Rev A www.creo.com Copyright

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Sage Mobile Payments User's Guide

Sage Mobile Payments User's Guide Sage Mobile Payments User's Guide Last Modified: 8/4/2014 Contents 1 Activating Sage Mobile Payments 2 Using the System 2 Login 2 Multi user Login 2 First-time Login 3 Default Settings 3 Retrieving Your

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

Import. Page 2. The Plug-in button can be accessed within any section of the software.

Import. Page 2. The Plug-in button can be accessed within any section of the software. Plug-ins This guide will cover all the different plug-ins the software offers, and how they are used. As the software continues to improve we hope to offer more tools to create your masterpiece! Import

More information

VMS2.0 Client Software. User Manual

VMS2.0 Client Software. User Manual VMS2.0 Client Software User Manual Chapter 1 Contents Brief Introduction...1 1.1 Description... 1 1.2 Running Environment...1 Chapter 2 Installation... 2 Chapter 3 Live View... 4 3.1 User Login...4 3.2

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

myprint help topics myprint account Creating a myprint account Closing your myprint account

myprint help topics myprint account Creating a myprint account Closing your myprint account myprint help topics myprint account Creating a myprint account Closing your myprint account Logging in Logging in on myprint Logging in via Facebook, Microsoft or Google Home page Printing with myprint

More information

Installing the printer s software

Installing the printer s software Installing the printer s software Click on the following topics for more information: Installed items Using the Installer Using a specific application Installed items The Phaser 550 diskettes and CD-ROM

More information

S2 NetBox v4.8 Basic End-User Admin Training

S2 NetBox v4.8 Basic End-User Admin Training S2 NetBox v4.8 Basic End-User Admin Training 4/8/16 S2 Security 1 Table of Contents Introduction... 3 Log into your NetBox System... 3 Person Records... 5 Accessing Person Records... 5 Content of a Person

More information

KYOCERA Net Viewer 5.3 User Guide

KYOCERA Net Viewer 5.3 User Guide KYOCERA Net Viewer. User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Setting Up Physics & Astronomy Department Printers

Setting Up Physics & Astronomy Department Printers Setting Up Physics & Astronomy Department Printers In order to print to one of the various HP network printers and Ricoh copiers in the Department of Physics & Astronomy, that printer needs to be installed

More information

POLKADOTS SOFTWARE PrePage-it 09 Technical Primer GETTING STARTED WITH PREPAGE-IT 09

POLKADOTS SOFTWARE PrePage-it 09 Technical Primer GETTING STARTED WITH PREPAGE-IT 09 POLKADOTS SOFTWARE PrePage-it 09 Technical Primer GETTING STARTED WITH PREPAGE-IT 09 Table of Contents INTRODUCTION...3 PREPAGE-IT 09 OVERVIEW...4 PREPAGE-IT 09: MAIN MODULES...4 Optional modules...4 INSTALLATION...4

More information

KYOCERA Net Viewer User Guide

KYOCERA Net Viewer User Guide KYOCERA Net Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Digitize # # # # Digitize

Digitize # # # # Digitize 5 Digitizing Media Overview.............................................. 98 Target Data Rates and Quality......................... 98 Data Rates and Memory Allocation.................... 101 Storage Requirements...............................

More information

dopdf dopdf User Manual dopdf does PDF. For free. Copyright 2017 Softland

dopdf dopdf User Manual dopdf does PDF. For free. Copyright 2017 Softland does PDF. For free. User Manual User Manual for version 9 by Softland This documentation contains proprietary information of Softland. All rights reserved. No part of this documentation shall be reproduced,

More information

Quick Start Manual. Color Image Scanner

Quick Start Manual. Color Image Scanner Color Image Scanner EN All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Interacting with UNI standards protected with DRM: common issues

Interacting with UNI standards protected with DRM: common issues Interacting with UNI standards protected with DRM: common issues Standards in electronic format downloadable form UNI Store are protected by Digital Rights Management (DRM). This guide helps customers

More information

At this time we have all the pieces necessary to allocate memory for an array dynamically. Following our example, we allocate N integers as follows:

At this time we have all the pieces necessary to allocate memory for an array dynamically. Following our example, we allocate N integers as follows: Pointers and Arrays Part II We will continue with our discussion on the relationship between pointers and arrays, and in particular, discuss how arrays with dynamical length can be created at run-time

More information

Printing the PANTONE Color chart

Printing the PANTONE Color chart Printing the PANTONE Color chart Note Do not use any color corrections in a driver, or with a downloadable utility file, or on the printer s front panel, when printing the PANTONE color chart or when printing

More information

USB VideoBus for Macintosh User Guide

USB VideoBus for Macintosh User Guide P73261/F5U206-MAC/US/man.qxd 1/7/00 5:23 PM Page 1 USB VideoBus for Macintosh User Guide P73261 F5U206-MAC P73261/F5U206-MAC/US/man.qxd 1/7/00 5:23 PM Page 2 P73261/F5U206-MAC/US/man.qxd 1/7/00 5:23 PM

More information

Enabling ImageJ/Fiji and MATLAB plugins in Imaris

Enabling ImageJ/Fiji and MATLAB plugins in Imaris Enabling ImageJ/Fiji and MATLAB plugins in Imaris Tutorial June 2012 Please note that the instructions in this tutorial are valid up to Imaris 7.6.5 In the first part of this How to section, both PC and

More information

eclass Grades Classroom Teacher Guide Windows CSL

eclass Grades Classroom Teacher Guide Windows CSL eclass Grades Windows Classroom Teacher Guide CSL - 11481 Chancery SMS Technical Communications: Sheryl Allen, Robert Desprez, Sarah Hewson, Karin Jensen, Tony Yip April 2003 Chancery Software Ltd. Information

More information

Creating an Accessible Word Document. PC Computer. Revised November 27, Adapted from resources created by the Sonoma County Office of Education

Creating an Accessible Word Document. PC Computer. Revised November 27, Adapted from resources created by the Sonoma County Office of Education Creating an Accessible Word Document PC Computer Revised November 27, 2018 Adapted from resources created by the Sonoma County Office of Education Title the Document Add an official title to the document

More information

Software Setup for LED Show-T9 to HC-102 receiver to display content on LED Video Curtains.

Software Setup for LED Show-T9 to HC-102 receiver to display content on LED Video Curtains. Section 01: Setting up LED SHOW-T9 Software for HC-102 receiving card: Note: (Important): The Following features are required in the PC that is used to connect to the Receiving controller. A: The network

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

CGDS - Substation Workbench Release 1.0 Browser Role User Guide

CGDS - Substation Workbench Release 1.0 Browser Role User Guide Browser Role User Guide Revised: June 19, 2013 CGDS - Substation Workbench Release 1.0 Substation Workbench Browser Role The Browser Role in CGDS - Substation Workbench has the capabilities needed to monitor

More information

Overview: Printing MFworks Documents

Overview: Printing MFworks Documents Overview: Printing MFworks Documents The Layout Window Printing Printing to Disk Overview: Printing MFworks Documents MFworks is designed to print to any standard Windows compatible printer this includes

More information

Release Notes Fiery Print Controller MX-PEX3 version 1.1

Release Notes Fiery Print Controller MX-PEX3 version 1.1 Release Notes Fiery Print Controller MX-PEX3 version 1.1 This document contains information about the Fiery Print Controller MX-PEX3 software version 1.1. Before using the Fiery Print Controller MX-PEX3

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

PageCenterX Training Guide End-User Basic

PageCenterX Training Guide End-User Basic PageCenterX Training Guide End-User Basic Version: 1.06 2401 West Monroe Street Springfield, Illinois 62704 Office: 217.793.3800 Fax: 217.787.0979 www.lrs.com Legal Subject to License/Trade Secret. ( LRS

More information

Computer Connections & Software Install Guide

Computer Connections & Software Install Guide C5400 & C5400n Computer Connections & Software Install Guide Installation Overview: Windows Network Installation: Model C5400n Only Ethernet Connection... 2 Software: TCP/IP... 3 Software: Novell... 8

More information

InSite Prepress Portal

InSite Prepress Portal InSite Prepress Portal System Version 5.0 Customer Quick Start Guide English 731-00089G-EN Rev C Copyright Kodak, 2008. All rights reserved. Creo and ecentral are trademarks of Kodak. Adobe, Acrobat, Adobe

More information

Quick start guide DOC-OEMCS-PP-US-01/01/12

Quick start guide DOC-OEMCS-PP-US-01/01/12 Quick start guide DOC-OEMCS-PP-US-01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user license.

More information

Reform To Tag Doc 7/21/2016. Tag Doc

Reform To Tag Doc 7/21/2016. Tag Doc Reform To 7/21/2016 Reform To 2 Table of Contents About TagDoc... 3 How Works... 3 Phase I... 3 Phase II... 3 Phase III... 5 Benefits of Implementing TagDoc... 5 System Requirements... 6 Hardware Requirements...

More information

N7100 System software change history

N7100 System software change history N7100 System software change history ns001 01.08.02.0001 1. A legal-size image is output even if [Paper Size] of [Paper] in the [Basic] settings is set to another size with the exception of [Automatic]

More information

Introduction. Installation

Introduction. Installation Introduction Installation Wordman s Art Tables add-in for Microsoft Word 2007/2010/2013/2016, WordmanRibbonT.dotm, provides a tool for easily laying out artwork in a document using floating tables, called

More information

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND 3.2... 4 INSTALLATION GUIDE FOR ECLIPSE 3.3 TO 4.3... 23 INSTALLATION GUIDE FOR ECLIPSE 4.4 OR HIGHER... 37 ECLIPSE VIEWERS... 41 DEVICES... 41

More information

m At Ease 3.0 or later (earlier versions of At Ease are not supported)

m At Ease 3.0 or later (earlier versions of At Ease are not supported) 1 Getting Started The emate Classroom Exchange software allows you to connect one or several emates to a Mac OS computer and transfer information between the emate devices and the computer simultaneously.

More information

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks GUARD1 PLUS Documentation Version 3.02 2000-2005 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks i of TimeKeeping Systems, Inc. Table of Contents Welcome to Guard1 Plus...

More information

Using the Advanced Features in Your GradeQuick Gradebooks

Using the Advanced Features in Your GradeQuick Gradebooks Using the Advanced Features in Your GradeQuick Gradebooks 95 96 Changing the Font Step 1: Click Options Font. A Font dialog box will appear. Step 2: Choose a font such as Arial. Then select a smaller or

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

Mutoh America Inc. G7 Calibrator. G7 Calibrator. G7 System Certification Application Data Sheet. Manufacturer. Certification Seal Here.

Mutoh America Inc. G7 Calibrator. G7 Calibrator. G7 System Certification Application Data Sheet. Manufacturer. Certification Seal Here. G7 System Certification Application Data Sheet G7 Calibrator The IDEAlliance Print Properties Working Group has established a certification process for G7 Systems. In accordance with this process The G7

More information

DEPOSITPARTNER INSTALLATION GUIDE Desktop Application

DEPOSITPARTNER INSTALLATION GUIDE Desktop Application DEPOSITPARTNER INSTALLATION GUIDE Desktop Application SCANNER DRIVER INSTALLATION NOTE: In order for the scanner to work properly, the scanner drivers must be installed before downloading the DepositPartner

More information

Using the Fiery WebTools

Using the Fiery WebTools 16 Using the Fiery WebTools The Fiery utilities enable remote users to view server functions. Users may also have the ability to manage jobs remotely if the system administrator has assigned them such

More information

Note For more information, go to to view Document # 2562.

Note For more information, go to   to view Document # 2562. Macintosh This topic includes: "Requirements" on page 3-32 "Enabling and Using EtherTalk" on page 3-32 "Enabling and Using TCP/IP" on page 3-33 "Quick Install Steps for Mac OS 9.x" on page 3-33 "Quick

More information

Printer Drivers Guide

Printer Drivers Guide Printer Drivers Guide For Macintosh Release 6.2 June 10, 2005 Xerox Corporation Global Knowledge and Language Services 800 Phillips Road, Bldg. 0845-17S Webster, New York 14580 USA Copyright 2004-2005

More information

PrimoPDF Enterprise User Guide, Version 5.0

PrimoPDF Enterprise User Guide, Version 5.0 Table of Contents Installation... 3 Reference Links... 3 Uninstallation... 4 Creating PDF Documents... 4 PrimoPDF Document Settings... 5 PDF Creation Profiles... 5 Document Properties... 6 PDF Security...

More information

Citrix Working Remotely Reference Guide

Citrix Working Remotely Reference Guide Citrix is the remote access solution that can be used on Home PCs, Mac s, ipads and iphones and in DBR Visitor offices while traveling. Citrix allows individuals to connect securely and work remotely from

More information

P-Card Reconciliation Level 2 Card Approver Manual

P-Card Reconciliation Level 2 Card Approver Manual P-Card Reconciliation Level 2 Card Approver Manual Logging into the American Express P-card Reconciliation Tool: 1. Go to Amex.iers.ihost.com Figure A 2. Enter your User ID and Password provided by the

More information

e-barz Pro FOR Linux/Unix Windows NT/2000/2003/XP 2005 by Unibar, Inc All Rights Reserved.

e-barz Pro FOR Linux/Unix Windows NT/2000/2003/XP 2005 by Unibar, Inc All Rights Reserved. e-barz Pro FOR Linux/Unix Windows NT/2000/2003/XP 2005 by Unibar, Inc All Rights Reserved. Unibar and e-barz Pro are trademarks of Unibar, Inc. All brand and product names used in this manual are trademarks

More information

Intelligent Setup input

Intelligent Setup input Intelligent Setup This document is mainly to show you how to do intelligent setup. The following steps are applying to normal modules. 1. Click Screen Configuration click Receiver in the interface of Hardware

More information

How to Export a Dashboard in Analyze

How to Export a Dashboard in Analyze Introduction There are many instances where Dashboard information is needed outside of VITA, whether in a presentation, document, website, etc. VITA provides an option to download a Dashboard s content

More information

A GUIDE TO QUARKXPRESS 4.06 BETA. pthe choice for publishing software worldwide.

A GUIDE TO QUARKXPRESS 4.06 BETA. pthe choice for publishing software worldwide. A GUIDE TO QUARKXPRESS 4.06 BETA pthe choice for publishing software worldwide. 1986 1999 by Quark Technology Partnership. All rights reserved. The information in this document may not be modified, distributed,

More information