Today I'm going to share with you a very practical one that everyone can useAI TipsThe first thing you can do is to output the content generated by Deepseek directly in word document and PDF format.
Output in word format
For example, if I want to learn about mind mapping, I can type the followingPrompt word
Tips:
# Content requirements
- Write an H5 document on mind mapping in detail.
# Functional Requirements
- Output in HTML format as per H5 Single Page Application (SPA).
- Provides the function of outputting docx format for downloading
- According to the technical requirements of the output docx format, make the correct content label settings to ensure that various types of content (including tables, etc.) output integrity, using html-docx.js to realize the html content conversion to docx
- Provide multiple CDN sources for different JS libraries for users to choose on the page, there should be a CDN switching success or failure tips
# Code Specification:
- Chinese interface, UTF-8 encoding
- Add necessary comments
- Do a good job of handling errors
- The CDN configuration should match the JS libraries used individually, specifying optional CDN resources for each js library

Click on the upper right corner of the run, the right side will pop up an interface, click to download the docx document, open is a word document!


You can see that the overall typography is still very fine.