AppendToFile
Document management
Description
Appends changed objects to the specified source PDF as an incremental update
Use the same file that supplied the selected document through LoadFromFile, LoadFromString, or LoadFromStream
Appending to a different file can corrupt the output PDF
Syntax
Delphi
Function TPDFlib.AppendToFile(Const FileName: WideString): Integer;
ActiveX
Function PDFlib::AppendToFile(FileName As String) As Long
DLL
int DLAppendToFile(int InstanceID, const wchar_t * FileName);
Parameters
| FileName | The source PDF file that receives the incremental update |
|---|
Return values
| 0 | The incremental update could not be appended to the specified file |
|---|---|
| 1 | Success |