PdfMerge Class

The PdfMerge class provides functionality to merge multiple PDF files or streams into a single PDF document

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.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 Controls if the merged PDF is flattened. By default this property is false
PdfMergeInfo This property provides details about the total number of pages produced and the number of pages from each merged document
Properties Controls the title, subject, keywords, author and the creation date of the PDF document
Security The object exposed by this property can be used to password protect the PDF document, disable printing, copying or editing of the PDF document
Viewer Controls the PDF viewer preferences

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)
SaveToFile Merges the PDFs and saves the result to a file
SaveToMemory Merges the PDFs and saves the result to a memory buffer
ToString
(Inherited from Object)

See Also