Closed DaniilAbdulov closed 2 months ago
Unoserver is for file format conversion, I think this is out of scope.
On Thu, Aug 1, 2024 at 1:25 PM Daniil Abdulov @.***> wrote:
Is it possible to specify the grammar checking language? By default, after downloading a document in docx format, users are set to the verification language - English. I need to change to any other, for example, German. My request looks something like this: url: ${ config.unoserverUrl }?convert_to=${convertTo}&infiltername=${infiltername}&filtername=${filtername} , encoding: null, formData: { file: { value: content, options: { filename: sourceFilename, contentType: 'text/html' } } }, returnStream: true
— Reply to this email directly, view it on GitHub https://github.com/unoconv/unoserver/issues/127, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGIK5CG3JMW2ZT2RE6B6G3ZPILK7AVCNFSM6AAAAABL2LL74KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DEMRQGM3TSNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Is it possible to specify the grammar checking language? By default, after downloading a document in docx format, users are set to the verification language - English. I need to change to any other, for example, German. My request looks something like this: url:
${ config.unoserverUrl }?convert_to=${convertTo}&infiltername=${infiltername}&filtername=${filtername}
, encoding: null, formData: { file: { value: content, options: { filename: sourceFilename, contentType: 'text/html' } } }, returnStream: true