Search Results for

    Show / Hide Table of Contents

    Interface IPdfMergeService

    Merge pdf service

    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface IPdfMergeService

    Methods

    | Improve this Doc View Source

    Merge(IList<Byte[]>, MergeOption)

    Merge pdfs and return a single pdf file

    Declaration
    byte[] Merge(IList<byte[]> pdfs, MergeOption options = null)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Byte[]> pdfs

    List of pdfs

    MergeOption options

    Pdf merge options

    Returns
    Type Description
    System.Byte[]

    Merged pdf

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx