AppendFromBLOB
IPDFDocument4 :: General document management :: Common

See Also
Collapse All

This method appends the contents of a previously saved BLOB (binary large object) to a newly created (or opened) PDF document.

Syntax

HRESULT AppendFromBLOB (
VARIANT* document,
BSTR password
)
Parameters
document
Document buffer (binary data)

password
String containing the password for the PDF document (if needed)

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

For details about appending a document, see the Append method.

See Also

Reference