SplitPdfInput 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
public class SplitPdfInput
type SplitPdfInput = class
Public Class SplitPdfInput
- Inheritance
-
SplitPdfInput
Constructors
| Name | Description |
|---|---|
| SplitPdfInput() | |
Properties
| Name | Description |
|---|---|
| Async |
Creates a background processing job. |
| 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. |
| Name |
Base file name for new PDF files |
| Pages |
Comma-separated list of page indices (or ranges) to split into. First page is 1 (one). Example: "1,2-5,7-". Special cases: to extract each page into separate PDF use to |
| 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. |
| Url |
Url to the source PDF document |