Click or drag to resize

UOFTranslator MainTransform Method

main transform which needs the orginal File

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected void MainTransform(
	string directionXSL,
	XmlUrlResolver resourceResolver,
	string originalFile,
	string inputFile,
	string outputFile
)

Parameters

directionXSL
Type: System String
transform direction
resourceResolver
Type: System.Xml XmlUrlResolver
xsl location
originalFile
Type: System String
original File
inputFile
Type: System String
File after pretreatment
outputFile
Type: System String
output file
See Also