Platforms to show: All Mac Windows Linux Cross-Platform
/DynaPDF/Create PDF with restrictions web
Required plugins for this example: MBS DynaPDF Plugin
You find this example project in your Plugins Download as a Xojo project file within the examples folder: /DynaPDF/Create PDF with restrictions web
This example is the version from Sun, 5th Nov 2022.
Project "Create PDF with restrictions web.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
End EventHandler
Property IgnoreWarnings As Boolean
End Class
End Project
See also:
- /DynaPDF/Create PDF UA
- /DynaPDF/Create PDF with FileLink
- /DynaPDF/Create PDF with Line
- /DynaPDF/Create PDF with object2d
- /DynaPDF/Create PDF with over 2 GB size
- /DynaPDF/Create PDF with Picture files
- /DynaPDF/Create PDF with subscript and superscript
- /DynaPDF/Create PDF with text block2
- /DynaPDF/Create PDF with WatermarkAnnot
- /DynaPDF/Create Previews for folder
The items on this page are in the following plugins: MBS DynaPDF Plugin.
