Ask questions on how to capture or convert web pages or HTML into images, CSV, PDF or DOCX documents as well on how to convert videos into animated GIF's using our API.
Hi team,
Testing the API using GrabzIt("key").ConvertURL(url).Create({"format":"pdf","download":1});
And a JPG file is always created.
Hi!
Your options need to go in the ConvertUrl method not the Create method as shown in the JavaScript documentation. For example:
GrabzIt("Key").ConvertURL("http://www.google.com",
{"format": "pdf", "download": 1}).Create();