Skip to main content
1-Visitor
September 15, 2011
Solved

Disable printer option

  • September 15, 2011
  • 2 replies
  • 1708 views

Hi all,

I want to disable printer option in Product View 9.1.

Is it possible?

If it is possible help me out.

Best answer by VishwasAnantwar

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

2 replies

17-Peridot
September 16, 2011

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.

15-Moonstone
September 16, 2011

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