Hello,
When scanning a stack of documents, all documents are scanned into one PDF file. Is there a way to create a unique PDF for each document scanned?
Thank you
Blake Mertens
WorkCentre 7775
this is only possible with single page tiff...
you need some extra scanner software for this like scanflowstore, but this is not free of charge
public static void SaveDocumentFile(REDocument document, string filePath);
public static void SaveDocumentFile(BaseImage image, string filePath, BaseEncoder enc);
public static void SaveDocumentFile(List<BaseImage> images, string filePath, BaseEncoder enc);
public static void SaveDocumentFile(REDocument document, string filePath, BaseEncoder enc);