TABLE OF CONTENTS. ImageSilo Quick Guide Page 2 of 19

Size: px
Start display at page:

Download "TABLE OF CONTENTS. ImageSilo Quick Guide Page 2 of 19"

Transcription

1 IMAGESILO QUICK GUIDE MuniMetriX Systems Corp. (800)

2 TABLE OF CONTENTS Introduction... 3 Available Projects... 3 General Searching Rules... 3 Searching Within a Project... 3 Full-Text Searching... 4 Global Searches:... 6 Adding New Documents... 6 Viewing and Retrieving Documents... 6 Viewing a Document... 7 Alter Document Index Values... 7 Deleting Documents:... 7 Batch Print, , or Export Documents... 8 Navigation... 8 Viewing Documents and Images... 8 View Full Text Search Results... 9 Adding Annotations to Images... 9 Printing Documents Printing the Displayed Region Printing the Current Page of a Document Exporting Documents Opening Files in their Native Application ing Documents Creating Document Grants Altering Document Index Values Finding Text in a Document Copying Data to the Clipboard Versioning Checking a Document Out Checking a Document In Undoing a Document Check-Out Viewing Check-Out Status Viewing Revision History Security ImageSilo Quick Guide Page 2 of 19

3 IMAGESILO GUIDE Introduction The key to ImageSilo is its extremely easy, yet powerful, search capabilities, allowing you to locate any desired document in seconds. ImageSilo offers the ability to easily perform either extremely detailed or very broad searches within a project. You can perform multiple searches across multiple index fields at the same time, as well as perform limiting searches (allowing you to specify ranges of values) on dates and numbers. Available Projects You can search one of listed projects by simply selecting the project you wish to search and clicking Search. You may also perform a global search (a search across multiple projects at once) by clicking Global Search. General Searching Rules You can specify the number of documents to return in a single query on the Configuration page. All numeric and date fields allow you to perform "limiting searches" to limit the results to a specific range of values. If both range limits are not filled for a particular index field, ImageSilo will search for the one specific value you have entered. Index field searches are NOT case sensitive. In other words, entering the name "smith" will find "Smith". ImageSilo allows you to utilize the "*" wildcard to specify any number of unknown characters. For example, searching for T* in a name field would locate any document that had a name beginning with the letter T. Furthermore, searching for *T* would locate any document that included a letter T anywhere in the name. Finally, searching for *T would locate any document whose name ended with the letter T. You can perform multiple searches within a single index field by using the & (and) and ^ (or) operators. To perform a search on a name field for names that begin with an A or Z, you could simply enter A*^Z*. To perform a search on a name field for names that begin with an A and end with a P, you could enter either A*P or A*&*P. You can perform searches on multiple fields at once. Simply enter the search criteria into the desired fields and select a Search Type of "And" (to find documents where all criteria has been met) or "Or" (to find documents where any of the criteria has been met). During the search, ImageSilo will initially sort the results in ascending order based on the Sort By field selected. Please note that "long text" fields are not available to be sorted on. Searching Within a Project 1. Enter the search criteria in the desired fields. 2. If you entered criteria in multiple fields, select the type of search you wish to perform from the Search Type list. ImageSilo Quick Guide Page 3 of 19

4 3. Select the Search button to perform the search. The server will perform the search and list the documents that meet the search criteria in the Search Results screen. Full-Text Searching ImageSilo offers extensive Full-Text searching capabilities. The full-text database is populated whenever a new document is added to the system if they are either external documents (i.e. Microsoft Word or Adobe PDF), COLD documents, or images that have been full-text OCR'ed. You will only see full-text search capabilities available in projects that have a full-text database populated with information. There are a number of options available when performing a full-text search. By default, the majority of those options are hidden from view. To enable use of those options, simply select the Configuration link and place a checkmark next to "Show Full-Text Options." Full-text searches may be performed in combination with standard index-field-level searches. In other words, you can specify your index field search criteria and then have those documents further filtered by adding a full-text search criteria. When performing a combined search, both the index field criteria and the full-text criteria must be met in order for the document to be found. There are two basic types of full-text searches that can be performed: Boolean and Natural Language To perform a Boolean search: 1. Ensure the "Boolean Search" search type is selected. 2. Enter words or phrases linked by connectors. A Boolean search request consists of a group of words or phrases linked by search connectors such as AND and OR to precisely indicate the relationship between them. AND: both words must be present OR: at least one of the words must be present NOT: the next word must not be present (use with AND or OR) W/5: the words must occur not more than 5 words apart (you can also use W/10, W/20, etc.) *: matches any number of letters?: matches any single letter Examples: apple AND pear *apple w/6 pear apple sauce w/27 grape ju?ce apple and (pear W/5 bana*a) apple and not pear Boolean searches treat two or more words appearing together as a phrase, so a search for apple sauce w/10 grape juice would search for the phrase apple sauce within 10 words of the phrase grape juice. 3. Click the Search button. The server will perform the search and display a list of documents, ranked in order of their relevance based on the criteria you entered. ImageSilo Quick Guide Page 4 of 19

