JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.examples.images
Class ExtractPagesAsThumbnails

java.lang.Object
  extended by org.jpedal.examples.images.ExtractPagesAsThumbnails

public class ExtractPagesAsThumbnails
extends java.lang.Object

This example opens a pdf file and extracts the images version of each page which it saves as an image scaled to users specification


Field Summary
static boolean isTest
          used as part of test to limit pages to first 10
static boolean orderReversed
           
static boolean outputMessages
          flag to show if we print messages
 
Constructor Summary
ExtractPagesAsThumbnails(java.lang.String[] args)
          constructor to provide same functionality as main method Full details at http://www.jpedal.org/support_egEPT.php
 
Method Summary
 java.lang.String getOutputDir()
           
static void main(java.lang.String[] args)
          main routine which checks for any files passed and runs the demo Full details at http://www.jpedal.org/support_egEPT.php
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputMessages

public static boolean outputMessages
flag to show if we print messages


isTest

public static boolean isTest
used as part of test to limit pages to first 10


orderReversed

public static boolean orderReversed
Constructor Detail

ExtractPagesAsThumbnails

public ExtractPagesAsThumbnails(java.lang.String[] args)
constructor to provide same functionality as main method Full details at http://www.jpedal.org/support_egEPT.php

Method Detail

main

public static void main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo Full details at http://www.jpedal.org/support_egEPT.php


getOutputDir

public java.lang.String getOutputDir()
Returns:
Returns the output_dir.

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support