Click or drag to resize

UOFTranslator DoOoxToUofMainTransform Method

Transform oox to uof.

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 DoOoxToUofMainTransform(
	string originalFile,
	string inputFile,
	string outputFile,
	string resourceDir
)

Parameters

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