Hi,
I need to export doc image as PDF files and Data as xml file using custom script in export. I could successfully export PDF but i cant export xml files. I referred KB "http://knowledgebase.abbyy.com/article/1266"
ExternalExport.Export export = new ExternalExport.Export();
export.exportToXml(Document, Processing, exportPath);
But i get error in processing server
23/04/2014 07
0
6 Document 1: Custom export (script): Class not defined: 'ExternalExport' (line 43, pos 1)
The reson for exporting xml is, The xml should have "header property" "addData:ImagePath". We use this xml header property to locate the respective PDF file so the xml file should have the image path in it along with export filed value. (for some reason this editor is not allowing me to add that full xml property)
Can anyone help me out?
Thanks in advance.
I need to export doc image as PDF files and Data as xml file using custom script in export. I could successfully export PDF but i cant export xml files. I referred KB "http://knowledgebase.abbyy.com/article/1266"
ExternalExport.Export export = new ExternalExport.Export();
export.exportToXml(Document, Processing, exportPath);
But i get error in processing server
23/04/2014 07


The reson for exporting xml is, The xml should have "header property" "addData:ImagePath". We use this xml header property to locate the respective PDF file so the xml file should have the image path in it along with export filed value. (for some reason this editor is not allowing me to add that full xml property)
Can anyone help me out?
Thanks in advance.
Comments
2 comments
By chance did you add the ExternalExport.dll to the reference assembly in your Document Definition .Net Reference tab? That is probably why you are getting the error. If you look in the Sample project you should see ExternalExport.dll under Docuement Definiton - Document Definition Properites - .Net Reference.
Please sign in to leave a comment.