Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, September 14, 2020 6:21:16 AM(UTC)

hkunze  
hkunze

Groups: Registered
Posts: 4


Is there a possibility to hide the padlock (protected annotation) when printing the file/page with annotations?
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, September 15, 2020 9:29:44 AM(UTC)

Hadi  
Hadi

Groups: Manager, Tech Support, Administrators
Posts: 218

Was thanked: 12 time(s) in 12 post(s)

Can you please give some more information as to how you are printing the document with annotations on it?

I just tested this with the online Document Viewer and was able to print without any issues. Please see the attached GIF

gif
Hadi Chami
Developer Support Manager
LEAD Technologies, Inc.

LEAD Logo
 
#3 Posted : Monday, October 19, 2020 9:39:27 AM(UTC)

hkunze  
hkunze

Groups: Registered
Posts: 4


The padlock is shown for protected annotations (upper left corner):

padlock.png

Is there a possibility to hide this padlock when printing the file/page with annotations?
 
#4 Posted : Monday, October 19, 2020 4:03:49 PM(UTC)
Marcus Andra

Groups: Registered, Manager, Tech Support, Administrators
Posts: 107

Was thanked: 9 time(s) in 9 post(s)

Hello,

Thank you for the additional information. I believe what you are needing to modify this behavior can be found in the example shown in the Annobject lock method:
https://www.leadtools.com/help/sdk/v21/dh/javascript/ac/annobject-lock.html

In particular, if you look at the section of code shown in the Lock.ts file, you can get access to the image collection through something like:

Code:
const imagesResources: lt.Annotations.Engine.AnnPicture[] = resources.images; 


and then modify what is shown when a user locks an annotation. In your case, you should be able to use this to change what is displayed.
Marcus Andra
Developer Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.103 seconds.