[Libreoffice-bugs] [Bug 106057] General input/output error loading pdf file

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 14 16:15:07 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=106057

--- Comment #6 from sfbarbee at gmail.com <sfbarbee at gmail.com> ---
This also fails on export. 
With libreoffice-7.0.0.0.beta2-lp152.937.1.x86_64, the export works. 
with libreoffice-7.0.0.1-941.4.x86_64, the export fails


With libreoffice-7.0.0.1-941.4.x86_64:
// export to epub works;
libreoffice --writer --convert-to epub /home/test.docx --outdir /home/
convert /home/test.docx -> /home/test.epub using filter : EPUB
Overwriting: /home/test.epub

// export msword to pdf fails with following error;
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)

// it appeared input file was in wrong place but switching order didn't help
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)

// export msexcel to pdf fails with following error;
libreoffice --writer --convert-to pdf /home/test.xlsx --outdir /home/
convert /home/test.xlsx -> /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)

// export txt file to pdf fails with following error;
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/3347b16c/attachment.htm>


More information about the Libreoffice-bugs mailing list