Bug 156893 - PDF Whole Sheet export feature only exporting data up to 1022 rows
Summary: PDF Whole Sheet export feature only exporting data up to 1022 rows
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
6.4.0.3 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:pdf, implementationError
Depends on:
Blocks: PDF-Export-Options-Dialog
  Show dependency treegraph
 
Reported: 2023-08-24 12:30 UTC by Vikas
Modified: 2024-03-07 02:12 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
File before export (611.00 KB, application/vnd.ms-excel)
2023-08-24 12:31 UTC, Vikas
Details
exported pdf (147.21 KB, application/pdf)
2023-08-24 12:40 UTC, Vikas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vikas 2023-08-24 12:30:56 UTC
Description:
PDF: After export excel file to pdf with option "Whole Sheet Export" and got the data only upto 1022 rows.



Steps to Reproduce:
1. Open Calc
2. Select menu File->Export to PDF
3. Select Whole Sheet Export
4. Open resulting pdf and there will be only data upto 1022 rows

Command to reproduce the issue -
soffice --headless --convert-to "pdf:impress_pdf_Export:{"SinglePageSheets":{"type":"boolean","value":"true"}}" inputfilepath --outdir outputpath

Actual Results:
Not correct result of exporting file to pdf with option "Whole Sheet Export".



Expected Results:
Correct exporting file to pdf with option "Whole Sheet Export" where each sheet will be on exactly one page.


Reproducible: Always


User Profile Reset: No

Additional Info:
NA
Comment 1 Vikas 2023-08-24 12:31:28 UTC
Created attachment 189125 [details]
File before export
Comment 2 Vikas 2023-08-24 12:40:43 UTC
Created attachment 189126 [details]
exported pdf
Comment 3 ady 2023-08-24 16:10:35 UTC
Repro in a recent LO Dev 24.2 version.

Without setting "Whole Sheet Export", the complete set of rows is exported (not limited to 1022 only), but of course the page size/format is not the same.
Comment 4 Vikas 2023-08-24 16:18:03 UTC
Yeah we want that with  "Whole Sheet Export"
Comment 5 Vikas 2023-09-08 08:33:10 UTC
We want a output to be exported as 'whole sheet export' but that is not able to export all the rows available
Comment 6 Vikas 2023-09-15 04:56:23 UTC
Hi All,

Can we get ETA for the fix of this defect ?

thanks!
Comment 7 Mike Kaganski 2023-10-09 06:33:10 UTC
(In reply to Vikas from comment #6)
> Can we get ETA for the fix of this defect ?

No. There is absolutely no ETAs in this bug tracker, which is handled by volunteer. You only can expect an ETA, if you find someone who signs a contract with you, which would include terms about ETAs.
Comment 8 Stéphane Guillou (stragu) 2024-03-06 23:26:45 UTC
Still the case in a recent trunk build:

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9574a62add8e4901405e12117e75c86c2d2c2f21
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

Was already the case in:

Version: 6.4.0.3
Build ID: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3; 
Locale: en-AU (en_AU.UTF-8); UI-Language: en-US
Calc: threaded

So marking as "implementation error".

Saving as ODS before exporting does not make a difference.