5 To perform a Natural Language search: 1. Ensure the "Natural Language" search type is selected. 2. Type in a plain text search request. Example: Get me Sam's memo on the 1999 takeover of CorpX Finds: All documents that contain the words that match the individual search terms: Sam, memo, 1999, takeover, CorpX In natural language searches, ImageSilo does intelligent relevancy ranking using automatic term weighting based on the frequency and density of hits in documents. In the above example, if 1999 appeared in 3,000 files and Sam appeared in only two files, the files containing Sam would get a much higher relevancy ranking. Noise and connector words in the request, such as AND and OR, are ignored, and words in phrases are searched individually (not as a phrase). 3. Click the Search button. The server will perform the search and display a list of documents, ranked in order of their relevance based on the criteria you entered. Full-Text Search Options: Variable Term Weighting: Allows you to weigh some words more heavily than others in ranking search results. Example: apple:5 and pear:3 Stemming: Extends a search to cover grammatical variations of a word. For example, a search for fish would also find fishing. A search for applied would also find applying, applies, and apply. You can either perform stemming for all of the words in your query by selecting the Stemming checkbox, or for specific words by placing a tilde ~ character at the end of the desired word(s) in your criteria (i.e. fish~). Phonic: Looks for a word that sounds like the word you are searching for and begins with the same letter. For example, a phonic search for Smith will also find Smithe and Smythe. You can either perform phonic searching for all of the words in your query by selecting the Phonic checkbox, or for specific words by placing a # character in front of the specific word(s) in your criteria (i.e. #Smith). Fuzzy Searching: Finds a word even if it is misspelled. For example, a fuzzy search for apple will find appple. Fuzzy searching can be useful when you are searching text that may contain typographical errors, or for text that has been created using optical character recognition (OCR). You can enter the level of fuzziness as a value between 1 and 10. A search for alphabet with a fuzziness of 1 would find alphaqet; with a fuzziness of 3, it would find both alphaqet and alpkaqet. You can either perform fuzzy searching for all of the words in your query by selecting the Fuzzy Searching checkbox and entering a fuzziness value, or selectively by using the % character in the specific word(s) in your criteria (see examples below). ba%nana = Word must begin with ba and have at most one difference between it and banana. b%%anana = Word must begin with b and have at most two differences between it and banana. ImageSilo Quick Guide Page 5 of 19

6 Synonym Searching: Uses a thesaurus to automatically expand a search to include synonyms or related concepts. For example, a search for fast would also find quick. You can either perform synonym searching for all of the words in your query by selecting the Synonym Searching checkbox or by placing a & after certain words (i.e. improve& w/5 search). There are three available ways to perform synonym searching. At least one must be selected to perform synonym searching for either all of the words in your query or certain words. WordNet Synonyms: Uses the WordNet thesaurus developed at Princeton University. WordNet Related Words: Uses WordNet's extensive lexical and semantic network of the English language to include links between words other than synonym relationships, including antonyms, hypernyms, hyponyms, meronyms, and holonyms. User Synonyms: Uses the server's user-defined synonyms Global Searches: Global Searches allow you to search across multiple projects at the same time. You can create a new global search by clicking the Add New Global Search link at the top of the Global Search screen. Global Searches can be deleted by clicking on the delete icon next to the specific Global Search you wish to delete. You use global searches in the same manner that you would search on a regular index field. The only difference is that you cannot perform multiple searches (using the & or ^ characters). To Perform a Global Search: 1. From the Global Search screen, enter the search criteria in the global search you wish to use. 2. Click the Search button. The system will search all of the selected index fields in the selected projects for documents that meet your search criteria and will return them in the search results. Adding New Documents With ImageSilo, you have the ability to add any electronic document into a project, such as PDF documents, Word documents, Excel documents, etc. With the required security access, any user can add documents to the selected project. To add documents, simply select the Add New link at the top of the Search Criteria screen. Viewing and Retrieving Documents Based on the criteria you provided, the server performed your search and displayed a list of documents that met your criteria. The number of documents that were found is displayed at the top and bottom of the list. By default, the server will limit the number of documents returned from a search to the Max. Results Per Query value on your Configuration page. If more documents exist that can be accessed, a More Available link is provided to query the next group of documents. ImageSilo Quick Guide Page 6 of 19

7 Your search results include all of the document index fields for the documents that ImageSilo located. If you submitted a full-text query, ImageSilo also provides the first 512 characters of the document. To easily locate a document in a large results list, you can re-sort columns in both ascending and descending order by clicking on the column header. Once the results are re-sorted in ascending order, you can click the column header again to have that column re-sorted in descending order. In addition to selecting a document to view, there are a number of operations that can be performed from the Search Results screen, including altering document index values, deleting, printing, ing, exporting, migrating, adding new documents, and applying document-level security. Access to the specific operations is controlled by your administrator. Please note that re-sorting results, the More Available link, and document operations are not available for Global search results. You can, however, view documents from global search results. Viewing a Document 1. To view a document, click on any of the index values for the document you wish to view. The document will be retrieved and displayed. Alter Document Index Values 1. To Alter Document Index Values: From the Search Results screen, place a checkmark in the checkbox to the left of the documents whose index values you wish to edit. 2. Click on the Alter Indexes link at the top of the page. 3. Enter the index values that you wish to replace on the selected documents. Leave the value as "[Current Value]" if you do not want that particular value to be changed. Entering a blank/empty value will result in the index value being blanked out for the selected documents. 4. Click the Save button. The server will update the index values for the documents you selected and your search query will be reissued. This may result in the documents you just edited not being listed since their new index values may not meet your search criteria. Deleting Documents: 1. To delete documents, from the Search Results screen, place a checkmark in the checkbox to the left of the document you wish to delete, if you have the required security access. 2. Click on the Delete link at the top of the page. 3. You will be prompted to ensure you wish to delete the selected documents. Click OK to delete the documents or Cancel to cancel the operation. The selected documents will be deleted and your search query will be reissued. ImageSilo Quick Guide Page 7 of 19

