[GH-ISSUE #3663] [DOCS]: Allow documentation to be downloaded in one PDF #2362

Closed
opened 2026-02-22 18:29:21 -05:00 by yindo · 2 comments
Owner

Originally created by @TheAlex25 on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3663

Greetings AnythingLLM developers. In the next few months, it may be time for me to switch from Nomic's GPT4All to Mintplex's AnythingLLM.

Description:
As a user of AnythingLLM, I'd love to have the ability to download the entire documentation in a single PDF file. This would allow me to utilize retrieval augmented generation on the documentation itself, enabling more efficient knowledge discovery and exploration.

Request:
Please consider adding a feature to compile all sections and subsections of the AnythingLLM documentation into a single, comprehensive PDF manual. This would greatly enhance the usability and accessibility of the documentation.

Use case(s):
With a downloadable PDF manual, users can leverage AnythingLLM's own capabilities to perform tasks like:

  1. Retrieval augmented generation on the documentation
  2. Offline access to the documentation
    Easier sharing and collaboration

Proposed implementation:
A possible implementation could be to add a "Download PDF" button on the documentation homepage or a dedicated downloads page. This button would generate a single PDF file containing all sections and subsections of the documentation, preserving the existing structure and formatting.

This feature would greatly benefit users who want to explore and utilize the full potential of AnythingLLM.

Originally created by @TheAlex25 on GitHub (Apr 16, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3663 Greetings AnythingLLM developers. In the next few months, it may be time for me to switch from Nomic's GPT4All to Mintplex's AnythingLLM. **Description:** As a user of AnythingLLM, I'd love to have the ability to download the entire documentation in a single PDF file. This would allow me to utilize retrieval augmented generation on the documentation itself, enabling more efficient knowledge discovery and exploration. **Request:** Please consider adding a feature to compile all sections and subsections of the AnythingLLM documentation into a single, comprehensive PDF manual. This would greatly enhance the usability and accessibility of the documentation. **Use case(s):** With a downloadable PDF manual, users can leverage AnythingLLM's own capabilities to perform tasks like: 1. Retrieval augmented generation on the documentation 2. Offline access to the documentation Easier sharing and collaboration **Proposed implementation:** A possible implementation could be to add a "Download PDF" button on the documentation homepage or a dedicated downloads page. This button would generate a single PDF file containing all sections and subsections of the documentation, preserving the existing structure and formatting. This feature would greatly benefit users who want to explore and utilize the full potential of AnythingLLM.
yindo added the documentation label 2026-02-22 18:29:21 -05:00
yindo closed this issue 2026-02-22 18:29:21 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 16, 2025):

This seems a bit extraneous to support an export for, but there are ways around this on the user side.

If on docker, Open the /docs URL. Right-Click -> Print -> Save as PDF

If on desktop, you can actually open https://localhost:3001/api/docs in the browser and get the same page to right-click -> save as PDF.

Also, you should be able to put http://localhost:3001/api/docs in the URL scraper, and it will collect its own docs page as a document.

@timothycarambat commented on GitHub (Apr 16, 2025): This seems a bit extraneous to support an export for, but there are ways around this on the user side. If on docker, Open the /docs URL. Right-Click -> Print -> Save as PDF If on desktop, you can actually open `https://localhost:3001/api/docs` in the browser and get the same page to right-click -> save as PDF. Also, you should be able to put `http://localhost:3001/api/docs` in the URL scraper, and it will collect its own docs page as a document.
Author
Owner

@TheAlex25 commented on GitHub (Apr 17, 2025):

Hey Timothy, thanks for the suggestion. Unfortunately, I'm not familiar with Docker, so the first method won't work for me. I'm pretty new to this, so I'd love some guidance if there's another way I can achieve this. The desktop method you mentioned sounds promising, but I'd appreciate more info on how to access the localhost URL. Can you point me in the right direction?

In summary, I really do think a PDF download option would be extremely valuable for a lot of users, especially older adults who often prefer having physical or downloadable manuals. As someone in his 20s, I have seen firsthand how AI can be intimidating for some age groups older than me. I believe making AI accessible to all generations is crucial, and having a downloadable PDF manual would go a long way in achieving that. It would be awesome if this feature could be considered for future updates.

More broadly, I've noticed that the shift away from traditional instruction manuals has left some people behind in general. While online only documentation has its advantages, I think there is value in having comprehensive, downloadable resources that don't require constant internet access, especially for travelers who are away from Wi-Fi. It would be great to see AnythingLLM prioritize this kind of accessibility in the future.

@TheAlex25 commented on GitHub (Apr 17, 2025): Hey Timothy, thanks for the suggestion. Unfortunately, I'm not familiar with Docker, so the first method won't work for me. I'm pretty new to this, so I'd love some guidance if there's another way I can achieve this. The desktop method you mentioned sounds promising, but I'd appreciate more info on how to access the localhost URL. Can you point me in the right direction? In summary, I really do think a PDF download option would be extremely valuable for a lot of users, especially older adults who often prefer having physical or downloadable manuals. As someone in his 20s, I have seen firsthand how AI can be intimidating for some age groups older than me. I believe making AI accessible to all generations is crucial, and having a downloadable PDF manual would go a long way in achieving that. It would be awesome if this feature could be considered for future updates. More broadly, I've noticed that the shift away from traditional instruction manuals has left some people behind in general. While online only documentation has its advantages, I think there is value in having comprehensive, downloadable resources that don't require constant internet access, especially for travelers who are away from Wi-Fi. It would be great to see AnythingLLM prioritize this kind of accessibility in the future.
yindo changed title from [DOCS]: Allow documentation to be downloaded in one PDF to [GH-ISSUE #3663] [DOCS]: Allow documentation to be downloaded in one PDF 2026-06-05 14:46:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2362