Thank you very much for this software! It’s got great engineering. Our doc count at work is reaching 500k and still goes without a hitch. Very impressive!
One feature we would like to have (if possible or if already done but not obvious) is the ability to move pages from one document to another. I know you can compose a version from random pages, but they have to be from the same document. Any hint how to do this or when it will be added.
Best,
Jay
2 Likes
Thanks for the feedback!
The document page backend already supports this, the missing part is the user interface. We started working on this and then realized that this feature ties in with document splitting and document merging. So it was back to the drawing board to come up with a user interface language (widgets) to solve all cases.
This is how it is currently implemented on a development branch.
You open two documents using a split panel view and then drag and drop the pages you wish to either move or copy from one document to the other. The documents don’t need to be the same file type, you can move pages from a word processor into a PDF.
This feature requires frontend JavaScript code that has not been merged or fully tested. Until that blocking issue is resolved this cannot be merged and shipped.
3 Likes