Platforms to show: All Mac Windows Linux Cross-Platform
/DynaPDF/Web Edition/WebPicture from PDF Page Web2
Function:
You find this example project in your Plugins Download as a Xojo project file within the examples folder: /DynaPDF/Web Edition/WebPicture from PDF Page Web2
This example is the version from Mon, 16th Jan 2022.
Function:
You find this example project in your Plugins Download as a Xojo project file within the examples folder: /DynaPDF/Web Edition/WebPicture from PDF Page Web2
This example is the version from Mon, 16th Jan 2022.
Project "WebPicture from PDF Page Web2.xojo_binary_project"
Class App Inherits WebApplication
End Class
Class MyDynaPDFMBS Inherits DynaPDFMBS
EventHandler Function Error(ErrorCode as integer, ErrorMessage as string, ErrorType as integer) As integer
// output all messages on the console:
System.DebugLog str(ErrorCode)+": "+ErrorMessage
Return 0 // ignore
End EventHandler
Property IgnoreWarnings As Boolean
End Class
End Project
See also:
- /DynaPDF/Web Edition/Cards Web1
- /DynaPDF/Web Edition/Cards Web2
- /DynaPDF/Web Edition/Clickable Links in Web Edition/Clickable Links in Web Edition
- /DynaPDF/Web Edition/Create PDF Web1
- /DynaPDF/Web Edition/Create PDF Web2
- /DynaPDF/Web Edition/Web RTF to PDF Web1
- /DynaPDF/Web Edition/Web RTF to PDF Web2
- /DynaPDF/Web Edition/WebPDF Web1
- /DynaPDF/Web Edition/WebPDF Web2
- /DynaPDF/Web Edition/WebPicture from PDF Page Web1
The items on this page are in the following plugins: MBS DynaPDF Plugin.
Feedback: Report problem or ask question.
