Why I'm not able to see an Image imported using 'importXML' in my spreadsheet? - xpath

I have this URL
https://en.wikipedia.org/wiki/Golden_Gate_Bridge
I have this formula
=IMPORTXML(A1,"//*[#id='mw-content-text']/div1/table1/tbody/tr[2]/td/a/img")
I get nothing, not even an error
Could you help to know why is this?
Thanks in advance

To actually import the image into your sheet, you'll need to refer to the src and indicate you want the image imported. So something like:
=image(IMPORTXML(A1,"//td//a[#class='image']/img[contains(#alt,'Bridge')]/#src"))

Related

How do I use figure tag of HTML with text around it in React JS

I want to add text around the image like this. Plzz Guide me that how can I do that. Thank you :)
I tried the figure tag but couldn't get the result that what I am trying to do.

AppSheet + Spreadsheet: AppSheet won't display formulaically generated image

I am stuck on this problem and request your guidance. Appreciate it in advance!
I am trying to display QR code images on the Appsheet. The images need to come from spreadsheet where they are stored in a column named QR code. The QR codes are unique for each row and are formulaically generated by an array formula in the first row of this column like this:
=ArrayFormula(if(isblank($A$2:$A), "", image("https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl="&$A$2:$A)))
In the appsheet I have tried making this column of type image, drawing, thumbnail etc. But none of it is working.
I read somewhere that such dynamically generated images don't work with appsheet. It would be really a bummer for me.
I also explored an option to add one more column in the spreadsheet where the image.png could be statically stored somehow. But I was not successful in that.
It would be really great if you could please help me solve this problem.
Thank you so much folks!
Just use the formula in your spreadsheet
=ArrayFormula(image("https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl="&$A$2:$A))
https://www.youtube.com/watch?v=hrfPldfrOcc

How to put text on image with summernote

How to put text on image using summernote? or any way to achieve thing like that.
I will appreciate any suggestion.
,
check summernote-image-attribute plugin https://github.com/DiemenDesign/summernote-image-attributes

Magmi is cannot find multiple images

I've Googled, and Stackoverflowed this to death (and checked the Wiki), but I can't find a solution to my problem :(
Problem:
With Magento Magmi: all products and single images are importing fine, the only catch is that Magmi throws the following error when I try to import multiple images (e.g. /BJ977L.png,/BJ977R.png):
Image attributes processor v1.0.25 - /BJ977L.png,/BJ977R.png cannot be found in images path
Obviously I checked and the files are there... Also, if I change it to only reference one image, then it works. I find this very confusing.
The images are located in: media/import and the Magmi Image Plugin configuration reflects this. Also, if I move the images to another folder, say var/import/images; then it makes no difference...
Your help is hugely appreciated!
Thanks in advance!
As the Images Attribute Processor documentation states, you should be using a semi-colon ; to separate multiple images.
/extraimg1.jpg;/extraimg2.jpg
Also ensure that the column names you are using are correct. media_gallery is the correct column header name for the media gallery images.
Have you tried using semi colon?
/BJ977L.png;/BJ977R.png
Have you tried using the complete file path to the images? Also, did you specify the file path root for the images in the plugin settings?
If you have formatted the .csv file the right way then you should check the Image Renaming setting for the Image attributes processor. If you specify a bad rule to rename your newly imported images you could end up with the same name for every picture. So basically the first image will be imported, then the second will overwrite it because it was given the same name. If you only see the last picture you specified for the media_gallery attribute then this is probably the cause.
Hope this helps.

How will i create pdf file pulling information from lead

i have a checkbox in the lead entity.When i check on the checkbox,a PDF Note should produce
pulling information from the Lead form and is emailed.Here how will i create a pdf note pulling
information from Lead and email?Can anyone tell me how to do this?
Thanks
Adhars
If you haven't already solved your problem, the best way to do this would be to write an SSRS report that then exports to PDF. You can have your button link directly to the report with the Export to PDF parameter in the querystring.

Resources