cancel
Showing results for 
Search instead for 
Did you mean: 

VBScript conversion

Smitha_Challa
Star Contributor
Star Contributor

We have some legacy VBScripts which were written using Hyland's Web services tool kit. Can someone point me to the right direction here?

The script does a lot of other things but this is where I am stuck.

The VB Script has a document and a snippet byte[] array. It takes the snipept byte[] array and makes it the first page for the document. 

I have done with using Unity API. But using the new API's does Hyland still allow adding a page from VB Script?

 

Code Removed by Community Admin

1 ACCEPTED ANSWER

Ramya_Kondeti
Star Contributor
Star Contributor

Hi Smitha,

  You might want to look at utilizing OnBase Client API from VBScripts. It allows you to add pages to a document using the method mzUpdateArchival. You can find more information in SDK.

View answer in original post

1 REPLY 1

Ramya_Kondeti
Star Contributor
Star Contributor

Hi Smitha,

  You might want to look at utilizing OnBase Client API from VBScripts. It allows you to add pages to a document using the method mzUpdateArchival. You can find more information in SDK.