|
|
|
|
|
PDFMergeWithPassword (Function) In french: PDFFusionneAvecMotDePasse Merges several PDF files into a single PDF file. Password protected PDF files are supported. Files are merged one after the other. PDFMergeWithPassword("C:\PDF Doc\pdf_merge.pdf", ...
"C:\PDF Doc\ReportQuery.pdf", "pwd", "C:\PDF Doc\Concepts.pdf", "pwd2")
Syntax
<Result> = PDFMergeWithPassword(<Result PDF file> , <PDF file 1> , <PDF Password 1> , <PDF file 2> , <PDF Password 2> [, <PDF file 3> , <PDF password 3> [... [, <PDF file N> , <PDF Password N>]]])
<Result>: Boolean - True if the result file was generated,
- False otherwise. To get more details on the error, use ErrorInfo.
<Result PDF file>: Character string Name and full path of the PDF file to be created. This file will contain the PDF files that have been merged. <PDF file 1>: Character string Name and full path of the first PDF file to be merged. <PDF Password 1>: Character string or Secret string - Password to open the first PDF file,
- Empty string ("") if the file has no password.
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault.
<PDF file 2>: Character string Name and full path of the second PDF file to be merged. <PDF Password 2>: Character string or Secret string - Password to open the second PDF file,
- Empty string ("") if the file has no password.
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault.
<PDF file 3>: Optional character string Name and full path of the 3rd PDF file to be merged. <PDF password 3>: Optional character string - Password to open the third PDF file.
- Empty string ("") if the file has no password.
<PDF file N>: Optional character string Name and full path of the Nth PDF file to be merged. <PDF Password N>: Optional string or Secret string - Password to open the Nth PDF file,
- Empty string ("") if the file has no password.
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault.
Remarks - PDF files protected by an administration password cannot be merged.
- Until version 18:
- This function only generates PDF files in version 1.4.
- Merging PDFs is not supported in version 1.5 and later.
- As of version 19, PDF files in version 1.5 are supported by WINDEV and WEBDEV.
- Bookmarks are lost when merging PDF files.
Business / UI classification: Business Logic Component: wd300wdpdf.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|