Bug 167907 - Exporting Calc documents as PDF trims text on cell boundary when using SinglePageSheets
Summary: Exporting Calc documents as PDF trims text on cell boundary when using Single...
Status: RESOLVED DUPLICATE of bug 164683
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Printing and PDF export (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-11 13:25 UTC by withfacepalm
Modified: 2025-08-11 14:12 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description withfacepalm 2025-08-11 13:25:38 UTC
Description:
When a long text is specified in a cell in a right-most column (relative to data), when SinglePageSheet is set to `true`, text in a cell is being trimmed by cell width, even though printing a document with SinglePageSheet=false results in all text being printed.

Steps to Reproduce:
1. Create an empty calc document
2. Write the following line in any cell without modifying cell width: "this is a long and boring text line that does not fit in a cell"
3. Run the following CLI command: `libreoffice --convert-to 'pdf:calc_pdf_Export:{"SinglePageSheets":{"type":"boolean","value":"true"}}' <doc_name>`

Actual Results:
A pdf document is created that displays "this is a long a"

Expected Results:
A pdf document is created that at least displays "this is a long and boring text line that does not fit in a cell"


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.2.7.2 (X86_64) / LibreOffice Community
Build ID: 420(Build:2)
CPU threads: 12; OS: Linux 6.8; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 4:24.2.7-0ubuntu0.24.04.4
Calc: threaded
Comment 1 raal 2025-08-11 14:12:19 UTC

*** This bug has been marked as a duplicate of bug 164683 ***