mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 09:55:47 +08:00
Add pdf/pptx -> txt convertion in x2ttester
This commit is contained in:
@ -666,6 +666,8 @@ void Cx2tTester::Convert(const std::vector<std::wstring>& files, bool bNoDirecto
|
||||
|| (ext == L"docx" && input_ext == L"xps")
|
||||
// pdf -> docx
|
||||
|| (ext == L"docx" && m_inputFormatsList.IsPdf(input_ext))
|
||||
// pdf/pptx -> txt
|
||||
|| (ext == L"txt" && (input_ext == L"pdf" || input_ext == L"pptx"))
|
||||
// all formats -> images
|
||||
|| m_outputFormatsList.IsImage(ext)
|
||||
// all formats -> pdf
|
||||
|
||||
Reference in New Issue
Block a user