Hi Saludos,
You can adjust width and height size of the modal popup (used to show document details) by opening below files:
root -> components -> com_edocman -> view -> common
- documents_table.php
- documents_default.php
- documents_column.php
Find:
size: {x: 800, y: 500}
and change 800 for width size and 500 for height size (in pixel)
Thanks
Dam