public class AutotagOutputFiles extends Object
AutotagPDFOperation| Constructor and Description |
|---|
AutotagOutputFiles() |
| Modifier and Type | Method and Description |
|---|---|
FileRef |
getReportFile()
Gets the output XLSX report file.
|
FileRef |
getTaggedPDFFile()
Gets the output tagged PDF file.
|
void |
saveReport(String location)
Saves XLSX report file to location passed in parameter.
|
void |
saveTaggedPDF(String location)
Saves tagged PDF file to location passed in parameter.
|
void |
setReportFile(FileRef reportFile)
Sets a FileRef instance of XLSX report file
|
void |
setTaggedPDFFile(FileRef taggedPDFFile)
Sets a FileRef instance of tagged PDF file
|
public FileRef getTaggedPDFFile()
public void setTaggedPDFFile(FileRef taggedPDFFile)
taggedPDFFile - public FileRef getReportFile()
public void setReportFile(FileRef reportFile)
reportFile - public void saveTaggedPDF(String location) throws IOException
location - for saving tagged PDF fileIOExceptionpublic void saveReport(String location) throws IOException
location - for saving XLSX report fileIOExceptionCopyright © 2022 Adobe. All rights reserved.