Document
The object creates a print from the dataview or the database. Once the document has been created, it is possible to join several together.
d = dataview.createdocument("203caa97-4971-4d43-a1fc-d99a81744508")
d2 = database.createdocument("e056de31-51ad-4622-93c5-75e01474c877","items","9e092d0d-62cc-4714-9da8-0672f74e1b4d")
d.adddocument(d2)
d.show()
document.add(*document*)
document.add(*document*)
Adds another document to the queue
document.show()
document.show()
Views the document
*value* = document.landscape
*value* = document.landscape
Returns if the ducument is vertical or horizontal
*value = document.pagewidth
*value = document.pagewidth
Returns the width of the page
*value* = documento.pageheight
*value* = documento.pageheight
Returns the height of the page