|
I have a PDF, created from scratch in a memory stream. It has 4 pages. I want page 4 to be page 2 (toc problem).
I create an int array of the desired order, and pass it to the reorder method on the writer class but the end result is still 1,2,3,4 and not 1,4,2,3 as desired.
Is this a bug? Why does this simply do nothing?
|