Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
QLPreviewPanel.AddPDF
Adds a PDF to the preview items.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| QuickLook | 4.3 | Yes | No | No | No | Yes |
MBS( "QLPreviewPanel.AddPDF"; PDF { ; Title } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| The PDF. | |||
| Title | The title to use. | "Hello World" | Optional |
Result
Returns OK or error.
Description
Adds a PDF to the preview items.You can pass a container value with the PDF content from a media field. Or a text with an URL. Or a PDF reference from PDFKit.Open.
Either we use file path from FileMaker's external container storage directly or we write a temporary file, which is cleared later when app quits or panel is cleared.
See also
- PDFKit.Open
- QLPreviewPanel.AddFile
- QLPreviewPanel.AddImage
- QLPreviewPanel.Clear
- QLPreviewPanel.GetTop
- QLPreviewPanel.Hide
- QLPreviewPanel.Resize
Example Databases
Created 18th August 2014, last changed 15th August 2018
QLPreviewPanel.AddImage - QLPreviewPanel.Clear
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins