SplitPdf2Input Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Split PDF (Advanced)
public class SplitPdf2Input
type SplitPdf2Input = class
Public Class SplitPdf2Input
- Inheritance
-
SplitPdf2Input
Constructors
| Name | Description |
|---|---|
| SplitPdf2Input() | |
Properties
| Name | Description |
|---|---|
| Async |
Creates a background processing job. |
| CaseSensitive |
Set to true to enable case-sensitive search. |
| ExcludeKeyPages |
Set to true if you want to exclude pages where text was found |
| Expiration |
Set the expiration time for the output link in minutes (default is 60 i.e 60 minutes or 1 hour), After this specified duration, any generated output file(s) will be automatically deleted from PDF.co temporary files storage. The maximum duration for link expiration varies based on your current subscription plan. |
| Inline |
Determines whether to return output in response or link to output file. |
| Lang |
the language for OCR (text from image) to use for scanned PDF, PNG, and JPG documents input when extracting text. The default is “eng”. Other languages are also supported: deu, spa, chi_sim, jpn, and many others (full list of supported OCR languages is at https://developer.pdf.co/api/pdf-make-text-searchable-or-unsearchable/index.html#language-support). You can also use 2 languages simultaneously like this: eng+deu or jpn+kor (any combination). |
| Name |
Base file name for new PDF files |
| Profiles |
Use this parameter to set additional configurations for fine-tuning and extra options. Explore PDF.co knowledgebase (https://developer.pdf.co/api/profiles/index.html) for profile examples. |
| RegexSearch |
Set to true to enable regular expressions for the search string |
| SearchString |
Text to search for on pages. Can also search by barcode, for more info visit https://developer.pdf.co/api/pdf-split/index.html?utm_source=api-docs#post-tag-pdf-split2 |
| Url |
Url to the source PDF document |