cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Translate the entire conversation x

Disable printer option

PanneerSelvamM
1-Visitor

Disable printer option

Hi all,

I want to disable printer option in Product View 9.1.

Is it possible?

If it is possible help me out.

ACCEPTED SOLUTION

Accepted Solutions

Add following to the Productviw preference file (It can be admin_prefs.xml or server_prefs.xml or user_prefs.xml)

<preferences>
<category name="General">
<subcategory name="UI_Config">
<preference name="disabled_commands" value="PrintCmd"/>
</subcategory>
</category>
</preferences>

Also Is this for particular file type ? (HPGL / PDF / DXF ) ?

For productview Standard refer

https://www.ptc.com/appserver/cs/view/solution.jsp?n=136766

View solution in original post

2 REPLIES 2

What ProductView 9.1 version? Standard or Professional/Light?

If it's Professional/Light, check the readme.txt file in the "preferences/ProductView" folder. It provides information about disabling commands and locked option settings.

As for the Standard version, I don't know a method do disable access to comands. You still can play with watermarking to make the printed data unreadable.

Add following to the Productviw preference file (It can be admin_prefs.xml or server_prefs.xml or user_prefs.xml)

<preferences>
<category name="General">
<subcategory name="UI_Config">
<preference name="disabled_commands" value="PrintCmd"/>
</subcategory>
</category>
</preferences>

Also Is this for particular file type ? (HPGL / PDF / DXF ) ?

For productview Standard refer

https://www.ptc.com/appserver/cs/view/solution.jsp?n=136766

Announcements
Top Tags