Hi! I trying to access to the content of the first page of the document but it get a empty string with .GetPageText(0).
When I open document it show all perfect.
The true is, I need a "description" of the document in my Document UI windows. Can Add some property like as items to documents? (For now I will use the page 1 as description)
or maybe I use a item linked to the document with a Use: Action List "Open Document" ?
(I use last version of AC and Unity)
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Thanks for the bug report.
Open up Document.cs, and replace line 107:
with:
Does that resolve it?
Perfect, thanks!