DeepLcom / deepl-dotnet

Official .NET library for the DeepL language translation API.
MIT License
177 stars 25 forks source link

Missing in the .NET library the parameter "output_format" ("docx" for translating a PDF file into a Word document) #51

Open RegisBarbier opened 4 months ago

RegisBarbier commented 4 months ago

Missing in the .NET DeepL library the parameter "output_format" ("docx" for translating a PDF file into a Word document).

output_format type of string: File extension of desired format of translated file, for example: docx. If unspecified, by default the translated file will be in the same format as the input file.

This option is supported by the DeepL API Pro interface but seems to not be yet implemented in some DeepL libraries (PHP, .NET, ...).

I would be very pleased if you could add this feature in this library.

Thank you verys much in advance for your efforts.

Best regards Régis Barbier

JuergenRB commented 3 months ago

There is already an issue #47 and pr #50 for this.