Forum Discussion

timparsons's avatar
timparsons
Brass Contributor
Apr 02, 2019

Can I add text webpart over image?

Is it possible to add a text webpart over an image so the text can be saved on the image and then the whole image converted into a .pdf?

3 Replies

  • Rajkiran_Swain's avatar
    Rajkiran_Swain
    Copper Contributor
    Actually there is no out of feature to do this type of things. You have to build your own code like you have to write a client side code for this type of functionality.
    Next use script editor or content editor to bind this code.Yes it can possible .
  • csumit408's avatar
    csumit408
    Copper Contributor

    You can't exactly add text directly to a web part page. You need to add a web part like the Content Editor Web Part, and then you can add text to it. If you click on a web part zone, the insert text button should become active, but if you click it, it will just add a Content Editor Web Part for you. Otherwise, you can just choose web part from the insert tab a choose a Content Editor Web Part (under the Media and Content folder). Then you can insert text into the content editor (by clicking the link in the web part that says click here to insert content).

    If you want to add text to a page without inserting a web part, you need to create a Wiki page. Then in edit mode you can select any rich text area and the ribbon will display rich text editing controls. Then you can type your text and save.


    timparsons wrote:

    Is it possible to add a text webpart over an image so the text can be saved on the image and then the whole image converted into a .pdf?


    timparsons 

    • timparsons's avatar
      timparsons
      Brass Contributor

      csumit408 Thanks for the response. I'm trying to get it to add text to a .pdf that has been uploaded to a document library. Is this possible?

Resources