<< Click to Display Table of Contents >> VpePDFClearEmbeddedFiles |
![]() ![]() ![]() |
[VPE Professional Edition and above]
Clears the list of embedded files.
void VpePDFClearEmbeddedFiles(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle
Example:
VpePDFEmbedFile(hDoc,
"c:\\data\\test3.html",
"test.html",
"third test performed today",
"text/html",
"Data");
VpeWriteDoc(hDoc, "test.pdf");
VpePDFClearEmbeddedFiles(hDoc);