Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CGNewPDFDocumentMBS(consumer as CGDataConsumerMBS, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | CoreGraphics | MBS MacCG Plugin | 12.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Title, author and creator are all optional.
Requires Mac OS X to work.
Keep yourself a reference to the consumer object so RB does not release it resulting in a crash.
CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string) as CGPDFContextMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | CoreGraphics | MBS MacCG Plugin | 12.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Title, author and creator are all optional.
Requires Mac OS X to work.
CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean) as CGPDFContextMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | CoreGraphics | MBS MacCG Plugin | 12.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Title, Author, Creator, Subject and Keywords parameters can be empty.
If OwnerPassword and UserPassword are filled in the PDF is encrypted and AllowsPrinting/AllowsCopy define what the user can do after he entered his password.
The passwords must be a string which can be represented in ASCII encoding; only the first 32 bytes will be used for the password.
Requires Mac OS X to work.
See also:
CGNewPDFDocumentMBS(file as folderitem, MediaBox as CGRectMBS, title as string, author as string, creator as string, subject as string, keywords as string, OwnerPassword as string, UserPassword as string, AllowsPrinting as boolean, AllowsCopy as boolean, KeyLength as Integer) as CGPDFContextMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | CoreGraphics | MBS MacCG Plugin | 12.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Title, Author, Creator, Subject and Keywords parameters can be empty.
If OwnerPassword and UserPassword are filled in the PDF is encrypted and AllowsPrinting/AllowsCopy define what the user can do after he entered his password. #
The passwords must be a string which can be represented in ASCII encoding; only the first 32 bytes will be used for the password.
Keylength must be a value between 48 bit and 128 bit in 8 bit steps. 0 uses default value.
Requires Mac OS X to work.
See also:
The items on this page are in the following plugins: MBS MacCG Plugin.