메소드 | 설명 | |
---|---|---|
PerformExtraction ( string pdfFilePath ) : IList |
Start extracting all of the document level attachments and file attachment annotations of a given PDF file.
|
|
PerformExtraction ( this pdfFileStream ) : IList |
Start extracting all of the document level attachments and file attachment annotations of a given PDF file.
|
메소드 | 설명 | |
---|---|---|
extractDocumentLevelAttachments ( |
||
extractFile ( |
||
extractFileAttachmentAnnotations ( |
||
prepareAttachments ( List |
public static PerformExtraction ( string pdfFilePath ) : IList |
||
pdfFilePath | string | Input file's path. |
리턴 | IList |
public static PerformExtraction ( this pdfFileStream ) : IList |
||
pdfFileStream | this | Input file's stream. |
리턴 | IList |