Skip to content

Latest commit

 

History

History
161 lines (96 loc) · 1.93 KB

class-and-interface-of-the-pdf-merger-api-f647ef4.md

File metadata and controls

161 lines (96 loc) · 1.93 KB

Class and Interface of the PDF Merger API

Class CL_RSPO_PDF_MERGER uses interface IF_RSPO_PDF_MERGER. Find out which public methods it contains.

The following public methods exist in interface IF_RSPO_PDF_MERGER :

CREATE_INSTANCE (static)

Create an instance of the PDF merger class.

Name

Description

Returning parameter

MERGER_INSTANCE

PDF merger instance: A reference to interface IF_RSPO_PDF_MERGER

ADD_DOCUMENT

Add a PDF document to the list of files that you want to merge.

Name

Description

Importing parameter

DOCUMENT

Data of the PDF document that you want to merge (type XSTRING)

MERGE_DOCUMENTS

Merge all PDF documents into a single PDF file.

Name

Description

Returning parameter

MERGED_DOCUMENT

Data of the merged document (type XSTRING)

Exceptions

CX_RSPO_PDF_MERGER

Exceptions of the PDF merger

Related Information

PDF Merger API