We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccd457 commit c8ac8c3Copy full SHA for c8ac8c3
README.md
@@ -212,7 +212,7 @@ const styles = StyleSheet.create({
212
| Param | Type | Note |
213
|---|---|---|
214
| `html` | `string` | **iOS and Android Only:** HTML string to print
215
-| `fileName` | `string` | Custom Filename excluding .pdf extension or remote file url NOTE: iOS only supports https protocols
+| `filePath` | `string` | Local or remote file url NOTE: iOS only supports https protocols for remote
216
| `printerURL` | `string` | **iOS Only:** URL returned from `selectPrinterMethod()`
217
| `isLandscape` | `bool` | Landscape print; default value is false
218
| `jobName` | `string` | **Android Only:** Name of printing job; default value is "Document"
0 commit comments