February 2013
Intermediate to advanced
304 pages
8h 26m
English
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 ...
Read now
Unlock full access