Skip to main content
2 votes

SharePoint Workflow to create pdf from list columns and attach to Mail

OOTB SharePoint workflow doesn't have an option to convert your list item to PDF. To create PDF from your list item refer the below link, https://social.technet.microsoft.com/wiki/contents/articles/...
Karthik Jaganathan's user avatar
2 votes

How to create new Document Template for pages library

If I understood correctly, you want two things: a) your own, highly customized page/form that allows users create new page instances b) hook up your new page with the library for a), nothing stops ...
Tiago Duarte's user avatar
  • 5,497
2 votes

How to create new Document Template for pages library

I think you are looking for Page Layouts. This link have a lot of information regarding creation of page layouts in sharepoint https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-...
Johan Brännmar's user avatar
2 votes

Change default name when a user creates a excel template from document library

I haven't found a way to change the initial name, the user would have to change the name to something useful/unique when saving. However, I do have a rough fix of a workflow which when a new document ...
Thomas Frampton's user avatar
2 votes
Accepted

Is it possible to use a powerpoint document as a document template

For a library or a Content Type template? Yes, just use a .potx file.
Mike Smith - MCT's user avatar
2 votes

Multiple content types in SharePoint 2013 Library

I need to collect the following information to further troubleshoot the issue: Are you working in SharePoint online or SharePoint 2013? If you are working in SharePoint 2013, have you configured OWA ...
Lisa Chen MSFT's user avatar
2 votes

Create document from template with REST API in javascript

I think there is a work around and here are the high level steps. create a document using UI and save it to the library and name it as "new_template_doc" or something like that if you don't want users ...
Vijay Vellabati's user avatar
2 votes
Accepted

How to delete a template from the "New" menu?

Check as following to delete the template:
Julie_MSFT's user avatar
  • 4,327
1 vote

The document you are trying to open is a template. Would you like to open and edit as a standard document

I have done a test in the SharePoint online and I can reproduce your issue. We are unable to create site pages in document library even with the site page content type added. We must need to create ...
Emily Du - MSFT's user avatar
1 vote

How to add Document Library programically?

You are looking for PnP Provisioning Engine. See latest Provisioning Schema for details and example. Latest schema has a full sample available.
Kristaps Vilerts's user avatar
1 vote
Accepted

SharePoint Rich Text Column - Power Automate Document Generation flow

User Html to text to convert your html value of Enhanced rich text content to plain text from Power Automate flow.
Sunil Rana's user avatar
1 vote
Accepted

How to read Custom template from SharePoint Site

You can refer the below PowerShell script and which can be extended for your needs: # Paths to SDK. Please verify location on your computer. Add-Type -Path "c:\Program Files\Common Files\...
SP 2022's user avatar
  • 4,154
1 vote

SharePoint 2013 C# Event reciever choose specific template from document library

I've managed to do that as below: ... SPDocumentLibrary lib = (SPDocumentLibrary)web.Lists["listname"]; SPContentType contentType = lib.ContentTypes["content-type-name"]; ... SPFile spf = web.GetFile(...
Yossi Alfia's user avatar
1 vote

Creating Document with workflow: The file test.docx cannot be opened because there are problems with the contents

Please make sure that the document template (the content type document template) is doc or docx, and not dotx. In the workflow - Create Item - Path and Name should contain the name of the file and the ...
Noam Meir's user avatar
1 vote

One content type with multiple templates

In reference to where this could be used, there is an OOB Document ContentType and it has by default (Site Content Types --> ContentTypeName --> Document Property Settings) 'Use the default template ...
Thrilled2Bits's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible