<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - General input/output error loading pdf file"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=106057#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - General input/output error loading pdf file"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=106057">bug 106057</a>
from <span class="vcard"><a class="email" href="mailto:sfbarbee@gmail.com" title="sfbarbee@gmail.com <sfbarbee@gmail.com>"> <span class="fn">sfbarbee@gmail.com</span></a>
</span></b>
<pre>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)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>