API referenceImport & Output APIs

pdfCombineContentStreams

Always succeeds on a valid instance — the page already has exactly one stream, which is the post-condition this call promises.

Always succeeds on a valid instance — the page already has exactly one stream, which is the post-condition this call promises.

C
int32_t __stdcall pdfCombineContentStreams(PPDF IPDF);

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
public static extern int pdfCombineContentStreams(IntPtr IPDF);
Area
Import & Output APIs
Category

Core

Exported names

pdfCombineContentStreams

String variants

The …A form takes UTF-8, …W takes UTF-16; a bare name aliases the ANSI form.

See working code

Worked examples — complete programs in ten languages.