8 Batch Print, , or Export Documents 1. From the Search Results screen, place a checkmark in the checkbox to the left of the documents you wish to print, , or export. 2. Click on the Print, , or Export link at the top of the page. 3. You will be prompted to select the printer, select the page range to , or select the format to export the documents to. Navigation You can navigate through pages within the document as well as through the documents in your search results list by clicking the appropriate toolbar buttons: Displays the first page of the first document in the search results list. Displays the first page of the next document in the search results list. Displays the first page of the current document. Displays the next page of the current document. Jumps to a specific page of the current document. Displays the first page of the previous document in the search results list. Displays the first page of the last document in the search results list. Displays the previous page of the current document. Displays the last page of the current document. Viewing Documents and Images You can manipulate your view of the document by scaling, zooming, and rotating. To zoom in on a region of an image, simply use your left mouse button to click and draw a region around the area that you wish to zoom in on (from top-left corner to bottom-right corner). You can rightmouse click on the image and select Reset Image to zoom the image to the size of the window and set the rotation back to zero. While viewing a zoomed portion of an image, you can hold down your <Ctrl> key and left mouse button and pan the image. You can also right-mouse click on the image and select View Full Text to view the full-text contents of the image (if it has been OCR'ed). Other display manipulation functions are available through the toolbar buttons. Zooms the image or document to display its full width. Zooms the image or document to fit inside the window. Toggles the overlay for a COLD/ERM document on and off. Zooms the image to display its full height. Rotates the image 90 degrees. ImageSilo Quick Guide Page 8 of 19

9 View Full Text Search Results If you entered full text criteria when searching for your documents, you can view the hits found within the document you are viewing. Simply right-mouse click on the document and select Full Text Search Results from the menu. The Full Text Search Results screen is displayed. You can highlight an item and select View (or double click on the item) to have ImageSilo display the associated page of the document and, if you are viewing the textual contents of the document (versus the image contents), highlight all of the words or phrases that were located. Adding Annotations to Images Full Annotation capabilities are also available. Shows/hides the current annotations for an image. Shows the current running note for an image or document. Shows/hides the annotation toolbar to add or edit annotations. ImageSilo Quick Guide Page 9 of 19

10 1. Click on the Edit Annotation button. 2. Select the specific annotation tool you wish to use. 3. Draw the annotation to your specific needs using the left mouse button. If you are using the Multiple Connected Lines or Polygon tools, double-clicking with your left mouse button will end the drawing. 4. If you wish to change the annotation parameters, choose the Annotation Selector tool, highlight the annotation you wish to change, and then right mouse click. You will be shown the annotation properties menu. 5. Modify the annotation properties to your needs. 6. Click on the Edit Annotation button again to save the annotation changes. Annotation Tool Types: Used to select current annotations. Draws text on the image. Draws a straight line on the image. Draws a highlighting rectangle on the image. Draws multiple connected lines on the image. Allows freehand drawing on the image. Draws a solid rectangle on the image. Draws an ellipse on the image. Draws a polygon on the image. ImageSilo Quick Guide Page 10 of 19

11 Printing Documents 1. While viewing the document you wish to print, select the Print button on the toolbar. If any annotations are displayed, they will be printed with the document. The Print screen is displayed. 2. Select the Page Range and Number of Copies to print and click the Print button. The selected pages will be printed. Printing the Displayed Region 1. While viewing the document you wish to print exactly as you wish to print it, select the Print Displayed Region to Default Printer button on the toolbar. The displayed region will be printed to the default printer. Printing the Current Page of a Document 1. You can print the current page of a document to the default printer by right-clicking on the document and selecting Print Current Page. The current page will be printed to the default printer. ImageSilo Quick Guide Page 11 of 19

12 Exporting Documents 1. While viewing the document you wish to export, select the Export button on the toolbar. If any annotations are displayed, they will be exported with the document. The Export screen is displayed. 2. Select the Image Format that any image files should be converted to (this option may be disabled if there are no images in the document to be exported). 3. Select the File Name Field that determines the name each exported file is given. 4. Select the Output Directory where the exported document is to be written. 5. Select the Page Range to export and click the Export button. The selected pages will be exported. Opening Files in their Native Application Although ImageSilo offers document viewing capabilities for over 250 different document and image formats, it is sometimes necessary to open a document in its native application. ImageSilo offers the ability to open the file that you are viewing in its native application as determined by your operating system. 1. While viewing the document you wish to open, select the Open File in Native Application button on the toolbar. 2. If you have security access to document versioning and this is an external document, you will be prompted whether or not you wish to check out the current document. If you select No, the document will still be opened, it just will not be checked out to you. If you select Yes, it will be checked out to you and then opened. The file will be opened in its associated application. ImageSilo Quick Guide Page 12 of 19

13 ing Documents ImageSilo offers the ability to documents from any MAPI-compliant application such as Microsoft Outlook, Outlook Express, and Lotus Notes (with appropriate options). 1. While viewing the document you wish to , select the button on the toolbar. If any annotations are displayed, they will be ed with the document. The screen is displayed. 2. Select the Page Range to , Image Attachment Format to use (for image-based documents) and click the button. The selected pages will be gathered together and an will be compiled. ImageSilo will then launch your default MAPI-compliant application and create the as shown below, including the attachment and document index values for the document(s) being ed. ImageSilo Quick Guide Page 13 of 19

14 3. Fill in the necessary recipient and subject and click Send to send the . The will be sent. Creating Document Grants Document grants give you the ability to provide outside access to a selected document via a browser-accessible URL. 1. While viewing the document you wish to grant, select the Document Grant button on the toolbar. Please note that document grant users will be accessing the document without the use of the ImageSilo Document Viewing plug-in. In other words, they will be opening the selected document using an application on their computer. As such, the annotations will NOT be rendered. The Create Document Grant screen is displayed. 2. Enter a date and time that the document grant will expire in the Expiration field. 3. Enter the Password that must be used to access the document grant. If no password is entered, any user who has the URL will be capable of viewing the document. 4. Click the Create button. ImageSilo Quick Guide Page 14 of 19

15 You will be prompted to ensure that you wish to create the document grant. Click Yes to create the grant or No to cancel the operation. If you select Yes, the document grant will be created and the associated URL will be displayed as shown below. 5. You can now click Copy to Clipboard to copy the URL to your clipboard so you can use it elsewhere (i.e. to paste into an ) and then Close to close the window. Altering Document Index Values 1. While viewing the document you wish to alter, select the Alter Document Index Values button on the toolbar. The current document index values will be displayed as shown below. ImageSilo Quick Guide Page 15 of 19

16 2. Change the index values as desired and select Save to save the changes. The updated data will be saved immediately. Finding Text in a Document 1. While viewing the document you wish to search, select the Find Text button on the toolbar. 2. Enter the text to find and click OK. The document will be searched and the first occurrence (from the cursor location) will be highlighted. 3. If you wish to search for the next occurrence of the same text, simply click on the Find Next Occurrence button on the toolbar. Copying Data to the Clipboard Document contents (other than image portions) can be copied to the clipboard to be re-used in other applications. 1. While viewing the document, use your mouse to highlight the information you wish to copy. 2. Right click on the document and select the Copy to Clipboard option from the menu. The information will be copied to the clipboard. Versioning ImageSilo offers extensive version/revision management capabilities for documents. In addition to standard document check out and check in, ImageSilo includes features such as the ability to rollback to a previous version and the ability to view old versions of documents. Checking a Document Out 1. While viewing the document you wish to check out, right click and select Check Document Out from the menu. You will be asked for a location to save the document. 2. Once you have selected the location where you want to save the document, click Save. The document will be placed in the specified location and opened in the file's default application (as specified by your operating system). ImageSilo Quick Guide Page 16 of 19

17 Checking a Document In 1. While viewing the document you wish to check back in, right click on the document and select Check Document In. 2. Select whether the new edition is a New Version or just a New Revision. New Versions will increment the version by a whole number (i.e becomes and becomes 3.000). A New Revision will increment the minor version of the document (i.e becomes 1.002). 3. Select the file to check back into the system as the File Path. The location where the file was originally checked out to is pre-populated. 4. If you wish to have the local file removed once it has been checked in, select the Delete Source File after Checked In checkbox. 5. Enter any comments you may want to record about the new document and click Save. The new version will be copied to the server and updated. Undoing a Document Check-Out If you check a document out and later decide that you wish to undo the check out, simply right click on the document and select Undo Check Out from the menu. ImageSilo Quick Guide Page 17 of 19

18 Viewing Check-Out Status If a document is checked out, you can see who has it by right clicking on the document and selecting Current Status from the menu. Viewing Revision History You can view the revision history for a document by right clicking on the document and selecting View Revision History from the menu. The Revision History screen will be displayed as shown below. From the Revision History screen, you can view an old version of the document by selecting the version you wish to see and clicking on the View button. You can also make an old version the current version by selecting the version you wish to roll back to and clicking on the Roll Back button. ImageSilo Quick Guide Page 18 of 19

19 Security All operations (viewing documents, searches, printing, ing, exporting, etc.) are tracked by ImageSilo. Additionally, administrators may opt to use our Enhanced Auditing capabilities. When Enhanced Auditing is enabled for a project, all operations will require the user to enter a recipient of the information (i.e. ed to whom), the reason for the disclosure of information, and (optionally) any additional information. In addition to the extensive audit reporting capabilities that are available in the Administration Console, ImageSilo offers administrators the ability to audit a specific document by simply right clicking on the document and selecting Security Audit from the menu. ImageSilo Quick Guide Page 19 of 19

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

More information

M-DCPS School Board Minutes Electronic Search System

M-DCPS School Board Minutes Electronic Search System Under the Archived School Board Meeting Minutes section, (ITS) has acquired a Web-based system to electronically search, view and print minutes from archived M-DCPS School Board meetings from 1885 through

More information

SIRE Solution Suite. WebCenter User Manual. A Publication Of

SIRE Solution Suite. WebCenter User Manual. A Publication Of SIRE Solution Suite An Official Manual of SIRE Technologies Document and Legislative Management Software Version 6.0 A Publication Of 2 2000-2011 SIRE Technologies Incorporated and its licensors. All rights

More information

ACCESSDATA SUPPLEMENTAL APPENDIX

ACCESSDATA SUPPLEMENTAL APPENDIX ACCESSDATA SUPPLEMENTAL APPENDIX dtsearch Search Requests Note: This following dtsearch information was developed by DT Software, Inc. Copyright 1991 1997 DT Software, Inc. www.dtsearch.com. This appendix

More information

ImageSilo Free Trial Tutorial for Government Agencies

ImageSilo Free Trial Tutorial for Government Agencies ImageSilo Free Trial Tutorial for Government Agencies Welcome to the ImageSilo Free Trial! MuniMetriX would like to thank you for considering ImageSilo for your paperless office needs! This ImageSilo Free

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013]

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013] Bombardier Business Aircraft Customer Services Technical Publications SmartPubs Viewer 3.0 User Guide Updated January 2013 [2013] Table of Contents Application Views... 5 Collection View... 5 Manual View...

