Lexmark X792 Lexmark Document Distributor

Lexmark X792 Manual

Lexmark X792 manual content summary:

  • Lexmark X792 | Lexmark Document Distributor - Page 1
    Document Distributor 4.6.02 SDK Guide October 2011 www.lexmark.com
  • Lexmark X792 | Lexmark Document Distributor - Page 2
    requirements...8 Supported printers...9 Supported ECM platforms...12 Getting support...12 Preparing for development 13 Installing the development environment 13 Manually associating JavaScript files with Eclipse 14 Accessing the Lexmark Document Distributor Script Reference Guide 14 Developing
  • Lexmark X792 | Lexmark Document Distributor - Page 3
    71 Understanding the contents of a component project 71 Including a component in a workflow solution project 72 Troubleshooting 73 Network connection problems occur when installing or updating plug‑ins in Eclipse 73 The Lexmark Solution Development perspective or other features are missing 73
  • Lexmark X792 | Lexmark Document Distributor - Page 4
    objects 73 A properties file updated using revision control does not update 74 LDD system times out when directly exporting a solution 74 The MFP emulator does not run...74 The MFP emulator runs but cannot be discovered in LMC 75 The Backspace and left arrow keys do not work when viewing LMC in
  • Lexmark X792 | Lexmark Document Distributor - Page 5
    with the LDD SDK: • Understanding of LDD 4.x (See the Lexmark Document Distributor Administrator's Guide, available at http://support.lexmark.com) • Basic knowledge of usage and network configuration of Lexmark multifunction printers (MFPs) • Object‑oriented programming basics: - Variables - Arrays
  • Lexmark X792 | Lexmark Document Distributor - Page 6
    Document capture 2 Document processing 3 Document routing 4 Confirmation See the Lexmark Document Distributor Administrator's Guide for more information about each stage. A workflow solution usually provides a new profile, or a type of job a user can initiate, on a device or software client to which
  • Lexmark X792 | Lexmark Document Distributor - Page 7
    ) Workflow control Main processing load LDD system LDD system User prompt support Yes Cached or scheduled job No submission support eSF application integration Yes support Client software solution Hybrid solution Client computer or external Printer application, such as part of an ECM system
  • Lexmark X792 | Lexmark Document Distributor - Page 8
    screen support Yes TestSNS TestHybrid Note: The included source code of the eSF application file can be Hard disk drive space Video Requirement Any of the following: • Windows Server 2008 Standard or Enterprise Edition • Windows Server 2003 Standard or Enterprise Edition with SP2 • Windows
  • Lexmark X792 | Lexmark Document Distributor - Page 9
    jobs support, and security support for these printers with LDD. • On e-Task 2+ and e-Task 3 printers, the following access controls are supported: Remote Management, Create Profiles, and Firmware Updates. LDD supports basic security that requires authentication through a password or a PIN to change
  • Lexmark X792 | Lexmark Document Distributor - Page 10
    Getting started 10 Single‑function printers1 Supported printers e‑Task 2+ printers with a touch screen T656x e‑Task 2 printers without a touch screen • T654x • W850x Supported prompts • ArrayPrompt • AuthenticationPrompt (requires a supported card reader) • BooleanPrompt • CustomVlmlPrompt •
  • Lexmark X792 | Lexmark Document Distributor - Page 11
    : • These printers support Simplified Chinese, firmware level support with LDD, see the Readme file. Supported prompts • ArrayPrompt • BooleanPrompt • IntegerPrompt • ListPrompt • MessagePrompt • PasswordPrompt (supports only numeric PINs) • ArrayPrompt • AuthenticationPrompt (requires a supported
  • Lexmark X792 | Lexmark Document Distributor - Page 12
    ‑in Details in the dialog that appears. LDD SDK plug‑ins list the provider as "Lexmark International Inc." • A ZIP file containing the source files in your solution project • The current .solution file if the problem is with a built solution or installation • The Eclipse error log Note: The Eclipse
  • Lexmark X792 | Lexmark Document Distributor - Page 13
    • For online installation (inside the Lexmark network): a In Eclipse, click Help > Install New Software > Add. b Type http://hyperion.mw.lexmark.com/lddsdk/current/ in the Location field, and then click OK. If the Password Required window appears, enter your user name and password, and then click OK
  • Lexmark X792 | Lexmark Document Distributor - Page 14
    the list. 7 Click OK, and then click OK in the Preferences dialog. Accessing the Lexmark Document Distributor Script Reference Guide 1 In Eclipse SDK, click LDD SDK > Reference Material. 2 On the page that appears, click LDD 4.6 Script Reference for working with LDD 4.6 scripts. The script reference
  • Lexmark X792 | Lexmark Document Distributor - Page 15
    on the confirmation page. • Log all errors regardless of recovery ability, and report them to the user whenever possible. Log non‑fatal errors at the "ERROR" level and fatal errors at the "FATAL" level. • Log potential problems that are not errors at the "WARN" level. • Log only messages that an
  • Lexmark X792 | Lexmark Document Distributor - Page 16
    . The Lexmark Solution Development perspective is opened if another perspective was open before the new project is created. Understanding the contents of a workflow solution project The following folder structure details the contents of a workflow solution project. Some folders may not appear in all
  • Lexmark X792 | Lexmark Document Distributor - Page 17
    specific to a solution that should not be shared with other solutions. target\-This contains the compiled solution after a project build, in addition to associated class files and XML descriptor files. This folder appears only in a new project after the first build. Note: This folder may be deleted
  • Lexmark X792 | Lexmark Document Distributor - Page 18
    modify the contents of scripts in any way. Scripts must be manually converted between different versions. Referencing a workflow solution project 1 appears in Package Explorer. b Click and drag the solution file from the target\install folder of the solution project to be included to the root folder
  • Lexmark X792 | Lexmark Document Distributor - Page 19
    Any warnings generated are shown in the Problems view. Note: If the Problems view does not appear in Eclipse, then see the documentation for Eclipse. To enable JSLint during the build: 1 In Eclipse, click Window > Preferences. 2 In the category list, expand Lexmark, and then select JSLint. 3 Select
  • Lexmark X792 | Lexmark Document Distributor - Page 20
    specific file name. To begin adding a library script, add a blank script in the scripts\ folder. To define the script as a library script, a specific an auto‑configure script that can: • Create a device group. • Add printers to a device group. • Deploy the solution to a device group. • Configure
  • Lexmark X792 | Lexmark Document Distributor - Page 21
    the scripts\ folder of the workflow in the Lexmark preferences to allow printers • sfp_etask-e‑Task single‑function printers • etask2-e‑Task 2 multifunction printers • etask2+-e‑Task 2+ multifunction printers • sfp_etask2-e‑Task 2 single‑function printers • etask3-e‑Task 3 multifunction printers
  • Lexmark X792 | Lexmark Document Distributor - Page 22
    the number of buttons. Standard printer functions • Copy • Fax • Email • Forms • Printer Panel LDD profile • Single Profile List of profiles • Profiles Shortcut • Shortcut Standard functions overridden by profiles • Copy + Profile • Fax + Profile • Email + Profile 1-n The value specifies the
  • Lexmark X792 | Lexmark Document Distributor - Page 23
    printer functions The value specifies the number of buttons on the first page of the home screen. Three subsequent nine‑button pages are included in the layout, providing 27 additional buttons. • Copy • Fax • Email • Ftp • Held Jobs • Search Held Jobs • Held Faxes • Lock Device LDD profile
  • Lexmark X792 | Lexmark Document Distributor - Page 24
    • Copy • Copy Shortcuts • Fax • Fax Shortcuts • Email • Email Shortcuts • Ftp • Ftp Shortcuts • Held Jobs • Search Held Jobs • Held Faxes • Usb Drive • Bookmarks • Jobs by user • Lock Device LDD profile • Single Profile List of profiles • Profiles Shortcut • Shortcut Placeholder for
  • Lexmark X792 | Lexmark Document Distributor - Page 25
    . Three subsequent nine‑button pages are included in the layout, providing 27 additional buttons. • Change Language • Search Held Jobs • Held Jobs • Usb Drive • Bookmarks • Jobs by user • Lock Device LDD profile • Single Profile List of profiles • Profiles Shortcut • Shortcut Placeholder for
  • Lexmark X792 | Lexmark Document Distributor - Page 26
    Jobs by user • Lock Device LDD profile • Single Profile List of profiles • Profiles Shortcut • Shortcut Placeholder for an eSF application installed with the solution • App Reservation Standard functions overridden by profiles • Copy + Profile • Fax + Profile • Email + Profile • Ftp + Profile
  • Lexmark X792 | Lexmark Document Distributor - Page 27
    App Reservation 1-4 Standard printer functions If the value is 1-3, it specifies the number of buttons. If the value is 4, it specifies a four‑page layout of four buttons each, providing 16 total buttons. • Copy • Fax • Email • Ftp • Held Jobs LDD profile • Single Profile Shortcut • Shortcut
  • Lexmark X792 | Lexmark Document Distributor - Page 28
    . Three subsequent nine‑button pages are included in the layout, providing 27 additional buttons. • Change Language • Held Jobs • Search Held Jobs • Usb Drive • Bookmarks • Jobs by user • Lock Device LDD profile • Single Profile List of profiles • Profiles Shortcut • Shortcut Placeholder for
  • Lexmark X792 | Lexmark Document Distributor - Page 29
    >Single Profile TestMFP Test MFP images\\testmfp_up.gif An example file for the home screen on each device class can be found in the \src\solution\welcomescreen folder of
  • Lexmark X792 | Lexmark Document Distributor - Page 30
    page of input data is read Parameters of assigned callback function page-DataPage object containing the data from the page mergeContext the path and file name of the dataset, which can be sent to a printer with a forms card mergeContext.endData After all input data is read None mergeContext.
  • Lexmark X792 | Lexmark Document Distributor - Page 31
    Developing workflow solutions 31 } function myEndDocFunction(fileName) { try { //Actions to take after input from a single form is completed //and the resulting PDF is rendered ... } catch(e) { //Logging and other exception handling ... throw e; } } function myEndDataSetFunction(fileName) { try {
  • Lexmark X792 | Lexmark Document Distributor - Page 32
    , you can choose to print forms using a dataset, an XML list of key‑value pairs that represent input data. Most of the information about the final output form is stored on the forms card, and only the dataset is sent to the printer. Because less data is transferred over the network, use of datasets
  • Lexmark X792 | Lexmark Document Distributor - Page 33
    types of objects specific to development of solutions for Lexmark Document Distributor: top-level objects, prompts, and services. Top-level objects Top-level objects provide global references to the entity that launched the script, including references to the printer, confirmation page, prompts and
  • Lexmark X792 | Lexmark Document Distributor - Page 34
    "Supported printers" on page 9. Services Services are used after document capture for processing and routing documents, as well as providing confirmation of the job to the user. Services may also be used during document capture for processing answers to prompts, such as checking passwords. However
  • Lexmark X792 | Lexmark Document Distributor - Page 35
    group dialog during deployment to a device group • Network share for a specific group (for example, one share for a group of printers in the Accounting Department, one for a group of printers in the Audit Department) • Scan settings • E‑mail address of the manager associated with each group
  • Lexmark X792 | Lexmark Document Distributor - Page 36
    if the minimum value is set to zero. Password Value field Any character Darkness Depth List of predefined darkness values List of predefined color depth settings Values: •0 •1 •2 •3 •4 •5 •6 •7 •8 Values: • Black and White • Grayscale • Color Duplex List of predefined duplex settings Values
  • Lexmark X792 | Lexmark Document Distributor - Page 37
    \ folder of the project in the Package Explorer pane. The Device Policy Editor appears in the Editor pane. To add a new profile, click New, type the key for the new profile, and then click Create. To edit an existing profile, select an item in the Device Profiles list. To delete a profile, select
  • Lexmark X792 | Lexmark Document Distributor - Page 38
    solution is run The shortcut number by which a user can access the profile from the printer Access Control Number The number used to assign access controls specifically to the profile, using one of the Solution 1- 10 settings in the printer Embedded Web Server The following table shows the setting
  • Lexmark X792 | Lexmark Document Distributor - Page 39
    Developing workflow solutions 39 Type Darkness Depth Duplex File Type Media Size Orientation Resolution Available values •0 •1 •2 •3 •4 •5 •6 •7 •8 • Black and White • Grayscale • Color • Simplex • Long Edge Bound • TIFF • JPEG • PDF • PS • Letter • Legal • A4 • B5 • Executive • A5 • Business
  • Lexmark X792 | Lexmark Document Distributor - Page 40
    appears for e‑Task 2 or e‑Task 2+ profile buttons, representing older and newer e‑Task 2 printers, respectively. You can determine which setting to use by matching the preview of the default image longer function, and intervention from Lexmark Professional Services will be required to restore access
  • Lexmark X792 | Lexmark Document Distributor - Page 41
    the solution is deployed. The Solution Status Page is ideal for users with a basic setup who are not experienced with LMC. Additionally, new printers and licenses can be added, and a single Fix button can fix many common problems. The Solution Status Page is particularly suited to less experienced
  • Lexmark X792 | Lexmark Document Distributor - Page 42
    LDD, see the Lexmark Document Distributor Administrator's Guide. Custom reports are added as needed throughout the solution development process. To manage custom reports, double‑click reports.ldd in the src\conf\ folder of the Package Explorer list. The Reports List Editor appears in the Editor pane
  • Lexmark X792 | Lexmark Document Distributor - Page 43
    it from the list, and then click Remove. 8 Click Save. Using the included document processing components Bar code read support The LDD SDK includes two bar code read packages: a premium Windows native package, and a lower‑cost Java package. The following tables compare the details of each package
  • Lexmark X792 | Lexmark Document Distributor - Page 44
    Developing workflow solutions 44 One‑dimensional symbology support Premium package Value package Codabar Yes Yes Code 11 No Yes Code 25 Yes No Code 32 Yes Yes Code 39 Yes Yes Code 39 mod 43 Yes No Code 93 Yes Yes Code 128 Yes Yes EAN 8 Yes Yes EAN 8 + 2 Yes Yes EAN
  • Lexmark X792 | Lexmark Document Distributor - Page 45
    support The LDD SDK includes two bar code write packages: a premium Windows native package, and an open source, Java‑based Barbecue. The following tables compare the details of each package: Features and usage LDD script objects Premium BCWriteClass BCWriteClass.options BarcodeConstant License
  • Lexmark X792 | Lexmark Document Distributor - Page 46
    Barbecue No OCR support Lexmark Document Distributor optionally includes an optical character recognition (OCR) module to retrieve text from scanned documents, enabling them for searching, editing, and indexing. Entire documents, specific pages of documents, or specific areas of pages can be stored
  • Lexmark X792 | Lexmark Document Distributor - Page 47
    , sans‑serif, italic, monospace) • Typewriter‑printed • Dot‑matrix‑printed • ZIP‑code‑style numerals • Hand‑printed text (best performance when in a comb or frame) • OCR‑A • OCR‑B • MICR (E‑13B and CMC‑7) • Gothic Supported input text size 10 points-220 points Default output fonts The following
  • Lexmark X792 | Lexmark Document Distributor - Page 48
    quality-Low resolution or color depth of the scanned image or poor print quality in the scanned document may result in poor‑quality scanned images. • Document alignment-Skewed or slightly rotated documents, such as pages fed through a misaligned automatic document feeder (ADF) may cause difficulty
  • Lexmark X792 | Lexmark Document Distributor - Page 49
    the Lexmark Document Server Port use this service, and eSF applications used in hybrid solutions can use it as well. For an example, see the TestHybrid example templates. Through the Web service, clients can: • Query the system for the profiles available to a client system based on the IP address of
  • Lexmark X792 | Lexmark Document Distributor - Page 50
    • protocol-The protocol used to extract prompt answers from the metadata. The default is webdav. • authId-The client user name • clientIP-The client IP address • deviceGroup-The device group associated with the job • profileName-The profile used for the job • sessionID-The session ID, which must be
  • Lexmark X792 | Lexmark Document Distributor - Page 51
    system to manipulate files on the network and interact with ECM systems on behalf of the user. Notes: • SSL is required to use Kerberos authentication with an LDD system. • The date and time must be correct on the printer, LDD server, and KDC server when using Kerberos authentication. The following
  • Lexmark X792 | Lexmark Document Distributor - Page 52
    printer Lexmark Document Distributor Administrator's Guide. 4 Add the MFP emulator to a device group in LMC, and then discover it. Note: The IP address of the emulator is the IP address of the computer where it is running. This address appears beside Client IP in the MFP Emulator configuration window
  • Lexmark X792 | Lexmark Document Distributor - Page 53
    , or PostScript file to simulate the document to be scanned. 2 Click OK. To assign a default image file to appear in each Scan File dialog, click File > Properties. Saving print jobs Print jobs initiated by a profile are discarded by default. To enable saving print jobs: 1 Make sure you have run the
  • Lexmark X792 | Lexmark Document Distributor - Page 54
    to a device group in LMC, and then discover it. Note: The IP address of the simulator is the IP address of the computer where it is running. This address appears in the Client IP field in the MFP Simulator configuration window. f Deploy the solution and modify the home screen for the device group as
  • Lexmark X792 | Lexmark Document Distributor - Page 55
    to emulate more than 250 printers. basic.bind Determines whether to bind the local IP address to the print listener true for receiving print jobs basic.prompting Indicates to the application whether the profile contains prompts true basic.scanning Indicates to the application whether
  • Lexmark X792 | Lexmark Document Distributor - Page 56
    the folder where image files for scans can be found when None basic.useRandomFileFromDirectory is set to true Advanced (e‑Task 2) prompting properties Property Description Default advanced.promptAnswers A comma‑delimited list of answers to supply for prompts asked None by the profile. If
  • Lexmark X792 | Lexmark Document Distributor - Page 57
    multiple addresses) advanced.profilerunTimeThreshold The time in milliseconds allowed for a profile to run before a 30000 warning message advanced.scanfilesN. advanced.randomFileDirectoryPath Specifies the folder where image files for scans can be found when advanced.useRandomFileFromDirectory
  • Lexmark X792 | Lexmark Document Distributor - Page 58
    the default, which refers to the address Basic prompting properties table.) range set for the overall test, should usually remain set. basic.pj.output The folder in which simulated print The /Profiles/CurrentTestProfile/conf/dat jobs should be saved a/PrintJobs folder where the MFP emulator
  • Lexmark X792 | Lexmark Document Distributor - Page 59
    . The default, Basic prompting properties table.) which refers to the address range set for the overall test, should usually remain set. advanced.pj.output The folder where The /Profiles/CurrentTestProfile/conf/data/P simulated print jobs should rintJobs folder where the MFP emulator and
  • Lexmark X792 | Lexmark Document Distributor - Page 60
    simulated scan task * The delay properties are useful in simulating real‑world delays where user input Task) scheduled task properties Property Description Default basic.pauseCronExp A CRON expression that determines the interval at which a new printer is None added to the test basic.
  • Lexmark X792 | Lexmark Document Distributor - Page 61
    a comma‑delimited list of answers to supply for prompts asked by the profile in the setting basic.promptAnswers (for e‑Task printers) or advanced.promptAnswers (for e‑Task 2 printers). If the setting is left blank, then the default response is used for all prompts. The delimiter for the list may be
  • Lexmark X792 | Lexmark Document Distributor - Page 62
    Track1Raw=%B444 4555566667777^USER/JOEQ^09051010000000000 000000000000000000416000000?: false true Copy [DEFAULT] only N/A CopyUI [DEFAULT] only N/A Custom VLML [DEFAULT] only N/A Email [DEFAULT] only N/A EmailUI [DEFAULT] only N/A Fax [DEFAULT] only N/A FaxUI [DEFAULT] only N/A
  • Lexmark X792 | Lexmark Document Distributor - Page 63
    deploying workflow solutions 63 Prompt type Image boolean Image list Image message Integer List Message Numeric Password Scan ScanUI String Valid answer values true false Zero‑based array index [DEFAULT] only Numeric integer Zero‑based array index [DEFAULT] only Numeric integer Text string None
  • Lexmark X792 | Lexmark Document Distributor - Page 64
    that did not complete successfully. • Name-This is the name of the test, which includes the test profile name; Advanced for e‑Task 2 or Basic for e‑Task. • PausedMfps-This is the number of paused MFPs. • RunCount-This is the total number of completed tests. • StartTime-This is the date and time when
  • Lexmark X792 | Lexmark Document Distributor - Page 65
    MFP > Performance Simulator. If you have not installed the MFP emulator and performance simulator, then follow the instructions on the computer screen. 3 From the MFP Simulator configuration window used • Some image processing • Printing • Extensive image processing • Bar codes • External processes
  • Lexmark X792 | Lexmark Document Distributor - Page 66
    the Lexmark folder, and then select Deploy to LDD 4.3+ Server. 5 Click Next. 6 If the server has not been accessed from Eclipse before, then do the following: a Select Deploy to new LDD System. b Type either the host name or IP address of the load balancer. c Type the user name and password used
  • Lexmark X792 | Lexmark Document Distributor - Page 67
    Lexmark Solutions Application Server from the Windows Services control panel. Note: When you restart the Lexmark Solutions Application Server service, any solution‑related file in the \Lexmark \Solutions\apps\wf-ldss\ or \Lexmark Click Install/Upgrade. e In the window that appears, type a path to a
  • Lexmark X792 | Lexmark Document Distributor - Page 68
    text editor, copy it, and then paste it into the Password field. 5 If necessary, select the release (LDD version) of the targeted server system. 6 Click Add. If authentication with the server system is successful, then the host name or IP address appears in the list. • Edit settings for an existing
  • Lexmark X792 | Lexmark Document Distributor - Page 69
    the project in the workspace Example: C:/workspace/TestMFP • working_folder_path-The full path of the working folder you created in step 1 Command example: java ‑jar com.lexmark.lddsdk.sbt44_1.0.0.v20081027-1303.jar C:/workspace/TestMFP C:/solutionfolder/js‑1.6R1.jar After a successful build, a new
  • Lexmark X792 | Lexmark Document Distributor - Page 70
    automatically logged to the confirmation page when called. Use com.lexmark.workflow.framework.annotation.ConfirmBeanMethodLoggingOverride to hide methods or arguments that should not appear in the confirmation page, such as passwords: - To prevent a method from appearing at all on the confirmation
  • Lexmark X792 | Lexmark Document Distributor - Page 71
    Lexmark Solution Development perspective is opened if another perspective is open before the new project is created. Understanding the contents of a component project The following folder structure details the contents of a component project. Some folders may not appear images\-This contains images
  • Lexmark X792 | Lexmark Document Distributor - Page 72
    class files, XML descriptor files, and copies of script files from the time of the build. This folder only appears in a new project after the first build. Note: This folder may be deleted to ensure a clean build. component\-This contains the XML descriptor of the component project. platform\-This
  • Lexmark X792 | Lexmark Document Distributor - Page 73
    73 Troubleshooting Network connection problems occur when installing or updating plug‑ins in Eclipse If you connect to the Internet through a proxy, then make sure the proxy connection is set up correctly in Eclipse. For more information, see"Installing the development environment" on page 13
  • Lexmark X792 | Lexmark Document Distributor - Page 74
    is closed, which prevents a new session from running correctly. Restart the MFP emulator: 1 Make sure the MFP Emulator window is closed. 2 Right‑click the taskbar, and then click Task Manager. 3 Click the Processes tab. 4 If java.exe appears in the list of processes, then do the following: a Select
  • Lexmark X792 | Lexmark Document Distributor - Page 75
    Troubleshooting 75 The MFP emulator runs but cannot be discovered in LMC The SNMP Windows service in Windows Server 2003 may cause a conflict with the MFP emulator. If the SNMP service is running, then the MFP emulator appears to run normally, but it cannot be discovered in LMC. 1 Close the MFP
  • Lexmark X792 | Lexmark Document Distributor - Page 76
    inconsistent with local law: LEXMARK INTERNATIONAL, typographical errors. services, except those expressly designated by the manufacturer, are the user's responsibility. For Lexmark technical support, visit support.lexmark.com. For information on supplies and downloads, visit www.lexmark UNITED STATES
  • Lexmark X792 | Lexmark Document Distributor - Page 77
    met: 1 Redistributions of source code must retain the above copyright distribution. 3 The end-user documentation included with the nor may "Apache" or "Jakarta- Oro" appear in their name, without prior written permission of the TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  • Lexmark X792 | Lexmark Document Distributor - Page 78
    communication on electronic mailing lists, source code control systems, and issue tracking systems that to sell, sell, import, and otherwise transfer the Work, where such license applies only Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for
  • Lexmark X792 | Lexmark Document Distributor - Page 79
    to use the trade names, trademarks, service marks, or product names of the a fee for, acceptance of support, warranty, indemnity, or other purpose be included on the same "printed page" as the copyright notice for easier specific language governing permissions and limitations under the License.
  • Lexmark X792 | Lexmark Document Distributor - Page 80
    Reference Guide 14 accessing the MFP code quality with JSLint 19 F FileNet 12 forms merge scripts printing forms on printers with forms cards 32 scripting for different stages of a forms merge 29 using 29 using the PrintClass service with forms merge scripts 32 formsets managing 42 G getting support
  • Lexmark X792 | Lexmark Document Distributor - Page 81
    53 printers supported 9 printing forms on printers with forms cards 32 profile scripts 19 projects contents of a component project 71 prompts overview 33 properties, solutions editing 18 R realm 51 referencing a workflow solution project 18 reports managing custom reports 42 restarting the Lexmark
  • Lexmark X792 | Lexmark Document Distributor - Page 82
    to prompts 61 single‑function printers supported by LDD 9 software development kit 8 solution determining single‑server Lexmark Solution Development perspective or other features are missing 73 MFP emulator cannot be discovered in LMC 75 MFP emulator does not run 74 network connection problems
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82

Document Distributor 4.6.02
SDK Guide
October 2011
www.lexmark.com