Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. (...)
  2. File input = new File("C:\temp\sample.pdf");
  3. document = PDDocument.load(input);
  4. List allPages = document.getDocumentCatalog().getAllPages();
  5. PDPage page = (PDPage) allPages.get(2);
  6. PDStream contents = page.getContents();
  7. if (contents != null) {
  8. System.out.println(contents.getInputStreamAsString());
  9. (...)
  10.  
  11. q
  12. /GS0 gs
  13. /Fm0 Do
  14. Q
  15. /Span <</Lang (en-US)/MCID 88 >>BDC
  16. BT
  17. /CS0 cs 0 0 0 scn
  18. /GS1 gs
  19. /T1_0 1 Tf
  20. 8.5 0 0 8.5 70.8661 576 Tm
  21. (This page has been intentionally left blank.)Tj
  22. ET
  23. EMC
  24. 1 1 1 scn
  25. /GS0 gs
  26. 22.677 761.102 28.346 32.599 re
  27. f
  28. /Span <</Lang (en-US)/MCID 89 >>BDC
  29. BT
  30. 0.531 0.53 0.528 scn
  31. /T1_1 1 Tf
  32. 9 0 0 9 45.7136 761.1024 Tm
  33. (2)Tj
  34. ET
  35. EMC
  36. q
  37. 0 g
  38. /Fm1 Do
  39. Q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement