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
Created attachment 189125 [details] File before export
Created attachment 189126 [details] exported pdf
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.
Yeah we want that with "Whole Sheet Export"
We want a output to be exported as 'whole sheet export' but that is not able to export all the rows available
Hi All, Can we get ETA for the fix of this defect ? thanks!
(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.
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.