[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

Kevin Suo  changed:

   What|Removed |Added

  Regression By||suokunl...@126.com
 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |suokunl...@126.com
   |desktop.org |

--- Comment #7 from Kevin Suo  ---
I am reversing that commit:
https://gerrit.libreoffice.org/c/core/+/159811

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-11-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

--- Comment #6 from Kevin Suo  ---
(In reply to Stéphane Guillou (stragu) from comment #5)
Stéphane: There may be more than one issue here.

Would you please clarify:
Is the source commit fc2fb95fdb4262792e94afe61b784c8ae71d171e you identified
causes the .docx file content to be on one page (when you open it in MSO or
some other office software), or does it cause the slow loading time when you
open the docx in LibreOffice Writer? 
Also, would you please attach your bibisect log?

I tried with a bibisect version of:
2021-11-25 20:07:24 source-hash-bd0fb2d95

bump product version to 7.4.0.0.alpha0+
It does not cause the content to be on one page (when open with MSO), but when
open the generated docx in LibreOffice Writer the loading is already slow and
not able to work in that docx in Writer.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||stephane.guillou@libreoffic
   ||e.org, suokunl...@126.com
  Component|Writer  |filters and storage
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||3969
Version|7.5.0.3 release |7.4.4.2 release

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
The resulting DOCX is impossibly slow to open in LO and hangs for me. But even
opening the original PDF with Writer's PDF filter results in LO hanging
(document displayed but impossible to work on it).

Tested recent trunk build and 6.0.0.3.

In any case, even with the long loading times in both LO and MSO, I can see the
collapsed contents in MSO, which I bibisected with linux-64-7.4 to first bad
build commit [b77a5408177cf0db37ca5aa3d9cf106c0157ab9b] which points to core
commit 588e59cc36475ded243ce4fd9062473cddd2c016 which is a cherrypick of:

commit  fc2fb95fdb4262792e94afe61b784c8ae71d171e
author  Kevin Suo Sun Oct 23 19:10:29 2022 +0800
committer   Kevin Suo Sun Oct 23 20:10:18 2022 +0800
sdext.pdfimport Writer: Do not visit DrawElement twice in WriterXmlEmitter
https://gerrit.libreoffice.org/c/core/+/142313

Kevin, can you please have a look?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||7640

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

ruslani...@gmail.com changed:

   What|Removed |Added

Summary|PDF: Conversion pdf to  |PDF: Conversion pdf to
   |docx, collapsing to one |docx, collapsing to one
   |page & pdf to xlsx problem  |page

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page & pdf to xlsx problem

2023-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

--- Comment #4 from Mike Kaganski  ---
(In reply to ruslanik55 from comment #3)

Please file another bug for that - it is completely unrelated to the issue that
you filed here.

The command line without infilter fails correctly - because without it, the PDF
is loaded into Draw, and the latter can't save to a spreadsheet format. The
same as if you opened it interactively.

The second might mean that the PDF has nothing that could be interpret as a
spreadsheet content. Which might be OK, depending on a specific PDF.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page & pdf to xlsx problem

2023-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

ruslani...@gmail.com changed:

   What|Removed |Added

Summary|PDF: Conversion pdf to  |PDF: Conversion pdf to
   |docx, collapsing to one |docx, collapsing to one
   |page|page & pdf to xlsx problem

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

--- Comment #3 from ruslani...@gmail.com ---
And also it seems a bug with xlsx format

libreoffice7.6 --headless --convert-to xlsx:"Calc MS Excel 2007 XML" test.pdf

convert /home/tmp/test.pdf as a Draw document -> /home/tmp/test.xlsx using
filter : Calc MS Excel 2007 XML
Unspecified Application Error

If I will use specified filter in documentation it will be

libreoffice7.6 --headless --infilter="calc_pdf_addstream_import" --convert-to
xlsx:"Calc MS Excel 2007 XML" test.pdf 
Error: source file could not be loaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 OS|Linux (All) |All
   Keywords|filter:docx |bibisectRequest, regression
Version|7.6.2.1 release |7.5.0.3 release
   Hardware|x86-64 (AMD64)  |All
 Ever confirmed|0   |1

--- Comment #2 from Mike Kaganski  ---
Repro using Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL threaded

and also using current master, using e.g. command:

> soffice --convert-to docx test.pdf --infilter=writer_pdf_import

It is not specific to the DOCX; the same result when the "docx" is replaced
with e.g. "doc".

The interesting thing is, that the single-page result is visible *in MS Word*,
but not in Writer.

Version 7.4.0.3 generated a file that opened normally in Word.
The problem started already in version 7.5.0.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

--- Comment #1 from ruslani...@gmail.com ---
libreoffice --convert-to 'docx:MS Word 2007 XML' test.pdf
--infilter='writer_pdf_import' --headless

changed quoutes

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

Mike Kaganski  changed:

   What|Removed |Added

URL||https://ask.libreoffice.org
   ||/t/conversion-pdf-to-docx-i
   ||n-libreoffice-7-6-collapsin
   ||g-all-in-one-page/96650

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157589] PDF: Conversion pdf to docx, collapsing to one page

2023-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157589

ruslani...@gmail.com changed:

   What|Removed |Added

   Keywords||filter:docx, filter:pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.