More information

OnBase - EDM Services (Electronic Document Management Services)

OnBase - EDM Services (Electronic Document Management Services) OnBase - EDM Services (Electronic Document Management Services) Overview EDM Services contains the following features: EDM Briefcase Prerequisites The EDM Briefcase allows you to: Document Templates Image

More information

Searching for Images in v10

Searching for Images in v10 Searching for Images in v10 Following are the steps to search for images in Docfinity version 10. Searching for Images: Log into Docfinity on www.controller.psu.edu/docfinity Open Searching Workspace in

More information

Adobe Acrobat Reader 4.05

Adobe Acrobat Reader 4.05 Adobe Acrobat Reader 4.05 1. Installing Adobe Acrobat Reader 4.05 If you already have Adobe Acrobat Reader installed on your computer, please ensure that it is version 4.05 and that it is Adobe Acrobat

More information

IT Services Financial Services. IT Services Financial Services.

IT Services Financial Services. IT Services Financial Services. eledgers IT Services Financial Services IT Services Financial Services http://finserv.uchicago.edu Table of Contents Logging into eledgers... 3 17BThe eledgers Workspace... 4 Basic Search using Custom

More information

DocumentDirect for the Internet. User s Guide

DocumentDirect for the Internet. User s Guide DocumentDirect for the Internet User s Guide Copyright 2008-2015 UMB Financial Corporation. (External) Version 3.0 07012015 FINAL July 2015 UMB Reg. U.S. Pat. & Tm. Off. Table of Contents iii Contents

