eol
This commit is contained in:
@@ -120,7 +120,6 @@ public class SplitPdfBySectionsController {
|
|||||||
float translateX = -subPageWidth * i;
|
float translateX = -subPageWidth * i;
|
||||||
float translateY = height - subPageHeight * (verticalDivisions - j);
|
float translateY = height - subPageHeight * (verticalDivisions - j);
|
||||||
|
|
||||||
|
|
||||||
// Code for google Docs pdfs..
|
// Code for google Docs pdfs..
|
||||||
// float translateY = -subPageHeight * (verticalDivisions - 1 - j);
|
// float translateY = -subPageHeight * (verticalDivisions - 1 - j);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user