Click or drag to resize

MergePdf Class

This class offers the necessary interfaces to merge PDF files and streams
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorMergePdf

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public class MergePdf

The MergePdf type exposes the following members.

Constructors
 NameDescription
Public methodMergePdf 
Top
Methods
 NameDescription
Public methodStatic memberMerge(Stream, Stream) Merges the specified PDF streams into a PDF stream.
Public methodStatic memberMerge(String, String) Merges the specified PDF files into a PDF file on disk.
Top
See Also