PdfMerge Class

The PdfMerge class provides functionality to merge multiple PDF files or streams into a single PDF document. It supports adding password protected PDFs, preserving bookmarks, annotations and internal links from the source files

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class PdfMerge
Inheritance
Object    PdfMerge

Constructors

PdfMerge The default constructor

Properties

DigitalSignature The digital signature to apply to generated PDF document
FlattenMergedPdf A flag indicating if the merged PDF is flattened. The default value is false
PdfDocumentInfo Gets a reference to the object to controlling the generated PDF document information like the document title, author, subject or creation date
PdfMergeInfo This property provides details about the total number of pages produced and the number of pages from each merged document
PdfSecurityOptions Gets a reference to the object to controlling the generated PDF document security settings like user and owner password, restrict printing or editing of the generated PDF document
PdfViewerPreferences Gets a reference to the object controlling how the generated PDF is displayed by a PDF viewer

Methods

AddPdf(Byte, String) Adds a PDF from a memory buffer
AddPdf(String, String) Adds a PDF from a file
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Save Merges the PDFs and saves the result to a memory buffer
SaveToFile Merges the PDFs and saves the result to a file
ToString
(Inherited from Object)

See Also