Click or drag to resize

ConvertFromXps Method (PDFDoc, Byte)

Converts the specified XPS document contained in memory to PDF and append converted pages to the specified PDF document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void FromXps(
	PDFDoc doc,
	byte[] byteArray
)

Parameters

doc
Type: pdftron.PDFPDFDoc
The PDFDoc to append to.
byteArray
Type: SystemByte
The byte array containing the XPS document.
See Also