programming4us
programming4us
WEBSITE

PowerShell for SharePoint 2013 : Word Automation Services - Disable Word 97–2003 Document Scanning , Disable Embedded Fonts in Conversions

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

1. Disable Word 97–2003 Document Scanning


Scenario/Problem: You want to disable extra checks on Word 97–2003 documents loaded by Word Services.


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

DisableBinaryFileScan is a switch parameter. By default, it is false, and Word Services performs additional checks on legacy Word documents (Word 97–2003). If you trust all sources of Word documents, you can disable this additional scanning by using Set-SPWordConversionServiceApplication with the DisableBinaryFileScan switch parameter, as shown in Listing 1.

Listing 1. Disabling the Scanning of Word 97–2003 Documents


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


As long as all sources are trusted, it is a good idea to disable scanning to improve performance of Word Services against those documents. To enable scanning, use the same parameter with a $false value, as shown in Listing 2.

Listing 2. Enabling the Scanning of Word 97–2003 Documents


Set-SPWordConversionServiceApplication
-Identity "Word Automation Services" -DisableBinaryFileScan:$false

2. 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 3.

Listing 3. Disabling Embedded Font Support


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


Unless you are experiencing issues with embedded fonts, you should be able to keep this setting enabled. To enable embedded font support, use the same parameter with a $false value, as shown in Listing 4.

Listing 4. Enabling Embedded Font Support


Set-SPWordConversionServiceApplication
-Identity "Word Automation Services" -DisableEmbeddedFonts:$false

3. Modify the Recycle Threshold


Scenario/Problem: You need to modify the recycle threshold of the conversion processes in Word Services.


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

The RecycleProcessThreshold parameter enables you to specify the number of documents each conversion process can convert before the process is recycled. The default value is 100 (documents), whereas the valid range of values is 1 to 1000. Listing 5 shows a sample threshold modification.

Listing 5. Changing the Recycle Threshold


Set-SPWordConversionServiceApplication
-Identity "Word Automation Services" -RecycleProcessThreshold 200


Other  
  •  PowerShell for SharePoint 2013 : Word Automation Services - Modify Job Monitoring, Modify Conversion Timeouts
  •  PowerShell for SharePoint 2013 : Word Automation Services - Configure Supported Document Formats for Conversion, Modify Database Information
  •  PowerShell for SharePoint 2013 : Word Automation Services - Configure the Conversion Processes, Configure Conversion Throughput
  •  ASP.NET 4 : Error Handling, Logging, and Tracing - Throwing Your Own Exceptions
  •  ASP.NET 4 : Error Handling, Logging, and Tracing - Handling Exceptions
  •  ASP.NET 4 : Error Handling, Logging, and Tracing - Exception Handling
  •  ASP.NET 4 : Error Handling, Logging, and Tracing - Common Errors
  •  Sharepoint 2010 : Designing a Workflow Using Visio 2010 (part 3) - Using Visio Services to Visualize Workflow State
  •  Sharepoint 2010 : Designing a Workflow Using Visio 2010 (part 2) - Implementing a Visio Workflow Using SharePoint Designer
  •  Sharepoint 2010 : Designing a Workflow Using Visio 2010 (part 1) - Using the Microsoft SharePoint Workflow Template
  •  
    Top 10
    Free Mobile And Desktop Apps For Accessing Restricted Websites
    MASERATI QUATTROPORTE; DIESEL : Lure of Italian limos
    TOYOTA CAMRY 2; 2.5 : Camry now more comely
    KIA SORENTO 2.2CRDi : Fuel-sipping slugger
    How To Setup, Password Protect & Encrypt Wireless Internet Connection
    Emulate And Run iPad Apps On Windows, Mac OS X & Linux With iPadian
    Backup & Restore Game Progress From Any Game With SaveGameProgress
    Generate A Facebook Timeline Cover Using A Free App
    New App for Women ‘Remix’ Offers Fashion Advice & Style Tips
    SG50 Ferrari F12berlinetta : Prancing Horse for Lion City's 50th
    - Messages forwarded by Outlook rule go nowhere
    - Create and Deploy Windows 7 Image
    - How do I check to see if my exchange 2003 is an open relay? (not using a open relay tester tool online, but on the console)
    - Creating and using an unencrypted cookie in ASP.NET
    - Directories
    - Poor Performance on Sharepoint 2010 Server
    - SBS 2008 ~ The e-mail alias already exists...
    - Public to Private IP - DNS Changes
    - Send Email from Winform application
    - How to create a .mdb file from ms sql server database.......
    programming4us programming4us
    programming4us
     
     
    programming4us