Page 1 of 1

cut off date from summary of comments

Posted: Tue Aug 21, 2018 3:21 am
by MartinCS
Hi Tracker-Team,

Is there an option to influence the the layout and text of the summary of comments function within the Pdf-XChange Viewer? For data protection reasons we have the request from our clients to remove the time which is displayed in the comments list.
21-08-_2018_05-19-45.jpg

// Martin

Re: cut off date from summary of comments  SOLVED

Posted: Wed Aug 22, 2018 9:53 am
by Will - Tracker Supp
Hi Martin,

Please take a look at the following and see if they help:
https://help.pdf-xchange.com/DEV/d ... rizeannots
https://help.pdf-xchange.com/DEV/d ... rizeannots
https://help.pdf-xchange.com/DEV/d ... ots_output
(ShowDate property : boolean w/ supported string values)

I'm not a developer, so I might be wrong here, but I believe that you're looking for something like:

Code: Select all

SetProperty("Operations.SummarizeAnnots.Output.ShowDate", "false");
Let me know if that's not it and I'll forward this to the devs.

Cheers,

Posted: Thu Aug 23, 2018 9:31 am
by MartinCS
Hi Will,

this was exactly what I was looking for! Thank you for your help!

// Martin

Re: cut off date from summary of comments

Posted: Thu Aug 23, 2018 2:14 pm
by Will - Tracker Supp
Awesome, glad to help! :D