en-US/about_Plugins.help.txt
# Plugin support matrix Text XML HTML Word -------------------------------------------------------- Document X X X X DocumentOption X X X X LineBreak X - X X PageBreak 1 - 1 X Paragraph 1 X 1 X Section X X X X Style - - X X Table 2 - X X TableStyle - - X X Image - 3 X X 1 - Can be implemented as LineBreaks with a plugin-specific option. 2 - Table columns widths and styling are not supported. 3 - Image will be embedded as a binary Base64 encoded string. # Plugin-specific options HTML: NoPageLayoutStyle [bool]: Suppresses the page layout/look-and-feel style WRITING A PLUGIN A PScribo plugin provides a method of exporting a PScribo document [PSCustomObject] to another format. Default plugins include outputting to text, HTML, XML and Word formats. This functionality can be extended by writing your own plugin. |