hello, I want to program an image that is uploaded from a Google form, and that is seen in a Google document spreadsheet, the URL is hosted in the spreadsheet, of form responses, how can I do it?
@LaurenceSvekisCourses2 жыл бұрын
You can have the image on your gdrive, then select it by id and add it into the other docs as a blob
@Rookhe2 жыл бұрын
hello, how to change the image properties before or after the text?
@LaurenceSvekisCourses2 жыл бұрын
You can set the values in the object, which image text as they are separate elements
@RitikThakur-r6f Жыл бұрын
Hello Sir, I really appreciate your efforts and the way you teach every single bit of it . I just want to knwo can we add signature images stored in google sheets into google docs just like a automated form . Cn we do that Like an automated signature form directly
@masbromw38806 ай бұрын
Hello Sir, how to replace text on google docs with image from url using apps script?
@GuyRendon Жыл бұрын
Do you have an example to add an image using a placeHolder {{myImage}} in Google Docs?
@LaurenceSvekisCourses Жыл бұрын
you can link to any image, if you need a placeholder I would use a default marker and then find replace
@okonyeodumije58932 жыл бұрын
Thanks a lot for this awesome content Laurence. Since google sheets can grab text data from an online form, can it do so with images? For context, I have a contact form with name, email, subject. I can import this data into a spredsheet with app script. What if the form also had an image input (users uploading screenshots on the form), can I use app script to get the image into a cell, along with the other info?
@LaurenceSvekisCourses2 жыл бұрын
Yes you can insert images in specific cells as well as the sheets document. I'm adding a new video soon on that as I have that question several times in my courses.
@rafiqrahimi67652 жыл бұрын
Hi sir could you help That tell me the best way to download snd install spreadsheet because whatever i tried i could not get to sny of them
@LaurenceSvekisCourses2 жыл бұрын
Google sheets is online within the browser, you can create a local workspace if you want this is enabled in the chrome browser
@chirrispola2 жыл бұрын
Awesome video but I have a question, how can I add an image to an specific place instead of were the cursor is at ?
@LaurenceSvekisCourses2 жыл бұрын
You can insert it into an element index location, check out my latest video it shows how to do this,. basescripts.com/google-apps-script-images-and-files-coding-examples
@caozweefvliegen87502 жыл бұрын
Hi, great script. I want to make the picture upload dependend on a user variable. I have around 50 user with a userid and based on the userid I want to upload a image with a specific id. Is that possible ?
@LaurenceSvekisCourses2 жыл бұрын
Yes, you can. You would need some time of tracking to tie the images to the users. You can use a spreadsheet which would make it easier with apps script
@YvesBartsch2 жыл бұрын
Hey Laurence, thanks for the great Video! I am currently trying to figure out the opposite of what you did. Do you know if there's a way to automatically extract all pictures in an excel sheet and move them to specific drive folders?
@LaurenceSvekisCourses2 жыл бұрын
Yes they are within the SpreadsheetApp Service as images within the main doc
@pintuchoyan95262 жыл бұрын
Sir , I watch your video regularly. Sir how I upload bulk images in doc template from g drive URL which submit by Google form . Please sir I need for school project. Thanks
@LaurenceSvekisCourses2 жыл бұрын
I have some videos on the upload to gdrive, you can do as many images as needed. If they are from a web form, you just need the path, then copy the blob of the image which allows for reproduction.
@monteabaok16212 жыл бұрын
Awesome video, but how to add an image or qrcode to a cell from a google sheet in the form of a url in a doc document as a template
@LaurenceSvekisCourses2 жыл бұрын
The cells can handle image paths, if it detects an image object it will show it. Although images don't work entirely like regular text in sheets
@pintuchoyan95262 жыл бұрын
Sir, can I upload bulk image from gdrive folder image to doc template? Please share code
@LaurenceSvekisCourses2 жыл бұрын
There is plenty of code that I have on github and my website on this topic
@pintuchoyan95262 жыл бұрын
Sir insert image in doc from Google form submit ? Please share code
@LaurenceSvekisCourses2 жыл бұрын
You need apps script to insert the blob
@sawok1975 Жыл бұрын
How to add image into shape?😊
@soothingrelaxingmusic70222 жыл бұрын
Great Work. Could you share the codes
@LaurenceSvekisCourses2 жыл бұрын
I have all the source code on my website basescripts.com and on github
@pintuchoyan95262 жыл бұрын
Sir, can I upload bulk image from gdrive folder image to doc template? Please share code