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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
The function opens the output file into which the PDF file should be written.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
Path | The file path to create the PDF. The file name should include pdf file extension. |
"C:\Test.pdf" | |
OpenPwd | Open password. | "" | |
OwnerPwd | Owner password. | "Hello" | |
Encryption | Which encryption to use. Can be 40bit, 128bit, 128bitEx, AES128, AES256 or AESRev6. | "AES256" | |
RestrictFlags | What restrictions to apply. See above. | 4+8 | Optional |
Returns OK or error.
See also OpenOutputFileEncrypted function in DynaPDF manual.
Created 16th July 2016, last changed 9th April 2017
DynaPDF.OpenOutputFile - DynaPDF.OpenPDFFromContainer
Feedback: Report problem or ask question.