Zadaj pytania, jak przechwytywać lub konwertować strony internetowe lub HTML into obrazy, dokumenty CSV, PDF lub DOCX, a także informacje na temat konwertowania filmów into animowane pliki GIF za pomocą naszego interfejsu API.
Witam w zespole,
Testing the API using GrabzIt("key").ConvertURL(url).Create({"format":"pdf","download":1});
And a JPG file is always created.
Cześć!
Your options need to go in the ConvertUrl method not the Create method as shown in the JavaScript documentation. Na przykład:
GrabzIt("Key").ConvertURL("http://www.google.com",
{"format": "pdf", "download": 1}).Create();