commit | 9e4bbc60a9e95f624e577997259fbd6500dac15d | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Thu Mar 31 15:39:16 2016 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Thu Mar 31 15:39:16 2016 -0700 |
tree | fa2e096ecd702e25ae9f8c38a2b8a275d6a15b7f | |
parent | 7b92d3c04d1d256b4fc1f7a131c3cc4373c55128 [diff] |
Do not rely on documentInfo.pageCount when selecting which pages to scrap documentInfo.PageCount might be set to "unknown" == -1. Hence we don't know where the last page to scrap ends. Hence defer this decision all way until PdfManipulationService.removePages as then we know the actual pages of the document. Change-Id: I063c3cd084d65a3ac5c60c3d85cec3a346be2680 Fixed: 27948632