https://bugs.documentfoundation.org/show_bug.cgi?id=144056
Bug ID: 144056
Summary: soffice.exe is adding input file name as heading to
the output file, during CSV to pdf conversion
Product: LibreOffice
Version: 4.0.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
HI,
When I am trying to convert .csv file to pdf , using the below command,
soffice.exe is adding the input file name as a heading to the output file.
soffice.exe --convert-to pdf statusreport.csv --headless
Is there a way to avoid soffice.exe to add the input file name to the output
file heading?
In our case the input file name is a GUID. So a GUID as heading in the output
file is not acceptable for our customer.
Hence kindly request you to show us an alternative way to avoid this.
Steps to Reproduce:
1.Run this command with any CSV file: soffice.exe --convert-to pdf
inputfile.csv --headless
2.The converted output file is appended with input filename as heading
3.
Actual Results:
The output file with heading
Expected Results:
Output file without heading
Reproducible: Always
User Profile Reset: No
Additional Info:
I could not find any help on this topic. Kindly help.
--
You are receiving this mail because:
You are the assignee for the bug.