Search Results for

    Show / Hide Table of Contents

    Interface IImageSplitService

    Pdf split service

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

    Methods

    | Improve this Doc View Source

    Split(Byte[], IList<PageNumberRange>)

    Split pdf by page range

    Declaration
    IList<ImageSplitResult> Split(byte[] pdf, IList<PageNumberRange> ranges)
    Parameters
    Type Name Description
    System.Byte[] pdf

    Pdf to split

    System.Collections.Generic.IList<PageNumberRange> ranges

    List of page ranges

    Returns
    Type Description
    System.Collections.Generic.IList<ImageSplitResult>

    List of splitted pdfs

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