Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Product Information
Programmer's Guide
Knowledge Base
Aspose.Pdf.Kit for .Net API Reference
Aspose.Pdf.Kit Namespace
AlignmentType Class
Annotation Class
AnnotationFlag Enumeration
AnnotationType Enumeration
AppearanceFlag Enumeration
AutoFiller Class
BookMark Class
BookMarks Class
Certificate Class
DataType Enumeration
DocumentPrivilege Class
EncodingType Enumeration
EnumDescription Class
FieldFlag Enumeration
FieldType Enumeration
FontColor Class
FontStyle Enumeration
Form Class
FormattedText Class
FormDataConverter Class
FormEditor Class
FormFieldFacade Class
License Class
LineInfo Class
LinkInfo Class
LogoStyle Class
MarkupType Enumeration
MenuActionName Enumeration
PageSize Class
PageTransitionType Enumeration
PdfAnnotationEditor Class
PdfContentEditor Class
PdfConverter Class
PdfExtractor Class
PdfExtractor Members
PdfExtractor Constructor
Properties
Methods
PdfFileEditor Class
PdfFileInfo Class
PdfFileMend Class
PdfFileSecurity Class
PdfFileSignature Class
PdfFileStamp Class
PdfPageEditor Class
PdfPrivilege Enumeration
PdfViewer Class
PdfXmpMetadata Class
PropertyFlag Enumeration
Stamp Class
VerticalAlignmentType Class
ViewerPreference Class
XmpSchema Class
Aspose.Pdf.Kit for Java API Reference
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Aspose.Chart for .NET
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Network for .NET
Aspose.Workflow for .NET
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
File Format Components
>
Aspose.Pdf.Kit for .NET and Java
>
Aspose.Pdf.Kit for .Net API Reference
>
Aspose.Pdf.Kit Namespace
>
PdfExtractor Class
>
PdfExtractor Members
PdfExtractor overview
Public Instance Constructors
PdfExtractor Constructor
The constructor of the PdfExtractor object.
Public Instance Properties
EndPage
Gets or sets end position which you want to extract of the pdf file. see also:
ExtractImage
ExtractTextMode
Sets the mode for extract text's result. 0 is pure text mode and 1 is raw ordering mode. Default is 0.
Password
Gets and sets input file's password. see also:
ExtractText
StartPage
Gets or sets start position which you want to extract of the pdf file. see also:
ExtractImage
Public Instance Methods
BindPdf
Overloaded. Binds an Pdf file for extractor. see also:
ExtractImage
,
ExtractText
Equals
(inherited from
Object
)
Determines whether the specified
Object
is equal to the current
Object
.
ExtractAttachment
Overloaded. Extracts attachments from a Pdf document.
ExtractImage
Extracts images from a Pdf document.
ExtractText
Extracts text from a Pdf document.
GetAttachment
Overloaded. Saves all the attachment file to outputPath.
GetAttachNames
Gets all the attachment file's filename.
GetHashCode
(inherited from
Object
)
Serves as a hash function for a particular type.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table.
GetNextImage
Overloaded. Saves image to file. The default image format is .jpeg. see also:
ExtractImage
GetNextPageText
Overloaded. Saves one page's text to file. see also:
ExtractText
GetText
Overloaded. Saves text to file. see also:
ExtractText
GetType
(inherited from
Object
)
Gets the
Type
of the current instance.
GetWordCount
Obsolete.
Returns the word count of the pdf document.
HasNextImage
Indicates that whether can get more images or not.see also:
ExtractImage
HasNextPageText
Indicates that whether can get more texts or not.see also:
ExtractText
ToString
(inherited from
Object
)
Returns a
String
that represents the current
Object
.
Protected Instance Methods
Finalize
(inherited from
Object
)
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
MemberwiseClone
(inherited from
Object
)
Creates a shallow copy of the current
Object
.
See Also
PdfExtractor Class
|
Aspose.Pdf.Kit Namespace