public class PdfDocument extends Object implements AutoCloseable
| Constructor and Description |
|---|
PdfDocument() |
PdfDocument(File file)
Deprecated.
use open(File file)
|
PdfDocument(File file,
String password)
Deprecated.
use open(File file, String password)
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PdfDocumentStatistics |
getDocumentStatistics() |
File |
getFile() |
int |
getTableCount() |
PdfDocument |
open()
Deprecated.
use open(File file) or open(InputStream inputStream)
|
PdfDocument |
open(File file) |
PdfDocument |
open(File file,
String password) |
PdfDocument |
open(InputStream inputStream) |
PdfDocument |
open(InputStream inputStream,
String password) |
@Deprecated public PdfDocument(File file)
@Deprecated public PdfDocument(File file, String password)
public PdfDocument()
public PdfDocument open(File file)
public PdfDocument open(File file, String password)
public PdfDocument open(InputStream inputStream)
public PdfDocument open(InputStream inputStream, String password)
@Deprecated public PdfDocument open()
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic int getTableCount()
public File getFile()
public PdfDocumentStatistics getDocumentStatistics()
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.