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

We are happy to announce the new Windchill Customization board! Learn more.

Disable printer option

PanneerSelvamM
1-Newbie

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.

1 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

Top Tags