Extract

Extract(string, byte[])

Extraire le contenu 3D brut d’un fichier PDF.

public List<byte[]> Extract(string fileName, byte[] password = null)
ParamètreTaperLa description
fileNameString
passwordByte[]

Voir également


Extract(Stream, byte[])

Extraire le contenu 3D brut du flux PDF.

public List<byte[]> Extract(Stream stream, byte[] password = null)
ParamètreTaperLa description
streamStream
passwordByte[]

Voir également