Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. pd4ml = new PD4ML();
  2. pd4ml.setPageSize(PD4Constants.A4);
  3. pd4ml.setPageInsetsMM(new Insets(TOPVALUE, LEFTVALUE, BOTTOMVALUE, RIGHTVALUE));
  4. pd4ml.setHtmlWidth(USERSPACEWIDTH);
  5. pd4ml.enableImgSplit(false);
  6. pd4ml.disableHyperlinks();
  7. //some more code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement