BaseExtractorCreateProfile Method (String, String, Boolean, Boolean, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Creates JSON profile will all extractor properties with current values.
Namespace:Bytescout.PDF2HTMLAssembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
public void CreateProfile( string profileName, string outputFileName, bool indented = false, bool singleQuotes = false, bool simplifiedProfile = false )
Parameters
- profileName
- Type: SystemString
Name of profile (without spaces). - outputFileName
- Type: SystemString
Output file name. - indented (Optional)
- Type: SystemBoolean
Set to true if you need indented JSON. - singleQuotes (Optional)
- Type: SystemBoolean
Set to true if you need single-quoted JSON. - simplifiedProfile (Optional)
- Type: SystemBoolean
Whether to generate the simplified profile that contains only the properties.
Implements
IProfilesCreateProfile(String, String, Boolean, Boolean, Boolean)See Also