Description: when printing page number 3, it prints a blank page and the page counter shows 4 pages. Steps to Reproduce: 1. open document 2. open print dialog 3. set range of pages to number 3 Actual Results: when printing page number 3, it prints a blank page and the page counter shows 4 pages. Expected Results: page number 3 is expected to be the last one, i.e. 3 pages in total. Reproducible: Always User Profile Reset: Yes Additional Info: in version 5.1.6 print page number 3 is displayed as no page. in version 5.2.0-7.6.0 print page number 3 is output as a blank page. the document is made in MSO. checking on windows 7, 8.1, 10, with 256 printers and all configuration.
Created attachment 185610 [details] document with bug
Created attachment 185611 [details] how it looks
Your first pages are page-styled with MPF1 which requires different header/footer on left and right pages. But this does not seem to be the cause. Your last page is styled MPF1 which does not differentiate left and right pages. It is preceded by a manual break which forces page number to 146, an even value. Presently, LO considers as an absolute rule that odd pages are on right and even pages on left. Consequently, after page 2, a blank page is inserted to respect parity. Bug 150913 comment 8 discusses possible enhancement to page break attributes to cope with author decision and taste. As such your problem is not a bug per se but a consequence of the absolute rule mentioned above.
(In reply to ajlittoz from comment #3) in my opinion, the document created in MSO (by OCR function) should also look like in LO. I expect LO to detect the source of the document and turn off the 'Print automatically inserted blank page' option. but I'm not sure of my conclusion and the sufficiency of this solution.
I think this is a formatting problem, not a bug. closed.