... |
... |
@@ -185,17 +185,19 @@ |
185 |
185 |
|
186 |
186 |
To use this plugin, go to the workflow processing configuration, click on new action and select this plugin. The following options are used to configure the plugin action: |
187 |
187 |
|
188 |
|
-; **File name** |
|
188 |
+; File name |
189 |
189 |
: File name of the created PDF document. |
190 |
|
-; **Print mode** |
|
190 |
+; Print mode |
191 |
191 |
: Input elements as text: Input elements are converted into plain text fields and the form is adapted to the width of the page. |
192 |
|
-; **Print mode** |
193 |
|
-: Web view: No changes are made to the form and it is converted so that it looks as closely as it does in a web browser as possible. |
194 |
|
-; **Zoom factor** |
195 |
|
-: Factory by which the form is scaled. Use this to magnify or scale down very large or very small forms. |
196 |
|
-; **User groups** |
|
192 |
+; Print mode |
|
193 |
+: By default, are form fields such as input fields and select fields are converted to plain text. If you choose to disable this conversion, no changes are made to the form and it is printed so that it looks as closely as it does in a web browser as possible. |
|
194 |
+; Zoom factor |
|
195 |
+: Scale factor for the form. Use this to magnify or scale down very large or very small forms. |
|
196 |
+; Blank form |
|
197 |
+: Can be used to create PDF documents that can be printed out and filled out manually with a pen. When enabled, all form field values are cleared and all hidden fields are shown. In addition, the maximum number of element repetitions are created. |
|
198 |
+; User groups |
197 |
197 |
: A virtual user is created when opening the form with Selenium. Select the user groups here to which this virtual user should belong to. Form elements can be configured to be displayed or editable only for certain user groups. |
198 |
|
-; **URL parameter** |
|
200 |
+; URL parameter |
199 |
199 |
: Additional URL parameters added to the URL used when opening the form with Selenium. You can use URL parameters to [[prefill form fields>>Formcycle.Designer.Form.URLParameter]] or access them from within JavaScript. |
200 |
200 |
|
201 |
201 |
== CSS-Anpassungen für Druckbild == |
... |
... |
@@ -287,3 +287,40 @@ |
287 |
287 |
Fonts sometimes have very tightly defined license terms and are priced differently depending on their intended use. It should be noted that fonts for creating PDFs must be embedded in them, which for many commercial fonts requires a different license than for delivery via a web server for the purpose of displaying a web page in a web browser. |
288 |
288 |
|
289 |
289 |
In fonts of type //TrueType// and //OpenType// information about the embeddability of the font can be stored directly. Depending on what is configured there, a font may not be embeddable and will instead be rendered by the //Print-Service-Plugin// only as a vector graphic in the created PDF documents. |
|
292 |
+ |
|
293 |
+== Changelog |
|
294 |
+ |
|
295 |
+=== 4.2.0 |
|
296 |
+ |
|
297 |
+* feature: New option //blank form// |
|
298 |
+* change: When an element is marked as hidden during print in the form designer (advanced -> Word and PDF export options), the element is now hidden when the print service is used as well. This feature requires at least {{formcycle/}} version 7.0.14. |
|
299 |
+* change: Applicable only when //print mode// is set to //dynamic//: When an input field did not have a value, its placeholders was shown instead. This was changed so that no value is shown when the input field does not have a value. |
|
300 |
+* change: Applicable only when //print mode// is set to //dynamic//: When a select field displayed as a dropdown menu did not have a value, the text //Please select// was shown instead. This was changed so that no text is shown anymore when the select field does not have a value. |
|
301 |
+ |
|
302 |
+=== 4.1.2 |
|
303 |
+ |
|
304 |
+* Added note regarding //$.xutil.onPrint// to the plugin UI. |
|
305 |
+ |
|
306 |
+=== 4.1.1 |
|
307 |
+ |
|
308 |
+* Requires at least {{formcycle/}} 7.0.4. |
|
309 |
+* change: Note regarding required field is not shown anymore. |
|
310 |
+* fix: Show the date format immediately |
|
311 |
+ |
|
312 |
+=== 4.1.0 |
|
313 |
+ |
|
314 |
+* Added a new option for selecting the workflow state used during printing. When no state is selected, the current state of the form record is used as in previous version. |
|
315 |
+* Configured user groups are saved correctly. |
|
316 |
+ |
|
317 |
+=== 4.0.2 |
|
318 |
+ |
|
319 |
+* feature: Added a new timeout option that defaults to 30 seconds. When the print service cannot be reached, the workflow may never complete otherwise. |
|
320 |
+ |
|
321 |
+=== 4.0.1 |
|
322 |
+ |
|
323 |
+* fix: The PDF document tha was created was not attached to the form record (only for the new workflow action). |
|
324 |
+ |
|
325 |
+=== 4.0.0 |
|
326 |
+ |
|
327 |
+* Adjustments for {{formcycle/}} version 7. |
|
328 |
+ |