AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones PDF
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Merges several PDF files into a single PDF file. Password protected PDF files are supported. Files are merged one after the other.
Ejemplo
PDFMergeWithPassword("C:\PDF Doc\pdf_merge.pdf", ...
"C:\PDF Doc\ReportQuery.pdf", "pwd", "C:\PDF Doc\Concepts.pdf", "pwd2")
Sintaxis
<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.
Novedad versión 2025
Cadenas secretas: Si utiliza el almacén de cadenas secretas, el tipo de cadena secreta utilizado para este parámetro debe ser "ANSI o Unicode string".
Para obtener más información sobre las cadenas secretas y el almacén, consulte Almacén de cadenas secretas.
Android Las cadenas secretas no están disponibles para este parámetro en aplicaciones Android y widgets de Android.
<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.
Novedad versión 2025
Cadenas secretas: Si utiliza el almacén de cadenas secretas, el tipo de cadena secreta utilizado para este parámetro debe ser "ANSI o Unicode string".
Para obtener más información sobre las cadenas secretas y el almacén, consulte Almacén de cadenas secretas.
Android Las cadenas secretas no están disponibles para este parámetro en aplicaciones Android y widgets de Android.
<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 character string or secret string
  • Password to open the Nth PDF file,
  • Empty string ("") if the file has no password.
Novedad versión 2025
Cadenas secretas: Si utiliza el almacén de cadenas secretas, el tipo de cadena secreta utilizado para este parámetro debe ser "ANSI o Unicode string".
Para obtener más información sobre las cadenas secretas y el almacén, consulte Almacén de cadenas secretas.
Android Las cadenas secretas no están disponibles para este parámetro en aplicaciones Android y widgets de Android.
Observaciones
  • 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.
  • Android Starting with version 28, this function is not supported by 32-bit ARM processors. New PDF features require a 64-bit execution mode.
    If an application is to be run on devices with 32-bit ARM processors, it must be generated with WINDEV Mobile 27.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300wdpdf.dll
Versión mínima requerida
  • Versión 17
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/11/2024

Señalar un error o enviar una sugerencia | Ayuda local