The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems

Stamp

LogicalDOC has many interesting features, but requires some configuration process to show its full potential.

Moderator: car031

Nat_Kantanon
Posts: 4
Joined: Mon Mar 19, 2018 6:04 am

Stamp

Sat Mar 24, 2018 6:03 am

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
agaspa
Posts: 714
Joined: Tue Apr 20, 2010 8:24 am

Re: Stamp

Thu May 03, 2018 9:00 am

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
agaspa
Posts: 714
Joined: Tue Apr 20, 2010 8:24 am

Re: Stamp

Thu May 03, 2018 9:56 am

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

Return to “Configuration”

Who is online

Users browsing this forum: No registered users and 2 guests

× Attention! This forum has been dismissed and will be soon removed. The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems.