You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the certificates generated have the fixed height and width of an A4 size paper. Users should be able to store height and width in pixels beside each layout.
Currently, the certificates generated have the fixed height and width of an A4 size paper. Users should be able to store height and width in pixels beside each layout.
To start
ToDo
Backend
src/services/layouts/schema.js
changeUPDATE
andCREATE
schema to accept height and width in the bodysrc/plugins/worker/handler.js:82
update the pdf document opts to use the height and width from the layout and use the current as defaultFrontend
frontend/components/layouts/LayoutEditor.js
update the component to incorporate height and width input.The text was updated successfully, but these errors were encountered: