Insert Picture/Hyperlink as Document Property

Hi All,
I have been able to insert most of the metadata into Word template as document properties but the Picture and Hyperlink column is not available. I also tried using INCLUDEPICTURE field like this:
{INCLUDEPICTURE "http://<Site>/SiteCollectionImages/{DOCPROERPTY CustomerFirstName}.jpg" \d}
where CustomerFirstName is the Sharepoint Doc library column.
Does anyone know how to do this? If this is Office question I can post it in that forum as well. Thanks for any pointers.
Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

Hi
This may help you
http://stackoverflow.com/questions/9613963/how-to-insert-sharepoint-metadatapicture-into-your-word-document
http://techtrainingnotes.blogspot.in/2007/08/sharepoint-adding-hyperlinks-to-doc.html
Please Mark Answered if my reply solves or helps in solving your problem. Thanks! 
Amit Kotha

Similar Messages

  • Possible to insert a HYPERLINK in document HEADER?

    Subject: Possible to insert a HYPERLINK in document HEADER?
    I have a 300 page document, where the first page is a "Table of Contents".
    I would like to provide the readers with a QUICK way ("no-brainer/easy" way) for the reader to JUMP back to that "Table of Contents" page from any place in the document.
    Can I, perhaps, insert a hyperlink to the "Table of Contents" in the document HEADER? Or is there a different way to go about this?
    Thanks for anybody's creative answer (the simpler the better . . . .)

    Hi.
    Thanks for your reply.
    It was originally a Microsoft Word document. I just clicked "convert to pdf" from the toolbar. Then, in Acrobat 8, I have inserted a page-number header.
    Can I perhaps insert a hyperlink within that HEADER . . . pointing back to the first (Table of Contents) page?

  • Inserting pictures in Webi documents

    Hello,
    I would like to paste or to insert a picture in my webi document. This picture can be a company logo or something like that. But the functionality of inserting a URL which goes to a picture is not enough. Is there no other way of inserting a picture in a webi document?

    Good Day!
    Try [THIS|http://www.infosol.com/buildpage.aspx?k=bo_tt78] link and see if it can help (Link courtesy of Arjun(BOB) ).
    Regards!,
    John Vincent

  • How do I insert multiple photos into an excel document vs inserting each individually?  Insert, Picture, From FIle...now what?  it only allows me to choose 1 at a time.

    Help - How do I insert multiple photos into an excel document vs inserting each individually?  Insert, Picture, From FIle...now what?  it only allows me to choose 1 at a time.

    https://discussions.apple.com/thread/3383532?tstart=0
    Stefan

  • Inserting Picture (from Web- through Webdav) to Word document using VSTO code

    Hi,
    I have been trying to insert an image/picture to current selection in word. with help of code -
    Microsoft.Office.Interop.Word.InlineShape s = this.Application.Selection.InlineShapes.AddPicture(
    @"http://127.0.0.1:9001/test/myimage.png", true, true, Type.Missing);
    This code works fine if image is on desktop or network shared location but some issues for URL exposed through Webdav.
    On inserting the picture word shows - "The linked image cannot be displayed....." message. If we close and open word document again then image appears properly.
    Some observations:
    1. If we use same option through Ribbon  "Insert -> Picture -> Enter path and click on "Link to File" then we get Prompt for Wevdav password (Only once, later Word caches it) and linked images appear properly.
    2. Updating the shape explicitly wouldnt help. 
    s.LinkFormat.Update();
    What we are looking for is, Does Ribbon "Insert" functionality do something additional to prompt Webdav authentication to cache? if we want to achieve the same? what needs to be invoked before we make call to AddPicture API?
    Thanks
    H

    Thanks for the response.. 
    No, when document is opened again, then you dont need to enter the password. 
    Somehow on document open event MS word knows how to retreive password from cookie for given domain.
    When you insert the image using ribbon -> insert picture option, 
    MS Word first looks into cache if the domain cokkie already available then bypass authentication/password prompt
    Otherwise it would show the prompt and store the cookie in cache again.
    The mystry is how MS-Word interacts with this "cached cookies"
    while doing more reading on this, it seems MS Word has been using Klink.dll for this kind of functionality https://support.microsoft.com/en-us/kb/899927 but it would be great if you can provide more pointers.
    >>Could you share an image link of Webdav?
    Since, it's my local webdav server, you would not be able to access the image link, may be you can upload an image to sharepoint (as sharepoint also supports webdav) and use that for reproducing this problem at your end.
    Thanks
    H

  • How to insert a HYPERLINK in a template Editable Field?

    Question:  How to insert a HYPERLINK in a template Editable Field?
    Hi
    Does anyone know how to insert a HYPERLINK in a template Editable Field?
    I want the link to always display the word "Cities".
    But the URL will change with each child page.
    Here's what I've got so far . . .
    <!-- TemplateBeginEditable name="Cities" -->Cities<!-- TemplateEndEditable -->
    Thanks so much!

    NOTE: This is to go into the TEMPLATE
    Your best bet is to keep the hyperlink OUT of the editable Field and to make the HREF attribute of the link editable.
    This would go in the head of your document:
    <!-- TemplateParam name="href" type="URL" value="" -->
    This would go where you want the link to appear:
    <a href="@@(href)@@">cities</a>
    THE BETTER WAY: You can either paste these quotes into the appropriate places in your template or you can insert:
    <a href="#">cities</a>
    and click inside the opening <a> tag.
    Then go to Modify > Templates > Make Attribute Editable
    In the dialog box "Editable Tag Attributes" you should now see "Choose which attributes of this A tag should be editable."
    If HREF is not showing in the drop-down, do Add and put it there.
    Check the box to Make this attribute editable.
    Give a name for this editable attribute (if you have more than one on a page, you will want it to be understandable, like "cities" for your cities links).
    Make sure it is of Type URL
    If you want a default URL in place, put one in the Default field.
    Then push OK.
    To use it, on each page, do Modify > Template Properties... choose the property to edit, and put the new URL in the entry field.
    Press OK.
    Beth

  • Inserting pictures in excel file

    Hi,
    I want to create an excel file and insert some data and images in the file
    thru LabVIEW. There is no problem in writing data but I am not able to insert
    the pictures into the file. I got the following code for inserting picture in
    excel thru the VB editor but I am not able to find the corressponding
    property/method to implement it in LabVIEW. Can anyone help me?
    VB code:
    ActiveSheet.Pictures.Insert( _
    "C:\Documents and Settings\Administrator\Desktop\green.bmp").Select
    Regards,
    Srini.

    You need to work with the invoke node range (from the worksheet) and the propery shapes of Excel to insert a picture. Here is a little screenshot of how I did it.
    Hope this helps !
    Julien
    Attachments:
    insertpicture.JPG ‏42 KB

  • Wiki: Insert Picture From SharePoint Disabled

    Why can't I insert a picture into a Wiki page "From SharePoint" via the "Insert" tab on the Ribbon?
    It says "This control is currently disabled."
    (Just FYI, I have Silverlight 4 installed so I can drag-and-drop multiple documents for upload and the site is a Trusted Site).

    KurtVD
    You mention something about WiKi vs regular page CEWP...
    I have no problem inserting pictures into my WiKi rich text editor, but when I try to insert a picture or even a table into a CEWP rich text editor (or even if I try to do it with HTML code) as soon as I click OK there is nothing there.  The best I
    have been able to with the CEWP on a regular site page is with HTML...I get a little black X box where the pic should be, but I do get the mouse over and I can get it to hyperlink when I click on it.
    What is going on here?  I can insert pics and tables into a list if the column is using a rich text editor, but not on a regular site page.  I can only use the image web part which sucks because I cant make it hyperlink.
    Is it my version of Internet Explorer?  Did I make some change that broke SharePoint 2007?  Did someone else make a change to the site that screwed this up?  WAS I NEVER ABLE to do this and am just now realizing that CEWP have this limitation?
    -Bill

  • Picking up PDF URL for insertion as hyperlink in Word

    I just upgraded from Acrobat Pro 8 to 9, and I'm having trouble copying URLs from PDFs. I create a document in Word, then want to insert a hyperlink inside the doc to a PDF at a website.  I used to be able to select text, right-click to bring up the Insert Hyperlink dialog in Word, then open PDF and its URL would automatically insert into the dialog box or I could cut-and-paste the URL from the browser window. Now, all PDFs within a website open not in a browser but in a PDF window with a truncated URL and "[1]" inserted into the filename.  I then have to find the full URL and manually type it into the Word dialog box...and those URLs can get long.  Sorry if this question may be stupid and the answer obvious...I'm happy to wear egg just to get this functionality back.  I'll even downgrade to 8 if I have to...sigh...

    We may not be able to tell you much without seeing the Word document.

  • Inserting photo into word document with new Yosemite OS X

    iPhoto has gone away after downloading the new Yosemite OS X program.  Now it is Photos.  I am attempting to drag or insert a picture into a word document for work.  Unlike the old iPhoto, double clicking on the photo does not allow me to "Copy" so I may then "Paste" on my document.  In addition, when I attempt to drag the picture onto the document where I want it, the picture goes right back to the photo library.  Tried pretty much everything I know and my tech guys from work.  Anyone have this problem or know of the solution?

    My photos are not in/on iCloud. In Microsoft Word 2011 I can use
         Insert > Photo > Picture from File ...
    and then navigate to the my 'Pictures' folder and insert a picture successfully.
    Can't find a direct way of going from Photos to Word. In practice, this is not a big issue for me because in most cases I want to reduce the size of the image, which I do by selecting the image(s) I want in Photos.app, then switch to Preview.app, command-N (New from clipboard). Once in Preview.app I can transfer images to Word by drag and drop from the thumbnails, etc. The neat thing about this workflow is one can select several images in Photos at once and have them all open in Preview with one keystroke.
    C.

  • Contribute CS4 +Blogger and inserting pictures

    I'm not fluent in Contribute, but I used to be able to insert
    pictures when I published to Blogger. I checked my connection,
    etc., and everything works with text; however, when I hit the
    button for inserting a picture, it is grayed out. When I went back
    to Contribute CS3 and tried the same thing, I inserted the picture
    but I got a message saying the document couldn't be published
    because it included pictures that were local. I had no success with
    pictures from the option of the internet, either.
    I tried signing in to Blogger, but the screen I got was the
    Blogger editor.
    I'd appreciate any help as I really want to use Contribute
    but I'm at a standstill as to what to do. According to what I've
    seen, inserting a picture should be as simple as dragging from an
    application -

    I appreciate your answer to my question. I have purchsed several books on Flash CS4, including Adobes own Classroom in a Book for Flash CS4.  The problem is that none of them show a tutorial on how to do this. I am hoping that you can give a more lengthy description of how to accomplish this task. I'm having a problem invisioning how the movieclip is created with my page. For instance, imagine that my primary page size is 1000 X 750. I want to create a scrollable page that includes text and photos. That page might be 800 X 2000. Therefore it would have a verticle scroll. How do I begin to arrange the text and pictures on such a long page? Do I create a completely different Flash CS4 page that is sized to 800 X 2000? Then insert all of my text and pictures. Do a "select all" and save a s a movieclip? Then this becomes the source for the scrollpane? I've searched all day yesterday on the net and cannot find a tutorial on this subject. It is a staic page by the way. Nothing will ever change or get loaded. Thanks for the help!

  • How to insert pictures into Excel?

    Hi, all
    I want to insert pictures with hyperlinks into excel files. Could you give me some sample code of this function? The code used abap ole, to insert pictures into excel.  ^ - ^   Thank you very much~~~
                                                                                    Voldemort.

    Hi, I had referred these code before, but it seems I still could not solve my problem...
    I could not understand the line:
    CALL METHOD OF gs_cells 'Select' = select.
    Is it used for insert picture? It does not seems to be...
    And in my program, the SY-SUBRC is 4 after run:
    CALL METHOD OF gs_picture 'Insert'
    EXPORTING
    #1 = 'C:\TEMP\Picture.bmp'.
    Of course my file path is correct, and the picture path is in my own coumputer rather than SAP server. Is that the problem?

  • Insert table into word document

    Good day,
    I am creating a Word document using a workflow and saving it to a library. I am then updating metadata which pulls through into the word document through Document property mapped fields.
    I however need to insert a table with data from a SharePoint list.
    I am using a Visual Studio workflow so I need any direction or samples on how to do this.
    Thank you!

    Hi,
    We can use Open XML to achieve it, here are some articles from MSDN for your reference:
    Generating Documents from SharePoint Lists using Open XML Content Controls
    http://blogs.msdn.com/b/ericwhite/archive/2009/10/14/generating-documents-from-sharepoint-lists-using-open-xml-content-controls.aspx
    How to: Insert a table into a word processing document (Open XML SDK)
    https://msdn.microsoft.com/en-us/library/office/cc850841.aspx
    Walkthrough: Creating a Table in Word
    https://msdn.microsoft.com/en-us/library/office/aa192483(v=office.11).aspx
    Best Regards,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Inserting jpegs into word2010 documents

    I have just been through a long seige with Microsoft TS (which cost me 39 bucks) about the fact that I cannot import  images into a word 2010 document. They comes in as  black rectangles.  I can import images from my HP scanner, from the WEB, from screenshots, etc, but any images that was formatted in Lightroom or Nikon NX come in as a black rectangles.  That includes JPG and TIFF.  The only suggestion I could get from Microsoft was that I should be using software other than Adobe.   The other weird thing is that word2010 works properly on my laptop.  Both machines are Dell W7, 64bit.

    I normally import images from NEF to DNG to a Lightroom catalog on my photoarchive on an external HD.  Once I have finished processing and organizing them, I export selected images as JPG at appropriate sizes to appropriate directories on the internal HD on my computer.   I no longer do many newsletter publication type things, but I just tried one in which I typed a body of text with word2010 (just installed, and working fine for most other things).  However, when I tried to use Word's "insert>picture" capability, referenced to the appropriate JPG image file on the HD, the low resolution JPG images come in as black rectangles, no matter what the image size.  I fought it for several days--once in a while the image would come in properly, and immediately turn black.  The extra weird thing is that Word2010 works fine on my laptop.  I can import the same JPG images over my (wired) network from my desktop to the document on the laptop, no problem, but if I then send the resulting properly-formatted document from the laptop back to the desktop, the images will turn black when they hit the desktop.  The only way I can do the illustrated newsletter thingy is to write it to Acrobat and send it to the desktop for printing, or just print it from the laptop.   Both desktop and laptop are running W7ultimate and are 64 bit machines.  As I think I mentioned in the post, everything works fine with jpgs that from screenshots or JPEG scans from my HP multifunction printer, so long as the scan was never imported to a Lightroom catalog, OR Nikon NX.
    Date: Fri, 16 Jul 2010 12:33:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: inserting jpegs into word2010 documents
    Have you exported the image from Lightroom to a JPG file on your hard disk?
    Exactly what steps do you follow to get the image out of LR and into Word?
    >

  • Selecting multiple image files on the 'insert picture' menu in word

    Hi there,
    I am trying to insert multiple pictures at once into a word document, on office for mac 2011.
    I am using the 'insert picture' option from the toolbar. Shift-click doesn't work like on a PC, and i have tried a variety of button combinations that don't seem to have any effect! Is there any way around this so I don't have to insert picture files into a word document one at a time?
    Thanks!

    You are right, it does not work. Here is a workaround by doing an intermediate stopover in TextExit (it's in your Dock and/or in your Applications folder):
    In the Finder, select your multiple image files
    Right-click (or control-click) and select "Copy # items"
    Go to TextEdit and paste
    Do Select All (Command A) followed by Copy (Command C)
    Go back to Word and paste your heart out

Maybe you are looking for

  • My Dock or Expose doesn't work on my MacBook Pro...

    Hello, I've been having issues with my MacBook Pro and I need some help immediately. The current issues are: - My Dock doesn't show up on desktop - My Expose doesn't work - When I tried to minimise opened page it freezes at weird shape (I can still f

  • FM that returns condition price,type and value when PO no.& PO item passed

    Dear All, I am in search of FM that returns all the condition types and its repective values,price for a given PO no. and PO item number. I used BBP_CONDITIONS_GETDETAIL FM which is not suiting my requirement because , i need only those conditions wh

  • HT3529 How do I attach an older email to an email.

    Mail - how do I attach an older email to a new email.

  • Why is there a small blue dot next to the wifi icon in my menu bar?

    I just noticed today the small blue dot to the bottom right of the wifi icon in my menu bar. It was not there since I bought the macbook a couple of days ago. Just noticed it a couple of hours ago. Does anybody know what it means? Everything works fi

  • Creation of BOM

    Hi, I have the following problem. I have to create a new BOM with some positions. If the BOM already exists the function module should check if in the itab is a new position and add this, all other positions that allready exist in the BOM should be i