TnsPostProcess

Overview

The TnsPostProcess is used to gather individual document data and merge it into a singled combined PDF document.


{
request	PostProcessIn {
                documentSet	
                PostProcessDocumentSet {
                    documents	
                            [
                            nullable: true
                            List of documents for request

                            PostProcessDocument {                                {
                            description: Defines the documents for post process operations

                            documentID	string    
                                            nullable: true
                                            Defines the id of the document

                            data	PostProcessData {
                                            base64	string
                                            nullable: true
                                            Base64 data

                                        }
                            }]
                    ancillaryOutput	
                            [
                            nullable: true
                            Operation to perform

                            PostProcessAncillaryOutputOption {        
                                outputType*	PostProcessAncillaryOutputTypeEnum PostProcessAncillaryOutputTypeEnum string
                                Gets or Sets AncillaryOutputTypeEnum

                            Enum:
                            [ PdfMerge ]
            }]
}
}