C# 클래스 PdfRpt.Core.Helper.ExtractPdfFileAttachments

Extracting all of the document level attachments and file attachment annotations of a given PDF file.
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
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 ( PdfReader reader ) : IList
extractFile ( PdfDictionary filespec ) : PdfRpt.Core.Contracts.AttachmentFile
extractFileAttachmentAnnotations ( PdfReader reader ) : IList
prepareAttachments ( List results, PdfReader reader ) : void

메소드 상세

PerformExtraction() 공개 정적인 메소드

Start extracting all of the document level attachments and file attachment annotations of a given PDF file.
public static PerformExtraction ( string pdfFilePath ) : IList
pdfFilePath string Input file's path.
리턴 IList

PerformExtraction() 공개 정적인 메소드

Start extracting all of the document level attachments and file attachment annotations of a given PDF file.
public static PerformExtraction ( this pdfFileStream ) : IList
pdfFileStream this Input file's stream.
리턴 IList