Class
PDFConvertTransform
public class PDFConvertTransform: Transform
Converts a PDF to a specific orientation, page format, and, optionally, extracts specific pages.
Relationships
Superclass
Transform:nodoc:
Initializers
Methods
pageOrientation(_:)
@discardableResult
func pageOrientation(_ value: TransformPageOrientation) -> Self
Adds the pageOrientation option.
Parameters
| Name | Type | Description |
|---|---|---|
| value | TransformPageOrientation |
A |
pageFormat(_:)
@discardableResult
func pageFormat(_ value: TransformPageFormat) -> Self
Adds the pageFormat option.
Parameters
| Name | Type | Description |
|---|---|---|
| value | TransformPageFormat |
A |
pages(_:)
@discardableResult
func pages(_ value: [Int]) -> Self
Adds the pages option.
Parameters
| Name | Type | Description |
|---|---|---|
| value | [Int] |
An array of page numbers. |