Moderators:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
Forum rules DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
I'm using the code below in Delphi to scan a document. This code launches the scanner in which the pages are pulled through the scanner. But I have two issues:
First, with the code below I don't get a resulting output file. I want to produce a file on the file system with the scanned images.
Second, instead of one output file, how can I produce a singe TIF file for every page of the scanned document. This is my preferred scenario. Do I need to hook up an Event? If so how?
I have passed this up to the Dev team, hopefully we can get a reply in the next few days.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com [email protected]
Hello, jeffp
Output is where the operation returns its results. In case of op.scanToImages it will be an array of file names (IAFS_Name). Hope this helps.
(1) There should be no need for any setup; simply read the names from the output once the operation is complete.
(2) Unfortunately, there is no way to do that; you can only read the output after the operation is complete.