DocumentInsertDocument(Int32, String, String) Method
Inserts the password protected PDF file given as parameter in the current document at the given page index
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public void InsertDocument(
int insertIndex,
string pdfFilePath,
string password
)
Parameters
- insertIndex Int32
- The page index where to start insertion in this document
- pdfFilePath String
- The PDF document full path
- password String
- The password to open the inserted PDF document