0-based means the first page of the document is page 0, the second is page 1, and the eleventh is page 10. So to flatten the first through the fourteenth pages, the code would be:
this.flattenPages({nStart: 0, nEnd: 13});
Do that work for you?
0-based means the first page of the document is page 0, the second is page 1, and the eleventh is page 10. So to flatten the first through the fourteenth pages, the code would be:
this.flattenPages({nStart: 0, nEnd: 13});
Do that work for you?