Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines profiles support.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
The IProfiles type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Profiles |
Comma-separated list of profiles to apply to the extractor. Profiles must be previously loaded.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateProfile(String, Boolean) |
Creates JSON profile will all extractor properties with current values.
|
![]() | CreateProfile(String, String, Boolean) |
Creates JSON profile will all extractor properties with current values.
|
![]() | LoadAndApplyProfiles |
Loads profiles from JSON string and automatically applies them. Note that profiles containing
detection keywords will be deferred until the extraction.
|
![]() | LoadProfiles |
Loads profiles from JSON file.
|
![]() | LoadProfilesFromString |
Loads profiles from JSON string.
|
See Also