Click or drag to resize

PdfMerger Class

Represents a facade class that performs page merging.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FacadesPdfMerger

Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfMerger : IDisposable

The PdfMerger type exposes the following members.

Constructors
 NameDescription
Public methodPdfMerger Initializes a new instance of the PdfMerger class.
Top
Methods
 NameDescription
Public methodAppend(Stream) Appends all pages from a PDF document loaded from the specified stream and with the Default options.
Public methodAppend(String) Appends all pages from a PDF document loaded from a file with the the specified path and with the Default options.
Public methodAppend(Stream, PdfLoadOptions, Int32, Int32) Appends the specified pages from a PDF document loaded from the specified stream and with the specified options.
Public methodAppend(String, PdfLoadOptions, Int32, Int32) Appends the specified pages from a PDF document loaded from a file with the specified path and with the specified options.
Public methodDispose Disposes the resulting PdfDocument associated with this PdfMerger.
Public methodSave(Stream)

Saves the resulting PDF document to the specified stream.

Public methodSave(String)

Saves the resulting PDF document to a file with the specified path.

Top
See Also