ওয়েব ক্যাপচার এবং রূপান্তর করার সরঞ্জামসমূহ
GrabzIt Save পিডিএফ প্লাগইন হিসাবে

কিভাবে ব্যবহার করবেন Save পিডিএফ প্লাগইন হিসাবে

সার্জারির Save পিডিএফ প্লাগইন প্লাগইন হিসাবে ক্ষমতা যোগ করে save কোনও ওয়েবসাইট, সিএমএস বা ব্লগে পিডিএফ হিসাবে কোনও ওয়েব পৃষ্ঠা। যেমন ওয়ার্ডপ্রেস, দ্রুপাল এবং জুমলা।

শুধু ক্লাস যুক্ত করুন grabzit-pdf-save to an HTML element such as a link, button or image. When the user clicks on the HTML element, the browser downloads the current web page in the PDF file format. This allows your users to read a good offline version of your web page at a later date.

First, place the line below at the bottom of the page just above the closing body tag. Then replace the "APPLICATION KEY" with your actual অ্যাপ্লিকেশন কী.

new GrabzItSaveAsPDF("Sign in to view your Application Key");

এর পরে, কোনও ওয়েব পৃষ্ঠাকে পিডিএফ ফর্ম্যাটে আপনার ওয়েব পৃষ্ঠায় রূপান্তর করার ক্ষমতা যুক্ত করতে। কেবল যোগ করুন grabzit-pdf-save class to an HTML element such as a link. This will automatically read and generate a download of the web page when someone clicks on the HTML element.

আপনাকে ব্যতীত অন্য কোনও কনফিগারেশন বিকল্প সেট করতে হবে না। তবে আপনি সমস্ত নির্দিষ্ট করতে পারেন সাধারণ এবং পিডিএফ পরামিতি অপশন অবজেক্টে।

যখন তুমি save a web page, the system automatically names the downloaded PDF file after the title of the web page. However in the below example we have set the filename of the download to be mypage.pdf instead.

new GrabzItSaveAsPDF("Sign in to view your Application Key", {"filename": "mypage.pdf"});

To download something other than the current page. You can specify a different URL by using the grabzit-url উদাহরণস্বরূপ বৈশিষ্ট্য।

<a href="#" grabzit-url="https://www.tesla.com" class="grabzit-pdf-save">Save as PDF</a>

আপনি অবশ্যই ইচ্ছামত জাভাস্ক্রিপ্ট বা সিএসএস পরিবর্তন করতে মুক্ত! দ্য Save পিডিএফ প্লাগইন যেমন বিশেষ সিএসএস ক্লাস সরবরাহ করে যা আপনি পূর্বরূপ বাক্সকে স্টাইল করতে ব্যবহার করতে পারেন।

এর মধ্যে রয়েছে grabzit-pdf-save-progress। এটি এর সাথে উপাদানের স্টাইলটি নির্দিষ্ট করে grabzit-pdf-save class during PDF generation. By default the HTML element appears disabled while GrabzIt creates the PDF. You can easily change this.

গ্র্যাবআইটি ইনস্টল করা হচ্ছে Save কোনও ব্লগ বা সিএমএসে পিডিএফ হিসাবে

GrabzIt এর Save যেহেতু পিডিএফ প্লাগইন কোনও ব্লগ বা সিএমএসের সাথে সম্পূর্ণ সুসংগত। খালি খালি ব্লগ-অর-CMS-install.txt found in the plugin download, this includes all the required JavaScript and CSS in one block. You can then insert this intওএ উইজেট যা কাঁচা এইচটিএমএল গ্রহণ করে।

Such widgets are present in most blog or Content Management Systems. Remember to locate it at the bottom of the page after the content. This enables all the HTML elements decorated with the special CSS class.

এখন ডাউনলোড করুন


This JavaScript plugin is completely open source! To view or improve the source code you can find it on GitHub.