IMerger

IMerger interface

Interface for the main class that controls the document merging process.

public interface IMerger

Methods

Name Description
AddPassword(IAddPasswordOptions) Protects document with password.
ChangeOrientation(IOrientationOptions) Applies a new orientation mode for the specified pages.
ExtractPages(IExtractOptions) Makes a new document with some pages from the source document.
ImportDocument(IImportDocumentOptions) Imports the document as attachment or embedded via Ole.
Join(Stream) Joins the documents into one single document.
Join(string) Joins the documents into one single document.
Join(Stream, IImageJoinOptions) Joins the documents into one single document.
Join(Stream, IJoinOptions) Joins the documents into one single document.
Join(Stream, IPageJoinOptions) Joins the documents into one single document.
Join(string, IImageJoinOptions) Joins the documents into one single document.
Join(string, IJoinOptions) Joins the documents into one single document.
Join(string, IPageJoinOptions) Joins the documents into one single document.
MovePage(IMoveOptions) Moves page to a new position within document of known format.
RemovePages(IRemoveOptions) Removes pages from document of known format.
RemovePassword() Removes password from document.
RotatePages(IRotateOptions) Rotate pages of the document.
Save(Stream) Saves the result document to the stream document.
Save(string) Saves the result document file to filePath.
Save(string, bool) Saves the result document file to filePath.
Split(ISplitOptions) Splits the single document to the multiple documents.
Split(ITextSplitOptions) Splits the single document to the multiple documents.
SwapPages(ISwapOptions) Swaps two pages within document of known format.
UpdatePassword(IUpdatePasswordOptions) Updates existing password for document.

See Also