https://bugs.documentfoundation.org/show_bug.cgi?id=150846
Bug ID: 150846
Summary: Converting txt files to pdf fails with a
ERRCODE_IO_CANTWRITE error code
Product: LibreOffice
Version: 7.4.0.3 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
[LibreOffice 7.4.1.1
When running the CLI command to convert a text file to a pdf file, it fails to
convert the txt file and gives out the error
```
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///home/myuser/converte/docx/test.pdf> failed: 0xc10(Error Area:Io
Class:Write Code:16) at
/home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:3207 at
/home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:1783)
```
Steps to Reproduce:
1.download tarfile from
https://downloadarchive.documentfoundation.org/libreoffice/old/7.4.1.1/ and
install it
2. create a txt file
echo "hello" > example.txt
3. convert txt file to pdf
libreoffice7.4 --headless --convert-to "pdf:writer_pdf_Export"
"/home/someuser/docs/example.txt"
Actual Results:
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///home/someuser/docs/example.pdf> failed: 0xc10(Error Area:Io
Class:Write Code:16) at
/home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:3207 at
/home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:1783)
Expected Results:
PDF file created at current working directory
Reproducible: Always
User Profile Reset: No
Additional Info:
Failed on LibreOffice versions 7.4.1.1 and 7.4.0.2
Works on LibreOffice version 7.3.5.2
ask.libreoffice.org thread
https://ask.libreoffice.org/t/libreoffice-7-4-convert-docx-txt-to-pdf-error/81532/2
--
You are receiving this mail because:
You are the assignee for the bug.