أدوات لالتقاط وتحويل الويب
مجتمع GrabzIt على الإنترنت

خطأ SyntaxError لم يتم اكتشافه: '' لم يتم إنهاء الحرف الحرفي قبل نهاية البرنامج النصي javascript.ashx:1:1168

اطرح أسئلة حول كيفية التقاط أو تحويل صفحات الويب أو HTML into الصور أو ملفات CSV أو PDF أو DOCX وكذلك حول كيفية تحويل مقاطع الفيديو intس المتحركة GIF باستخدام API لدينا.

Hi
When I click to downoad the image generated by Grabzirt, I ge this error message.
Not sure how to fix it.

هذا هو الكود الخاص بي:

 
<script src="https://cdn.jsdelivr.net/npm/@grabzit/js@3.5.1/grabzit.min.js"></script>
<script type="text/javascript"></script>

This is in my <head>

Now for my JS:

GrabzIt("MY KEY")
.ConvertPage({"target": "#saveBoard","download":"1", "bheight": -1, "height": -1, "width": -1,
"onstart": function(){
// alert('Download is Starting. Please wait a few seconds while we prepare your image');
// downloadImage.disabled=true;
console.log('Download is starting');
},"onfinish": function(){
// downloadImage.disabled=false;
}}).Create();
Asked by GrabzIt Support on the 2nd of October 2021

Sorry, about this we have recently moved our API to a new technology which allowed this bug to creep in we have fixed the issue and it should be working now.

تم الرد عليه بواسطة دعم GrabzIt في 2 أكتوبر 2021