Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsPDFDocumentMBS class.
WindowsPDFDocumentMBS.ConvertImage(ImageData as String) as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This is a little utility function to use Windows' built-in image encoders and decoders to convert various image formats like HEIF/HEIC to a PNG image.
Returns new image as string with bytes of PNG image.
WindowsPDFDocumentMBS.LoadFromData(data as MemoryBlock, Password as String = "") as WindowsPDFDocumentMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method raises an exception reporting an ERROR_WRONG_PASSWORD (1323) error if the wrong password is specified.
See also:
WindowsPDFDocumentMBS.LoadFromData(data as String, Password as String = "") as WindowsPDFDocumentMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method raises an exception reporting an ERROR_WRONG_PASSWORD (1323) error if the wrong password is specified.
See also:
WindowsPDFDocumentMBS.LoadFromDataAsync(data as MemoryBlock, Handler as WindowsPDFDocumentLoadedMBS, Password as String = "")
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls the given delegate later.
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method reports an ERROR_WRONG_PASSWORD (1323) error via delegate if the wrong password is specified.
See also:
WindowsPDFDocumentMBS.LoadFromDataAsync(data as String, Handler as WindowsPDFDocumentLoadedMBS, Password as String = "")
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls the given delegate later.
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method reports an ERROR_WRONG_PASSWORD (1323) error via delegate if the wrong password is specified.
See also:
WindowsPDFDocumentMBS.LoadFromFile(File as FolderItem, Password as String = "") as WindowsPDFDocumentMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method raises an exception reporting an ERROR_WRONG_PASSWORD (1323) error if the wrong password is specified.
WindowsPDFDocumentMBS.LoadFromFileAsync(File as FolderItem, Handler as WindowsPDFDocumentLoadedMBS, Password as String = "")
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls the given delegate later.
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method reports an ERROR_WRONG_PASSWORD (1323) error via delegate if the wrong password is specified.
WindowsPDFDocumentMBS.LoadFromPath(Path as String, Password as String = "") as WindowsPDFDocumentMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method raises an exception reporting an ERROR_WRONG_PASSWORD (1323) error if the wrong password is specified.
WindowsPDFDocumentMBS.LoadFromPathAsync(Path as String, Handler as WindowsPDFDocumentLoadedMBS, Password as String = "")
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls the given delegate later.
Password: The password to open the Portable Document Format (PDF) document, if it requires one.
If the Portable Document Format (PDF) document does not require a password, this method ignores it.
This method reports an ERROR_WRONG_PASSWORD (1323) error via delegate if the wrong password is specified.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.