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
When you import a document via dnd, although the doc is added to the doc list, the document instance doesn't have any pages. Where do you need to call the document's method that adds pages?
The text was updated successfully, but these errors were encountered:
I definitely remember to add pages to the Document which is returned by createDocumentFromFolder. It seems to work fine when I call the method directly from the backend, independently of the GUI.
When you import a document via dnd, although the doc is added to the doc list, the document instance doesn't have any pages. Where do you need to call the document's method that adds pages?
The text was updated successfully, but these errors were encountered: