ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / PDF functions
  • Properties specific to pdfAttachment variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
pdfAttachment (Variable type)
In french: pdfPièceJointe
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document. You can define and change the characteristics of this attachment using different WLanguage properties.
Thus, it is possible to extract the content of an attachment, add or delete an attachment to a PDF document.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
MyPDF is pdfDocument = "test.pdf"
FOR EACH AnAttachment OF MyPDF.Attachment
fSaveBuffer(AnAttachment.Name, AnAttachment.Content)
END
Properties

Properties specific to pdfAttachment variables

The following properties can be used to handle a PDF attachment:
Property nameType usedEffect
ContentBufferContent of attachment.
DateCreatedDateTimeAttachment creation date.
In previous versions, this property corresponds to "CreationDate".
DateModifiedDateTimeAttachment last modification date.
In previous versions, this property corresponds to "ModificationDate".
Name Character stringName of the attachment.
Related Examples:
PDFDocument type Unit examples (WINDEV): PDFDocument type
[ + ] This example shows how to use the pdfDocument WLanguage type.
This type is used to handle PDF files by programming.
You can:
- Retrieve the details of the PDF file (Created, Modified, Author, etc.)
- Retrieve the text of the PDF file (page by page and line by line)
- List / Add / Delete attachments
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/19/2024

Send a report | Local help