Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
sp-wiki-to-docx
Advanced tools
Convert a sharepoint wiki library into a DOCX file. The tool reads each Wiki page in a given SP library and combines all of the contents of the Wiki pages into a single HTML chunk. html-docx-js is used to convert that one large HTML chunk into a DOCX file. The tool attempts to retrieve each of the images referenced by the Wiki pages and embeds the images as base64 data in the HTML files ("data:image/png;base64,XXXXX") so that the images are visible in the output.
npm install sp-wiki-to-docx -g
sp-wiki-to-docx -s SITE_URL -l LIBRARY_NAME -u USERNAME -o output.docx
Options:
Long | Short | Description | Required? |
---|---|---|---|
--site | -s | The site URL | Yes |
--library | -l | The name of the library (no spaces)\nex: "GeneralGuides" | Yes |
--username | -u | Sharepoint online username\nEx: my@email.com | Yes |
--password | -p | Sharepoint online password | No, will prompt if not specified on command line |
--output | -o | The file to save the output to (default: "output.docx") | No |
--combinedHtml | -c | The file to save the combined HTML output to\nex: output.html | No |
FAQs
Convert a sharepoint wiki library into a DOCX file
We found that sp-wiki-to-docx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.