mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-26 17:45:11 +02:00
Migrate to org-maintained mdpdf for lang support (Hangul, Simplified Chinese, Kanji) (#5392)
move to custom mdpdf for lang support (Hangul, Simplified Chinese)
This commit is contained in:
@@ -86,7 +86,7 @@ module.exports.CreatePdfFile = {
|
||||
`${this.caller}: Creating PDF document "${filename}"`
|
||||
);
|
||||
|
||||
const { markdownToPdf } = await import("@mdpdf/mdpdf");
|
||||
const { markdownToPdf } = await import("@mintplex-labs/mdpdf");
|
||||
const { PDFDocument, rgb, StandardFonts } = await import(
|
||||
"pdf-lib"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user