Skip to main content

Posts

Showing posts with the label google drive

How to Convert Word to PDF Free Online using Google Drive

D o you want to convert word document to PDF file format without using any software or application? Then you can try this. All you need is Google account to access Google Drive and Internet. In this we are going to use Google Drive to convert your word document. Eventually you can also convert your word document to other file format like Docx, odt, rtf, txt and html using Google Drive. So let us convert word to pdf free online using google drive. CONVERT WORD DOCUMENT TO PDF FILE FORMAT USING GOOGLE DRIVE 1) Log in to your Google account and go to Google Drive login. 2) Click on CREATE button and then click on Document. Another tab called Untitled document will open. 3) Open word file which you want to convert to PDF from your computer and Press Ctrl+A to select all the text from that word file and then press Ctrl+C to copy it. 3) Now Paste it to the Untitled document by pressing Ctrl+V. 4) If you want you can adjust your text properties by given tools. ...

How to host your Website using Google Drive

W e have seen how to make contact form using Google Drive . Google Drive is a file storage service (like Dropbox) provided by Google. It enables users to store their files on cloud storage and share files with others. So In this article we will see how to host your personal website using Google Drive. Google offers all users an initial 15 GB of online storage space to store their files, which is good enough to host personal website. But do notice Google Drive do not provide DNS service to assign custom domain name for your site. HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE 1) First go to Google Drive → Create a new folder → Rename it → Click on "Create and share". 2) Now click on Share folder icon → click on "Change" to change the access for folder → Set Visibility option "Public on the web" → Click on "Save" → and click on "Done". 3) Now upload your html files there. You can create another folder for your image...

How to link Google Drive form to your Blog.

H i guys, We have seen how to make contact us form by using Google Drive in my last article. Now in this article we will see how to add it bloggers blog. If you are directly came to this article I suggest you to please read this article - How to make a Contact us form for blog and website by using Google Drive. HOW TO LINK GOOGLE DRIVE FORM TO YOUR BLOG F irst go to Google Drive and copy the link of your contact form by clicking on View live form. N ow go to your blog dashboard → Pages → and create New page. G ive page title as "Contact Us" and click on HTML view. N ow add iframe tag and insert your form link in src attribute as shown in below code. Don't forget to add "?embedded=true" after your link. <iframe frameborder="0" marginheight="0" marginwidth="0" width="630px" height="700px" src="Your_Form_Link?embedded=true"></iframe> N ow take the review of y...

How to make a Contact form for blog & website by using Google Drive.

C ontact us form is used to post your queries, give suggestions, ask FAQ to the blog or website admin. Simply it is used to contact or communicate with blogs or website admin. To do this various methods are there. Many online website provides to make contact us form and display it to your website or my website user made it with dynamic websites. In this article I will show how to make contact us form for your blog by using Google Drive service and it is fairly simple to create and manage. So without go much into details let us start. Follow the steps below to make Contact Us form: F irst go to Google Drive → Click on CREATE button located at left site → Click on From. G ive Title to your form and you can select the theme. Select whichever you like and then click on OK. E nter the description like "Fill the following form to contact with me." Question titles will be the labels required to make a form. First label obviously will be "Full Name". Sele...