C# Класс PdfRpt.Core.Helper.ExtractPdfFileAttachments

Extracting all of the document level attachments and file attachment annotations of a given PDF file.
Показать файл Открыть проект

Открытые методы

Метод Описание
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