ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / PDF Reader functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage PDF Reader controls (prefix syntax):
<PDF Reader>.CloseCloses and frees the PDF file displayed in a PDF Reader control.
<PDF reader>.GoToBookmarkSets the position directly on the desired bookmark in the PDF document.
<PDF Reader>.HighlightFinds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
<PDF reader>.InfoXYFor 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.
<PDF Reader>.OpenOpens a PDF file displayed in a PDF Reader control.
<PDF Reader>.RotatePageRotates a page displayed in the PDF Reader control.
<PDF reader>.SaveSaves the content of a PDF Reader to a file.
<PDF Reader>.SeekFirstInitializes 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).
<PDF Reader>.SeekNextSets the position on the next result of a search in the content of a PDF Reader control.
<PDF Reader>.SeekPreviousSets the position on the previous result of a search started with <PDF Reader>.SeekFirst in the content of a PDF Reader control.
Remark: iPrintPDF can be used to print the content of a PDF Reader control.
AndroidAndroid Widget Starting with version 28, the pdfDocument type and the PDF Reader control functions are not supported by 32-bit ARM processors. The new PDF features in version 28 require a 64-bit execution mode. If an application is intended for devices with 32-bit processors, it must be generated with WINDEV Mobile 27.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/06/2024

Send a report | Local help