eol
This commit is contained in:
@@ -120,9 +120,8 @@ 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);
|
|
||||||
|
|
||||||
contentStream.saveGraphicsState();
|
contentStream.saveGraphicsState();
|
||||||
contentStream.addRect(0, 0, subPageWidth, subPageHeight);
|
contentStream.addRect(0, 0, subPageWidth, subPageHeight);
|
||||||
|
|||||||
Reference in New Issue
Block a user