AppendToString

Document management

Description

Appends the changed objects to a string in an incremental update.

The update must be made to the same input file from a previous call to LoadFromFile, LoadFromString or LoadFromStream.

The AppendMode parameter can be used to change how the update section is returned. Either form the original input or from the input set by the SetAppendInputFromString function.

Syntax

Delphi

function TPDFlib.AppendToString(AppendMode: Integer): AnsiString;

ActiveX

Function PDFlib::AppendToString(AppendMode As Long) As String

DLL

char * DLAppendToString(int InstanceID, int AppendMode);

Parameters

AppendMode0 = Return original source plus the update section 1 = Return just the update section 2 = Return input string set with SetAppendInputFromString plus the update section