Click or drag to resize

UOFTranslator DoUofToOoxMainTransform Method

Transform uof to oox.

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected abstract void DoUofToOoxMainTransform(
	string inputFile,
	string outputFile,
	string resourceDir
)

Parameters

inputFile
Type: System String
outputFile
Type: System String
resourceDir
Type: System String
See Also