Hello, I am Pankeun Cho.
it will be happy if someone could help me.
I would like to use ExportDocumentToMemory method, so I wish to get a data(not a file, usable string or text in JavaScript), however, I cannot know how to use it.
I am writting such a code below,
ex)
//Javascript Code//
var retVal = processor.ExportDocumentToMemory(document, param);
Which param should I input there? Please Give me some advice.
Thank you in advance.
Comments
4 comments
Hi Pankeun Cho,
We have already answered to you by mail, however I will duplicate my answer here as it might be helpful for someone.
You can find more information about it if you go to Help → API Reference → Objects → FlexiCapture Processor → FlexiCaptureProcessor and then click on “ExportDocumentToMemory”.
In that article you can find that the first parameter of the method refers to the Document object which is to be exported and the second parameter refers to the FileExportParams object which specifies parameters of export.
From where we go to help page
"Help → API Reference → Objects → FlexiCapture Processor → FlexiCaptureProcessor and then click on “ExportDocumentToMemory”."
The Developer's Help file can be found at Start > Programs > ABBYY FlexiCapture Engine 11 > Developer's Help, <Installation Folder>\Help\FCEngine11.chm or on the installation disk at FlexiCapture Engine\Help\FCEngine11.chm.
Please sign in to leave a comment.