Platforms to show: All Mac Windows Linux Cross-Platform

Back to CGPDFDocumentMBS class.

CGPDFDocumentMBS.CreateWithData(data as Memoryblock) as CGPDFDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreGraphics MBS MacCG Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a Quartz PDF document using a data.

Distributing individual pages of a PDF document to separate threads is not supported. If you want to use threads, consider creating a separate document for each thread and operating on a block of pages per thread.

See also:

CGPDFDocumentMBS.CreateWithData(data as string) as CGPDFDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreGraphics MBS MacCG Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a Quartz PDF document using a data.

Distributing individual pages of a PDF document to separate threads is not supported. If you want to use threads, consider creating a separate document for each thread and operating on a block of pages per thread.

See also:

CGPDFDocumentMBS.CreateWithFile(file as folderitem) as CGPDFDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreGraphics MBS MacCG Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a Quartz PDF document using data specified by a file.

Distributing individual pages of a PDF document to separate threads is not supported. If you want to use threads, consider creating a separate document for each thread and operating on a block of pages per thread.

CGPDFDocumentMBS.CreateWithProvider(dataProvider as CGDataProviderMBS) as CGPDFDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreGraphics MBS MacCG Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a Quartz PDF document using a data provider.

Distributing individual pages of a PDF document to separate threads is not supported. If you want to use threads, consider creating a separate document for each thread and operating on a block of pages per thread.

CGPDFDocumentMBS.CreateWithURL(url as string) as CGPDFDocumentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreGraphics MBS MacCG Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a Quartz PDF document using data specified by a URL.

Distributing individual pages of a PDF document to separate threads is not supported. If you want to use threads, consider creating a separate document for each thread and operating on a block of pages per thread.

The items on this page are in the following plugins: MBS MacCG Plugin.


The biggest plugin in space...