Disable Embedded Fonts in Conversions

Scenario/Problem: You want to disable the use of embedded fonts within Word document conversions.

Solution: Use the DisableEmbeddedFonts parameter with the Set-SPWordConversionServiceApplication cmdlet.

DisableEmbeddedFonts is a switch parameter. By default, it is false, and Word Services supports the conversion of embedded fonts within Word documents. You can disable this support by using Set-SPWordConversionServiceApplication with the DisableEmbeddedFonts switch parameter, as shown in Listing 25.11.

Listing 25.11. Disabling Embedded Font Support

Set-SPWordConversionServiceApplication-Identity "Word Automation Services" -DisableEmbeddedFonts

Unless you are experiencing issues with embedded fonts, you ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.