Hello,
Is it possible to open up LF Scanning via the SDK without assigning and Document or Metadata?
Hello,
Is it possible to open up LF Scanning via the SDK without assigning and Document or Metadata?
You can use the ClientAutomation library to launch scanning by providing the folder to scan into. This presentation has sample code, see the LaunchScanningSample method in Dev 201 Sample Code\Dev201\Dev201.cs. Can you clarify what you are you trying to accomplish?
Hey Robert!
Thanks for the reply. I took a look at the Powerpoint and the code but don't see anything for launching the Scanning Software, probably need to dig into that CAT Documentation.
What I'm trying to accomplish is just launching Laserfiche Scanner without specifying an Entry ID to work with. The reason being is that once LF Scanning is open I'm using some other code to populate the Metadata fields so that they can do a batch scan and just split the documents as needed.
If I launch laserfiche scanning with entry id information, if they split documents it all ends up getting merged into a single document when they store it.
So pretty much just need them to be able to Launch Scanning with minimal to no information. Ideally if i could specify the path where the document will be scanned to and the template to be used that would be awesome, BUT at this point if i can just get it to Launch with no parameters or options that would suffice.
Take a look at the code sample Robbie mentioned above. It's not in the PowerPoint, it's in the attached code samples.
Oh wow! Thanks Robbie and Miruna,
I somehow completely missed the BOLD section he highlighted and went straight to the PowerPoint. It totally makes sense now and this is exactly what I was looking for.
Thanks again to the both of you!