AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Lector 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
Observación: Estas funciones también están disponibles en la sintaxis con prefijo (Funciones del control Lector PDF (sintaxis con prefijo)).
Las siguientes funciones permiten manipular controles Lector PDF:
PDFReaderCloseCierra y libera el archivo PDF mostrado en un control Lector PDF.
PDFReaderGoToBookmarkEstablece la posición directamente en el marcador deseado en el documento PDF.
PDFReaderHighlightFinds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
PDFReaderInfoXYFor a given position (coordinates of a point) in a PDF Reader control, returns one of the following:
  • the page number for the specified position,
  • the X-position (in mm) for the specified position,
  • the Y-position (in mm) for the specified position.
PDFReaderOpenAbre un archivo PDF mostrado en un control Lector PDF.
PDFReaderRotatePageRotates a page displayed in the PDF Reader control.
PDFReaderSaveGuarda el contenido de un control Lector PDF en un archivo.
PDFReaderSeekFirstInitializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
PDFReaderSeekNextEstablece la posición en el siguiente resultado de una búsqueda en el contenido de un control Lector PDF.
PDFReaderSeekPreviousSets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
Observación: La función iPrintPDF permite imprimir el contenido de un control Lector PDF.
AndroidWidget Android A partir de la versión 28, el tipo pdfDocument y las funciones del control Lector PDF no son compatibles con los procesadores ARM de 32 bits. Las nuevas características de PDF de la versión 28 requieren un modo de ejecución de 64 bits. Si una aplicación está destinada a dispositivos con procesadores de 32 bits, debe generarse con WINDEV Mobile 27.
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 15/09/2024

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