Changes for page Print-Service-Plugin


From version 3.1
edited by sas
on 29.03.2021, 21:07
Change comment: Imported from XAR
To version 1.1
edited by gru
on 20.01.2021, 16:20
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.gru
Content
... ... @@ -1,4 +1,4 @@
1 -[[**Plugin download**>>url:https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/plugin-bundle-phantomjs&fileid=342||rel="noopener noreferrer" target="_blank"]] (requires login)
1 +[[**Plugin download**>>url:https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/plugin-bundle-phantomjs&fileid=342||target="_blank"]] (requires login)
2 2  
3 3  {{info}}
4 4  Please use **plugin version 2.0.0** or above for {{formcycle/}} Version 6.
... ... @@ -6,7 +6,7 @@
6 6  
7 7  {{content/}}
8 8  
9 -The plugin //Print Services// is available separately and lets you create a PDF document from a form that is optimized for printing. This plugin is subject to additional charge.
9 +The plugin //Print Services// is available separately and lets you create a PDF document from a form that is optimized for printing.
10 10  
11 11  == Technical details ==
12 12  
... ... @@ -20,9 +20,7 @@
20 20  
21 21  The plugin can be installed as client plugin or system plugin. Instructions for installing plugins can be found [[here>>doc:Formcycle.UserInterface.Client.Plugins.WebHome]].
22 22  
23 -{{info}}
24 -There are several versions of the Print PDF plugin for different operating systems (//32-bit Linux//, //64-bit Linux//, //Windows//, //MacOSX//). It is only necessary to install the version of the plugin that corresponds to the operating system on which {{formcycle/}} is installed. The operating system used is displayed on the [[Server information>>Formcycle.SystemSettings.UserInterface.ServerInformation]] page.
25 -{{/info}}
23 +{{info}}There are several versions of the Print PDF plugin for different operating systems (//32-bit Linux//, //64-bit Linux//, //Windows//, //MacOSX//). It is only necessary to install the version of the plugin that corresponds to the operating system on which {{formcycle /}} is installed. The operating system used is displayed on the [[Server information>>Formcycle.SystemSettings.UserInterface.ServerInformation]] page.{{/info}}
26 26  
27 27  == Usage and options ==
28 28  
... ... @@ -57,7 +57,7 @@
57 57  To overwrite some properties of the default CSS shipped with {{formcycle/}}, use more specific selectors such as:
58 58  
59 59  {{code language="css"}}
60 -.xm-form .xm-content div.print.XSpan {
58 +xm-form .xm-content div.print.XSpan {
61 61   font-size: 18pt;
62 62   font-family: serif;
63 63  }