There are no forum posts on this topic! Why don't you write one?
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();