OneNote API Capture webscreenshot -
i facing challenge in 1 note api web screenshot api, posting reqest mentioned below few content url rendering file icon in 1 note web application
--newpart content-disposition: form-data; name="presentation" content-type: application/xhtml+xml <html> <head> <title>example 2</title> <meta name="created" content=2016-06-22/> </head> <body> <div><img data-render-src=https://content.connect.connect-uat.co.uk/content/uat/elektramedia/maths_y7/mf_1.1/contents/ch02/1/example2.html width=700 /></div> </body> </html> --newpart--
kindly suggest me if thing wrong in web screen shot rendering?
i tried request onenote apigee console , able page created in notebook.
here request tried -
--newpart content-disposition: form-data; name="presentation" content-type: application/xhtml+xml <?xml version="1.0" encoding="utf-8" ?> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us"> <head> <title>page onenote api console</title> <meta name="created" content="2014-03-17t09:00:00-08:00" /> </head> <body> <div> <img data-render-src=https://content.connect.connect-uat.co.uk/content/uat/elektramedia/maths_y7/mf_1.1/contents/ch02/1/example2.html width=700 /> </div> </body> </html> --newpart--
Comments
Post a Comment