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/...
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 ...
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-...
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 ...
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.
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 ...
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 ...
2
votes
Accepted
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 ...
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.
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.
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\...
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(...
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 ...
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 ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
document-template × 142document-library × 49
content-type × 45
sharepoint-online × 25
word × 20
2010 × 14
2013 × 13
sharepoint-enterprise × 11
workflow × 11
list × 9
quick-parts × 7
sharepoint-foundation × 5
power-automate × 5
document × 5
javascript × 4
infopath × 4
excel × 4
form × 4
office-integration × 4
document-info-panel × 4
sharepoint-server × 3
2007 × 3
designer-workflow × 3
library × 3
sharepoint-library × 3