Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
75:processexportinpdf [2020/09/10 02:25] – [Create Process PDF] aakr75:processexportinpdf [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 9: Line 9:
 [[https://doc.stagesasaservice.com/lib/exe/fetch.php?tok=8662e9&media=https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/createprocesspdf.png|{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/createprocesspdf.png?direct&900x375  }}]] [[https://doc.stagesasaservice.com/lib/exe/fetch.php?tok=8662e9&media=https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/createprocesspdf.png|{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/createprocesspdf.png?direct&900x375  }}]]
  
-Alternatively, process export can also be generated by navigating to Management > Process Version and selecting CreatePDF option for any of the process versions.+Alternatively, process export can also be generated by navigating to Management > Process Version and selecting ''Create PDF'' option for any of the process versions.
  
-{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/processversion-createpdf_1.png?direct&900x212  }}+[[https://doc.stagesasaservice.com/lib/exe/fetch.php?tok=d2dfdc&media=https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/processversion-createpdf_3.png|{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/processversion-createpdf_3.png?direct&900x422  }}]]
  
 There are three different templates available to choose from depending on the type of information that is needed. There are three different templates available to choose from depending on the type of information that is needed.
  
-[[https://doc.stagesasaservice.com/lib/exe/fetch.php?tok=125de7&media=https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/selectpdftemplate.png|{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/selectpdftemplate.png?direct&800x317  }}]]+[[https://doc.stagesasaservice.com/lib/exe/fetch.php?tok=125de7&media=https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/selectpdftemplate.png|{{  https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/selectpdftemplate.png?direct&800x317  }}]]If you select template ''Process Handbook with Change Markers'', please note that the comparison will be done from the process version you have currently selected (=current view) and the valid version. If you want so specify another process version than the valid version for comparison, you need to edit the properties of your process. Specify ''Workspace and Process Version for Comparison Change Markers'' with this syntax: ''Company|Workspace(s)|Target Workspace>Process Version Name''
  
  
Line 27: Line 27:
  
 All PDF exports can be customized and new PDF exports can be added. Please contact one of our consultants to customize Stages for your specific needs. All PDF exports can be customized and new PDF exports can be added. Please contact one of our consultants to customize Stages for your specific needs.
 +
 +===== Hints =====
 +
 +Some tables within descriptions might get too wide in order to fit on a page. In this case you might adapt table contents for printing by making use of the print/noprint directives (see the [[:72:editor_directives|editor directives]]). Another possibility is to change text wrapping behavior by adding the following section to the
 + processhandbook_style.ftl  file of the metamodel:
 +<code>
 +
 +table {
 +    word-break: break-word;
 +    word-wrap: break-word;
 +}
 +
 +</code>