THotPDF.AddDocumentAttachment

THotPDF

 

Topo  Anterior  Próximo

Adiciona qualquer arquivo ao documento PDF.

 

Sintaxe Delphi:

procedure AddDocumentAttachment ( FileName: TFileName; Descrição: AnsiString );

 

Sintaxe C++:

void __fastcall AddDocumentAttachment ( AnsiString FileName, AnsiString Descrição );

 

Descrição

Chame a procedure AddDocumentAttachment para adicionar qualquer arquivo especificado por FileName  e  Descrição. Um anexo de arquivo contém uma referência a um arquivo que é embutido no arquivo PDF.  For example, a table of data might use a file attachment to link to a spreadsheet file based on that data; activating the annotation extracts the embedded file e gives the user an opportunity to view it or store it in the file system.