<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

IImageConverter

public interface IImageConverter
Represents an abstract object to convert images to their multi-page representation.
void ConvertImagesToMultiPagePdf(IEnumerable<string> inputFiles, string outputFile)

Converts the collection of images to their multi-page PDF representation.

void ConvertTiffsToMultiPageTiff(IEnumerable<string> inputFiles, string outputFile)

Converts the collection of TIFF images to their multi-page representation.

int GetPdfPageCount(string file)

Gets the number of pages contained within a single PDF file.

int GetTiffImageCount(string file)

Gets the number of images contained within a single TIFF image.