Component API Documentation Image-Master Data Conversion Module (FJHINP1.EXE)

Overview

July 2013 - Version 2.2 A command-line API has been exposed to permit simplified export of an Image-Master serialized document into either a monolithic multi-page TIF or PDF file.

NOTE: FJHINP1 used from the command line is a pass-forward program only. No status is returned to the caller concerning the results of the operation. When used in this way, FJHINP1 terminates from memory as soon as all of the required tasks have been completed, except in cases where a critical error in inter-application communications has occurred.

Usage

FJHINP1 WRITEFILE,,     {output TIF or PDF path\filename to create},{input path to Image-Master document (NPATH)},{filename prefix (5-character NFILE)},{filename suffix (NFEXT)},{number of pages to export (NPAGES)}

{output TIF or PDF path\filename to create} = the path and complete filename of the desired TIF or Adobe Acrobat PDF file. Note: If the file does not exist it will be created. If the file does exist, the pages from the documents will be APPENDED to the pages already in the file!

{input path to Image-Master document} = the path to the source document (typically derived from the NPATH field)

{input filename prefix (5-character)} = the filename prefix of the source document (typically derived from the NFILE field)

{input filename suffix} = the file extension of the source document (typically derived from the NFEXT field)

{the number of pages to export} = the number of pages to export (typically derived from the NPAGES field)

NOTE: If the output TIF or PDF file does not exist it will be created. If the file does exist, the pages from the documents will be appended to the pages already in the file! Therefore, FJHINP1, WRITEFILE can be executed multiple times to build a composite output file composed of multiple individual queries.


Related Topics

Introduction Image-Master Third-Party Integration