CGPDFDocumentMBS shared methods

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

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.


💬 Ask a question or report a problem