Page 1 of 1
Stamp
Posted: Sat Mar 24, 2018 6:03 am
by Nat_Kantanon
Hi
I want to set Stamp to add document full path to the document file.
For example : /Default/test folder/document.doc
I can get the document name with '$document.fileName' but cannot get the fill path.
Could anyone please help?
Cheers
Nat
Re: Stamp
Posted: Thu May 03, 2018 9:00 am
by agaspa
Hi Nat,
in LD 7.7.5 you can print as stamp only the folder name and the document name:
$document.folder.name/$document.fileName
or to get the two info separated
$document.folder.name
$document.fileName
Currently it is not possible to print the full-path of a document, but I think that in version 8.0 this option will be added to the DocTool object or to the FolderTool class
For more information
https://docs.logicaldoc.com/en/workflow ... automation
Re: Stamp
Posted: Thu May 03, 2018 9:56 am
by agaspa
Hi Nat,
I just discovered that in LogicalDOC 8.0 there will be the methods you requested and they will allow you to print exactly the full-path of a folder or of a document
See the ticket in the bug-tracker
https://bugs.logicaldoc.com/ticket/875
Note: LogicalDOC 8.0 is in an
advanced development status, it will probably be released by the middle of this month