Web sayfalarını veya HTML'yi nasıl yakalayacağınız veya dönüştüreceğinizle ilgili sorular sorun into Resimler, CSV, PDF veya DOCX belgeleri ve ayrıca videoların nasıl dönüştürüleceği intAPI'mızı kullanan animasyonlu GIF'ler.
Merhaba ekibi,
Testing the API using GrabzIt("key").ConvertURL(url).Create({"format":"pdf","download":1});
And a JPG file is always created.
Merhaba!
Your options need to go in the ConvertUrl method not the Create method as shown in the JavaScript documentation. Örneğin:
GrabzIt("Key").ConvertURL("http://www.google.com",
{"format": "pdf", "download": 1}).Create();