[Libreoffice-bugs] [Bug 134807] New: General input/output error exporting to pdf
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 14 19:13:07 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134807
Bug ID: 134807
Summary: General input/output error exporting to pdf
Product: LibreOffice
Version: 7.0.0.1 rc
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: sfbarbee at gmail.com
Description:
>From the gui the error is reported as:
Error saving the document <file name>:
General Error.
General input/output error.
>From the cli, it reports:
libreoffice --writer --convert-to pdf <source doc> --outdir <dest dir>
convert <source doc> -> <dest doc> using filter : writer_pdf_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file://<dest doc>> failed: 0xc10(Error Area:Io Class:Write Code:16)
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:3153
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:1735)
Steps to Reproduce:
1. libreoffice --writer --convert-to pdf <doc path> --outdir <dest dir>
2.
3.
Actual Results:
libreoffice --writer --convert-to pdf /home/test.docx --outdir /home/
convert /home/test.docx -> /home/test.pdf using filter : writer_pdf_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///home/test.pdf> failed: 0xc10(Error Area:Io Class:Write Code:16)
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:3153
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:1735)
Expected Results:
Should create doc, like epub conversion does.
libreoffice --writer --convert-to epub /home/test.docx --outdir /home/
convert /home/test.docx -> /home/test.epub using filter : EPUB
Overwriting: /home/test.epub
Reproducible: Always
User Profile Reset: Yes
OpenGL enabled: Yes
Additional Info:
With libreoffice-7.0.0.0.beta2-lp152.937.1.x86_64 on openSuSE Leap 15.2, the
export works.
With libreoffice-7.0.0.1-941.4.x86_64 on openSuSE Tumbleweed, the export fails
The same error is produced with calc
libreoffice --calc --convert-to pdf /home/test.xlsx --outdir /home/
convert /home/test.xlsx -> /home/test.pdf using filter : calc_pdf_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///home/test.pdf> failed: 0xc10(Error Area:Io Class:Write Code:16)
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:3153
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:1735)
Also, because of the "Please verify input parameters", I reversed the order of
the input file and outdir, but error persists.
libreoffice --writer --convert-to pdf --outdir /home/ /home/test.docx
convert /home/test.docx -> /home/test.pdf using filter : writer_pdf_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///home/test.pdf> failed: 0xc10(Error Area:Io Class:Write Code:16)
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:3153
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:1735)
This also fails for regular text files.
libreoffice --writer --convert-to pdf /home/test.txt --outdir /home/
convert /home/test.txt -> /home/test.pdf using filter : writer_pdf_Export
Error: Please verify input parameters... (SfxBaseModel::impl_store
<file:///home/test.pdf> failed: 0xc10(Error Area:Io Class:Write Code:16)
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:3153
/home/abuild/rpmbuild/BUILD/libreoffice-7.0.0.1/sfx2/source/doc/sfxbasemodel.cxx:1735)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200714/06ce7d9f/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list