file size limit

Hi,

What is the file size limit what we can send over to the api to convert?

Thanks

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    SDK Support Team

    20 Megabytes. That's enough for most applications. If you need to process multipage document exceeding this limit, use sequential calls of submitImage and call processDocument after that.

    0
  • Avatar
    dan8833

    Hi,

    Thanks for the info.

    But what do you mean by 'use sequential calls of submitImage and call processDocument after that.'??

    I'm new to this, you have any samples done before on this?

    0
  • Avatar
    SDK Support Team

    The .net sample is able to process multipage documents. The procedure is simple - call submitImage on all the pages, and do processDocument after that.

    0

Please sign in to leave a comment.