ONLYOFFICE / Docker-Docs

ONLYOFFICE Docs is an online office suite comprising viewers and editors for texts, spreadsheets and presentations and enabling collaborative editing in real time. The suite provides maximum compatibility with Office Open XML formats: .docx, .xlsx, .pptx.
GNU Affero General Public License v3.0
13 stars 15 forks source link

providing a WebAssembly version to covert doc to pdf #113

Open lqzerogg opened 4 months ago

lqzerogg commented 4 months ago

I'm interested in leveraging OnlyOffice to generate PDF documents for my clients. While the overall experience has been excellent, I've encountered a challenge with the performance of converting .docx files to .pdf on my server, which is notably sluggish. To alleviate the significant server-side workload, could you offer a WebAssembly-based solution that enables my JavaScript code to invoke the API for docx-to-pdf conversion on the client-side, thus optimizing resource utilization and improving efficiency?