Задайте вопросы о том, как захватывать или конвертировать веб-страницы или HTML into изображения, CSV, PDF или DOCX документы, а также о том, как конвертировать видео into анимированные GIF с использованием нашего API.
Hi, I wat to upload my file to dropbox in nodejs but its not working.
var options = {"exportURL":"dropbox://"};
клиент.html_to_pdf(`"${html_document}"`, options);
клиент.save("http://www.example.com/handler", function (error, id){
if (error != null){
throw error;
}
console.log(id);
});
i just want to upload my file to created pdf directly to dropbox but this is not working. Can you help me out.
Благодаря,
The option used should be exportUrl not exportURL.