More information

Enrollment Operator Guide. Avigilon Access Control Manager System Version

Enrollment Operator Guide. Avigilon Access Control Manager System Version Enrollment Operator Guide Avigilon Access Control Manager System Version 5.12.0 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER, ACM, and ACM VERIFY

More information

BDM s Annotation User Guide

BDM s Annotation User Guide ETS :Foothill De Anza CC District April 17, 2014 1 BDM s Annotation User Guide Users with Read/Write access can annotate (markup) documents if they retrieve the document using Microsoft s Internet Explorer

More information

Add notes to a document

Add notes to a document Add notes to a document WX and AX Add notes to a document ApplicationXtender Web Access (WX) and ApplicationXtender Document Manager (AX) In ApplicationXtender, you can mark up a document using the annotation

More information

Merrill DataSite User Guide

Merrill DataSite User Guide Merrill DataSite User Guide 1 CONTENTS Logging On 2 Logging On 2 Forgot Password? 2 Merrill Technical Support 4 Preferences 5 Change Password 5 Email Alerts 6 My Profile 7 Index 8 Favorites 9 Fileroom

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

New Mexico State University. Financial Systems Administration - RMR BDMS Scan/Load and Indexing

New Mexico State University. Financial Systems Administration - RMR BDMS Scan/Load and Indexing New Mexico State University Financial Systems Administration - RMR BDMS Scan/Load and Indexing November 11, 2016 Blank Page Table of Contents Business Rules... 1 Terminology... 2 Synchronizing Banner Security

More information

Self Help Guide to SPIN. World's Largest Database of Sponsored Funding Opportunities.

Self Help Guide to SPIN. World's Largest Database of Sponsored Funding Opportunities. Self Help Guide to SPIN World's Largest Database of Sponsored Funding Opportunities http://www.geneseo.edu/sponsored_research SPIN SEARCHABLE DATABASE MANUAL SPIN is an extensive research funding opportunity

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

AVID Reports. User Manager

AVID Reports. User Manager AVID Reports User Manager Table of Contents Overview... 3 User Manager Features... 4 Application Toolbar...4 Add New User...4 Export to Excel...4 Help...4 User Account List...4 Sorting...4 Editing...4

More information

eledgers Javaclient IT Services Financial Services

eledgers Javaclient IT Services Financial Services eledgers Javaclient IT Services Financial Services IT Services Financial Services http://finserv.uchicago.edu Table of Contents Logging into eledgers... 3 The eledgers Workspace... 4 Basic Search using

More information

Chapter 5 Retrieving Documents

Chapter 5 Retrieving Documents Chapter 5 Retrieving Documents Each time a document is added to ApplicationXtender Web Access, index information is added to identify the document. This index information is used for document retrieval.

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

Insight: Measurement Tool. User Guide

Insight: Measurement Tool. User Guide OMERO Beta v2.2: Measurement Tool User Guide - 1 - October 2007 Insight: Measurement Tool User Guide Open Microscopy Environment: http://www.openmicroscopy.org OMERO Beta v2.2: Measurement Tool User Guide

More information

What will I learn today?

What will I learn today? What will I learn today? CNG Safe Hierarchy Dashboard Customize Your View Toolbars and Buttons CNG Speed Bar What can We Do with a CNG Document So Many Ways to Search in CNG Sorting How to File in CNG

More information

Quick & Simple Imaging. User Guide

Quick & Simple Imaging. User Guide Quick & Simple Imaging User Guide The Quick & Simple Imaging software package provides the user with a quick and simple way to search and find their documents, then view, print, add notes, or even e- mail

More information

OvidSP Quick Reference Guide

OvidSP Quick Reference Guide OvidSP Quick Reference Guide Select Resources On the Select a Database to Begin Searching page, select one resource by clicking on the database name link, or select several resources by clicking the checkbox

More information

Vizit Pro User Manual

