Get a Free Trial
GrabzIt's Online Community

ConvertURL Create format pdf or docx not working - JPG always produced

Hi team,

Testing the API using GrabzIt("key").ConvertURL(url).Create({"format":"pdf","download":1});

And a JPG file is always created.

Asked by on the 15th of February 2019

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();
Answered by on the 15th of February 2019

Duh!!

Thanks.

Answered by on the 15th of February 2019