How to import Base64-encoded file using FRS Web API

 Step-by-step guide

  1. Use the following webpage: 
    http://<servername>:8080/FineReaderServer14/api/workflows/<workflow name>/input/file
    and POST request:

    mceclip0.png
  2. Use your AD credentials for authentication (Domain\User):
    mceclip1.png
  3. Insert your images code into the raw body of the request
    {"FileName":"test.pdf","FileContents":"JVBE........Q=="}
    mceclip2.png
  4. Specify application/json content type in the header of the request. 
    mceclip3.png


    Done! The document is imported to FineReader Server's workflow. 

Was this article helpful?

1 out of 1 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.