Package org.pdfclown.tokens

Examples of org.pdfclown.tokens.Reader


  public File(
    IInputStream stream
    ) throws FileFormatException
  {
    reader = new Reader(stream, this);

    FileInfo info = reader.readInfo();
    version = info.getVersion();
    trailer = info.getTrailer();
    if(trailer.containsKey(PdfName.Encrypt)) // Encrypted file.
View Full Code Here

TOP

Related Classes of org.pdfclown.tokens.Reader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.