Vizit Pro User Manual Vizit Pro User Manual 1 Table of Contents Vizit Pro User Manual... 1 Using Vizit Pro... 3 The Vizit Pro User Interface... 3 Toolbars... 4 File Tab Toolbar... 4 Edit Tab Toolbar... 5 Annotations Tab Toolbar...

More information

User Guide. Product: GreenFolders. Version: 3.8

User Guide. Product: GreenFolders. Version: 3.8 User Guide Product: GreenFolders Version: 3.8 Release Date: October 2014 GreenFolders 3.8 User Guide Introduction Table of Contents 1 Introduction... 6 2 General Information... 7 2.1 Login Procedure...

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

What will I learn today?

What will I learn today? What will I learn today? What s New My Old Adobe did it this way Navigation Pane Tools Pane Comments Pane Share Pane Using Action Wizard Comparing PDF Documents Insert Pages Delete Pages Replace Pages

More information

Manual for Scanfile Retrieval Version 9

Manual for Scanfile Retrieval Version 9 ScanFile User Guide Disclaimer Manual for Scanfile Retrieval Version 9 Introduction & Configuration Welcome to ScanFile Page 1 ScanFile User Guide Disclaimer Disclaimer Spielberg Solutions GmbH makes no

More information

DOCUMENT IMAGING REFERENCE GUIDE

DOCUMENT IMAGING REFERENCE GUIDE January 25, 2017 DOCUMENT IMAGING REFERENCE GUIDE AppXtender Web Access version 7 Kent State University Division of Information Services AppXtender Web Access Help: For questions regarding AppXtender Web

More information

Using IPACS Webserver:

Using IPACS Webserver: Using IPACS Webserver: Logging On: The IPACS Webserver can be accessed from any PC with internet connectivity. 1. Open Internet Explorer or your internet service provider. 2. Type the IPACS web address

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

eopf Tips & Techniques

eopf Tips & Techniques Search, View, Print, and Save Documents Using My eopf Introduction Your electronic Official Personnel Folder, or eopf, manages all of your personnel documents, organized by virtual folders. The Permanent

More information

Welcome to Cumulus Sites the easy to-use website portal of Cumulus that offers fast

Welcome to Cumulus Sites the easy to-use website portal of Cumulus that offers fast Welcome to Cumulus Sites the easy to-use website portal of Cumulus that offers fast file access and secure file distribution to anyone on the Web. Anyone can be allowed to self-serve access to a public

More information

dtsearch Desktop dtsearch Network

dtsearch Desktop dtsearch Network dtsearch Desktop dtsearch Network Version 7 Copyright 1991-2017 dtsearch Corp. www.dtsearch.com SALES 1-800-483-4637 (301) 263-0731 Fax (301) 263-0781 sales@dtsearch.com TECHNICAL (301) 263-0731 tech@dtsearch.com

More information

Preferences Table of Contents

Preferences Table of Contents Preferences Table of Contents My Profile... 2 Quick Profile Maintenance... 2 My Names... 3 My Addresses... 3 My E-Mail Addresses... 4 Personal Photo and Logo Maintenance... 4 My Documents... 6 My Phone

More information

Munis. Using Munis Version For more information, visit

Munis. Using Munis Version For more information, visit Munis Using Munis Version 10.1 For more information, visit www.tylertech.com. TABLE OF CONTENTS Using Munis... 3 Permissions and Security... 3 Munis Menus... 3 Standard Screen Features... 4 Help, Settings,

More information

Morningstar Advisor Workstation SM Research QuickTips

Morningstar Advisor Workstation SM Research QuickTips Launch Morningstar Advisor Workstation Launch your Internet browser and go to www.morningstaradvisor.ca In the MorningstarAdvisor.ca tool bar, click Workstation. The Advisor Workstation launches in a separate

More information

Add notes to a document

Add notes to a document Add notes to a document WX and AX Add notes to a document Web Access (WX) and Document Manager (AX) In, you can mark up a document using the annotation toolbar. With these tools, you are able to add typewritten

More information

DOCQMANAGE FOR MMES LOGGING IN TO DOCQMANAGE VIEWING DICTATORS AND DOCQMANAGE USERS LOGGING OUT OF DOCQMANAGE CHANGING YOUR PASSWORD

DOCQMANAGE FOR MMES LOGGING IN TO DOCQMANAGE VIEWING DICTATORS AND DOCQMANAGE USERS LOGGING OUT OF DOCQMANAGE CHANGING YOUR PASSWORD LOGGING IN TO DOCQMANAGE 1. Double-click the DocQmanage icon on the desktop. If you do not have the icon on your desktop, connect to the Internet, launch Internet Explorer, and navigate to DocQmanage at

More information

IntraMaps End User Manual

IntraMaps End User Manual IntraMaps End User Manual For IntraMaps Version 8 Date: 6 th July 2014 Contents Introduction... 4 What is IntraMaps?... 4 Application... 5 Main Toolbar... 6 View... 7 Original View:... 7 Pan:... 7 Zoom

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Secure MaxMarkup

Secure MaxMarkup Secure MaxMarkup 4.0 MaxMarkup contains many enhancements over the MaxTakeoff and Secure MaxReader levels of MaxView, such as enhanced document viewing, enhanced markup and annotation tools, layers and

More information

Invoice Approval Guide

Invoice Approval Guide Invoice Approval Guide Contents Reviewing Invoices... 2 Changing the # Records that Display... 3 Annotating Invoices... 4 Using and Creating Views... 5 Using Views... 5 Creating Views... 6 Annotation Taskbar

More information

Searching Guide. September 16, Version 9.3

