https://bugs.documentfoundation.org/show_bug.cgi?id=106853

            Bug ID: 106853
           Summary: LibreOffice convert-to/print-to-file don't use “scale”
           Product: LibreOffice
           Version: 4.4.0.3 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Printing and PDF export
          Assignee: [email protected]
          Reporter: [email protected]

Description:
try to convert xlsx document to pdf like

libreoffice --convert-to pdf  1.xlsx --headless
or

libreoffice --print-to-file  1.xlsx --headless

on an output the file constructed without the scale parameter

Steps to Reproduce:
1.
create new xlsx file by libreoffice calc
insert some data
2.
set prit options:
File->Print Preview -> Format Page-> Sheet -> Scale :
Scale mode: Reduce/enlarge printout
Scaling factor:  50% 
3.
Save file to "xlsx" fromat
4.
convert with "libreoffice --convert-to pdf/print-to-file "
5. open output file to be convinced that scale parameter don't use

Actual Results:  
scale parameter don't use

Expected Results:
slace parameter influences to output file by  -convert-to pdf/print-to-file


Reproducible: Always

User Profile Reset: No

Additional Info:
if itself I generate xlsx file

xl/worksheets/sheet1.xml

<worksheet>
  <sheetPr filterMode="false">
    <pageSetUpPr fitToPage="false"/>
  </sheetPr>
...
...
<pageSetup 
  paperSize="9" 
  scale="50" 
  firstPageNumber="0" 
  fitToWidth="1" 
  fitToHeight="1" 
  pageOrder="downThenOver" 
  orientation="portrait" 
  usePrinterDefaults="false" 
  blackAndWhite="false" 
  draft="false" 
  cellComments="none" 
  useFirstPageNumber="false" 
  horizontalDpi="300" 
  verticalDpi="300" 
  copies="1"/>
...

</worksheet>

this problem reproduce


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/54.0.2840.59 Safari/537.36

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to