mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-29 05:12:00 +00:00
Marked newly discovered bug
This commit is contained in:
parent
698c8f6215
commit
7503d70377
@ -32,6 +32,8 @@ function duplexSort(pages: number|number[]): number[] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* TODO: This code is bugged. With even pages it is just duplexSort() and with odd pages, a page is duplicated!
|
||||||
|
*
|
||||||
* Arranges pages for booklet printing (last, first, second, second last, ...).
|
* Arranges pages for booklet printing (last, first, second, second last, ...).
|
||||||
* @param pages A list of page indexes, or the number of total pages in the document (which will be converted into a list of page indexes).
|
* @param pages A list of page indexes, or the number of total pages in the document (which will be converted into a list of page indexes).
|
||||||
* @returns A booklet-sorted list of page indexes.
|
* @returns A booklet-sorted list of page indexes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user