Searching Guide. September 16, Version 9.3 Searching Guide September 16, 2016 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

User Guide. For Questions, contact: Susan Wheeler

User Guide. For Questions, contact: Susan Wheeler User Guide For Questions, contact: Susan Wheeler Susan@streamlineimaging.com 503-244-2333 Table of Contents Main Doc Review Layout 2 Core Review Interface Layout 3 Related Items Pane (Family Docs, Duplicates,

More information

CSSN Scanshell.Net USER GUIDE

CSSN Scanshell.Net USER GUIDE CSSN Scanshell.Net USER GUIDE Version 1.0.3, 2005 This publication contains proprietary information of the Card Scanning Solutions Company, provided for customer use only. No other uses are authorized

More information

vbound User Guide vbound User Guide Version Revised: 10/10/2017

vbound User Guide vbound User Guide Version Revised: 10/10/2017 vbound User Guide Version 4.1.1 Revised: 10/10/2017 Copyright 2014-2017 FFL Solutions Inc. Page 1 of 87 Table of Contents Using vbound...5 Starting vbound... 5 Bound Book List... 6 vbound Ribbon Menu...

More information

FaxFinder Fax Servers

FaxFinder Fax Servers FaxFinder Fax Servers Models: FF130 FF230 FF430 FF830 Client User Guide FaxFinder Client User Guide Fax Client Software for FaxFinder Series PN S000460B, Version B Copyright This publication may not be

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

How to: use Relativity s Document Viewer Mode

How to: use Relativity s Document Viewer Mode How to: use Relativity s Document Viewer Mode This document will walk you through each option of the Document View Selector shown in Figure 1. Clicking on a document in your Document list window launches

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

Managing Your Reminders and Contact History in Contact Manager

Managing Your Reminders and Contact History in Contact Manager Managing Your Reminders and Contact History in Contact Manager Copyright 2016 TABLE OF CONTENTS Unit 1: Finding an Account in Contact Manager 1 Using the Incremental Search Tool 1 Using the Navigation

More information

The MAXQDA Stats Data Editor

The MAXQDA Stats Data Editor The Data Editor The Data Editor The MAXQDA Stats Data Editor displays the cases in the rows and the variables in the columns. Each case is therefore in a separate line. The following figure shows the Data

More information

Mn/DOT MnCMAT Crash Analysis Application Help

Mn/DOT MnCMAT Crash Analysis Application Help Mn/DOT MnCMAT Crash Analysis Application Contents Login... 5 User Login Dialog... 5 Login... 5 Request Access Dialog... 5 Forgotten Password Dialog... 6 Create/Open Project... 7 Create/Open Project Dialog...

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

ApplicationXtender 8 Version 16.3 User Guide. How to Search, Retrieve, & Index Documents With ApplicationXtender Web Access

ApplicationXtender 8 Version 16.3 User Guide. How to Search, Retrieve, & Index Documents With ApplicationXtender Web Access ApplicationXtender 8 Version 16.3 User Guide How to Search, Retrieve, & Index Documents With ApplicationXtender Web Access ApplicationXtender 8 Version 16.3 Table of Contents Chapter 1: Introduction...

More information

File Magic 5 Series. The power to share information PRODUCT OVERVIEW. Revised June 2003

File Magic 5 Series. The power to share information PRODUCT OVERVIEW. Revised June 2003 File Magic 5 Series The power to share information PRODUCT OVERVIEW Revised June 2003 Copyrights, Legal Notices, Trademarks and Servicemarks Copyright 2003 Westbrook Technologies Incorporated. All rights

More information

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out.

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out. Navigate Around the Map Interactive maps provide many choices for displaying information, searching for more details, and moving around the map. Most navigation uses the mouse, but at times you may also

More information

Access and Identity Management (AIM) User Guide

Access and Identity Management (AIM) User Guide Access and Identity Management (AIM) User Guide Document REVISION HISTORY VERSION NO. (Must match header) DATE REVISED BY DESCRIPTION 1.0 7/16/13 RMadrigal Initial document created 1.1 8/29/13 RMadrigal

More information

Parish IQ User Guide

Parish IQ User Guide 2 Parish IQ User Guide Pub 109R2, January 2010 for use with ParishSOFT Applications for Parishes Version 3.7.12 and later 825 Victors Way Suite 200 Ann Arbor, MI 48108-2830 Web: www.parishsoft.com Email:

More information

IMAGE VIEWER. Following is the explanation of different settings and features: Page. First Page

IMAGE VIEWER. Following is the explanation of different settings and features: Page. First Page IMAGE VIEWER All scanned and or imported documents can be seen in Image Viewer. SequelMed image viewer is a powerful viewer where you can manipulate scanned documents. It has basic features starting from

More information

Xtender. Browse Only Reference Guide. Page 1 18

Xtender. Browse Only Reference Guide. Page 1 18 Xtender Browse Only Reference Guide Page 1 18 TABLE OF CONTENTS OVERVIEW... 3 HOW TO GAIN ACCESS...3 Key Terms... 4 How to Get Started... 4 Xtender Home Page... 4 Retrieve a Record in a Folder... 4 HOW

More information

CCH INCORPORATED 05/03

CCH INCORPORATED 05/03 Button Bar Main Menu Return to the main tab level of the current library without deselecting your targets Preferences Set preferences for searching, document display, and other functions Citation Search

More information

Page Delivery Service User Guide

Page Delivery Service User Guide Harvard University Library Office for Information Systems Page Delivery Service User Guide The Page Delivery Service (PDS) delivers to a web browser scanned page images of books, diaries, reports, journals

More information

Manual. empower charts 6.4

Manual. empower charts 6.4 Manual empower charts 6.4 Contents 1 Introduction... 1 2 Installation, updates and troubleshooting... 1 2.1 System requirements... 1 2.2 Initial installation... 1 2.3 Installation of an update... 1 2.4

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

User Guide. v7.5. September 4, For the most recent version of this document, visit kcura's Documentation Site.

User Guide. v7.5. September 4, For the most recent version of this document, visit kcura's Documentation Site. User Guide v7.5 September 4, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 User guide overview 4 2 Relativity objects 4 3 Workspace 6 3.1 Workspaces

More information

RooDocs Quick Reference Guide

RooDocs Quick Reference Guide RooDocs Quick Reference Guide Welcome to RooDocs, the web-based application that gives the user, via the Internet, the ability to store and retrieve electronically archived documents from anywhere in the

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

User s Guide

User s Guide User s Guide 03.28.2017 Accessing Pathfinder Edge Pathfinder Edge can be accessed from anywhere you have an internet connection and a web browser. To ensure the best performance, we recommend using Pathfinder

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

PCC Local File Viewer User Guide. Version /23/2015 Copyright 2015

PCC Local File Viewer User Guide. Version /23/2015 Copyright 2015 PCC Local File Viewer User Guide Version 1.0 01/23/2015 Copyright 2015 Table of Contents PCC Local File Viewer User Guide... 1 Table of Contents... 2 1 - Introduction... 3 2 - Choosing File Associations...

More information

Ringtail Basics. Quick Start Guide

Ringtail Basics. Quick Start Guide Ringtail Basics Quick Start Guide Ringtail 8 brings a new level of simplicity, ease of use, and efficiency to document review. The following pages walk through scenarios, based on common tasks, to show

More information

Service Minder Plus Features/Helpful Hints

Service Minder Plus Features/Helpful Hints Service Minder Plus Features/Helpful Hints This manual covers helpful hints and use of features. Note: These items will be addressed during the training sessions. This document is meant to be used as an

More information

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.2 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 31. This

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section...

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section... / / / Page 0 Contents Installation, updates & troubleshooting... 1 1.1 System requirements... 2 1.2 Initial installation... 2 1.3 Installation of an update... 2 1.4 Troubleshooting... 2 empower charts...

More information

User Documentation. Administrator Manual.

User Documentation. Administrator Manual. User Documentation Administrator Manual Proposal Software 1140 US Highway 287, Suite 400-102 Broomfield, CO 80020 USA Tel: 203.604.6597 www.proposalsoftware.com Table of Contents Open the WebPro Viewer...

More information

U.S. Pharmacopeia Pharmacopeial Forum. USP-PF Online Quick Start Guide

U.S. Pharmacopeia Pharmacopeial Forum. USP-PF Online Quick Start Guide U.S. Pharmacopeia Pharmacopeial Forum USP-PF Online Quick Start Guide Contents GETTING STARTED... 2 Document Conventions... 2 Technical Requirements... 2 LOGIN AND LOGOFF... 2 Logging On... 3 Logging Off...

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

PCB List Panel. Contents

PCB List Panel. Contents PCB List Panel Contents Function Content and Use Defining Panel Display Scope Working with Filtered Objects Displaying Workspace Selection Displaying Filtering Results Using the Panel to Select Objects

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

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

1. Click at the top-left hand corner of the screen.

1. Click at the top-left hand corner of the screen. SEARCH GUIDE Through this guide you will learn how to use the Search module of Documents Online and its advanced searching capabilities to find official WTO documents. The Search module can be accessed

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

FaxCenter User Guide. For AccuRoute v5.0

FaxCenter User Guide. For AccuRoute v5.0 FaxCenter User Guide For AccuRoute v5.0 December 2014 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: 800-886-7845 Fax: 978-659-1300 Omtool Europe 25 Southampton Buildings London WC2A 1AL United

More information

Adobe Acrobat Basics

Adobe Acrobat Basics Adobe Acrobat Basics Email: training@vpha.ufl.edu Web Site: http://training.health.ufl.edu Table of Contents What is Adobe Acrobat?...1 Why would you use it?...1 Where do you get it?...1 PDF Maker (Acrobat

More information

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.3 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 33. This

More information

Adobe Acrobat DC for Legal Professionals - Quick Reference Guide

Adobe Acrobat DC for Legal Professionals - Quick Reference Guide Adobe Acrobat DC for Legal Professionals - Quick Reference Guide Adobe Acrobat is an important tool in the legal field giving you the ability to create, view, and edit PDF (portable document format) documents.

More information

User Guide. NAPIS State Reporting Tool (SRT) Product Overview SRT v2.5

User Guide. NAPIS State Reporting Tool (SRT) Product Overview SRT v2.5 User Guide NAPIS State Reporting Tool (SRT) Product Overview SRT v2.5 U.S. Administration for Community Living Office of Performance Evaluation 330 C St SW Washington, DC 20201 NAPIS Web site: www.aoadatacommunity.us

More information

File Cabinet Manager

File Cabinet Manager Tool Box File Cabinet Manager Java File Cabinet Manager Password Protection Website Statistics Image Tool Image Tool - Resize Image Tool - Crop Image Tool - Transparent Form Processor Manager Form Processor

More information

Code X Digital User s Guide

Code X Digital User s Guide Code X Digital User s Guide PDF0531 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents Introduction... 4 Code X Digital and Scholastic Achievement Manager... 5 Enrolling Students and

More information