اطرح أسئلة حول كيفية التقاط أو تحويل صفحات الويب أو HTML into الصور أو ملفات CSV أو PDF أو DOCX وكذلك حول كيفية تحويل مقاطع الفيديو intس المتحركة GIF باستخدام API لدينا.
مرحبا فريق،
Testing the API using GrabzIt("key").ConvertURL(url).Create({"format":"pdf","download":1});
And a JPG file is always created.
مرحبا!
Your options need to go in the ConvertUrl method not the Create method as shown in the JavaScript documentation. على سبيل المثال:
GrabzIt("Key").ConvertURL("http://www.google.com",
{"format": "pdf", "download": 1}).Create();