PdfFormat

Overview

PdfFormat is a class in Aspose.3D FOSS for .NET. Inherits from: FileFormat.

Adobe’s Portable Document Format

This class provides 10 methods for working with PdfFormat objects in .NET programs. Available methods include: CreateLoadOptions, CreateSaveOptions, Detect, Extract, ExtractScene, GetFormatByExtension, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: AMF, ASE, Aspose3DWeb, Blender, CanExport, CanImport, and 53 more.

Properties

NameTypeAccessDescription
FormatsIList<FileFormat>ReadAccess to all supported formats
VersionVersionReadGets file format version
CanExportboolReadGets whether Aspose.3D supports export scene to current file format.
CanImportboolReadGets whether Aspose.3D supports import scene from current file format.
ExtensionstringReadGets the extension name of this type.
Extensionsstring[]ReadGets the extension names of this type.
ContentTypeFileContentTypeReadGets file format content type
FileFormatTypeFileFormatTypeReadGets file format type
FBX6100ASCIIFileFormatReadGets the fbx6100 ascii.
FBX6100BinaryFileFormatReadGets the fbx6100 binary.
FBX7200ASCIIFileFormatReadGets the fbx7200 ascii.
FBX7200BinaryFileFormatReadGets the fbx7200 binary.
FBX7300ASCIIFileFormatReadGets the fbx7300 ascii.
FBX7300BinaryFileFormatReadGets the fbx7300 binary.
FBX7400ASCIIFileFormatReadGets the fbx7400 ascii.
FBX7400BinaryFileFormatReadGets the fbx7400 binary.
FBX7500ASCIIFileFormatReadGets the fbx7500 ascii.
FBX7500BinaryFileFormatReadGets the fbx7500 binary.
FBX7600ASCIIFileFormatReadGets the fbx7600 ascii.
FBX7600BinaryFileFormatReadGets the fbx7600 binary.
FBX7700ASCIIFileFormatReadGets the fbx7700 ascii.
FBX7700BinaryFileFormatReadGets the fbx7700 binary.
MayaASCIIFileFormatReadGets the maya ascii.
MayaBinaryFileFormatReadGets the maya binary.
STLBinaryFileFormatReadGets the stl binary.
STLASCIIFileFormatReadGets the stlascii.
WavefrontOBJFileFormatReadGets the wavefront obj.
Discreet3DSFileFormatReadGets the discreet3 ds.
ColladaFileFormatReadGets the collada.
Universal3DFileFormatReadGets the universal3 d.
GLTFFileFormatReadGets the gltf.
GLTF2FileFormatReadGets the gltf2.
GLTF_BinaryFileFormatReadGets the gltf binary.
GLTF2_BinaryFileFormatReadGets the gltf2 binary.
PDFFormats.PdfFormatReadGets the pdf.
PLYFormats.PlyFormatReadGets the ply.
Microsoft3MFFormats.Microsoft3MFFormatReadGets the microsoft3 mf.
DracoFormats.DracoFormatReadGets the draco.
RvmTextFormats.RvmFormatReadGets the rvm text.
RvmBinaryFormats.RvmFormatReadGets the rvm binary.
BlenderFileFormatReadGets the blender.
DXFFileFormatReadGets the dxf.
XBinaryFileFormatReadGets the x binary.
XTextFileFormatReadGets the x text.
ASEFileFormatReadGets the ase.
IFCFileFormatReadGets the ifc.
SiemensJT8FileFormatReadGets the siemens jt8.
SiemensJT9FileFormatReadGets the siemens jt9.
AMFFileFormatReadGets the amf.
VRMLFileFormatReadGets the vrml.
Aspose3DWebFileFormatReadGets the aspose3 d web.
HTML5FileFormatReadGets the html5.
ZipFileFormatReadGets the zip.
USDFileFormatReadGets the usd.
USDAFileFormatReadGets the usda.
USDZFileFormatReadGets the usdz.
XyzFileFormatReadGets the xyz.
PcdFileFormatReadGets the pcd.
PcdBinaryFileFormatReadGets the pcd binary.

Methods

SignatureDescription
Extract(fileName: string, password: byte[])Not implemented in the FOSS edition — throws at runtime. Calls Extract(fileName, password) on this PdfFormat instance.
Extract(stream: Stream, password: byte[])Not implemented in the FOSS edition — throws at runtime. Calls Extract(stream, password) on this PdfFormat instance.
ExtractScene(fileName: string)Not implemented in the FOSS edition — throws at runtime. Calls ExtractScene(fileName) on this PdfFormat instance.
ExtractScene(fileName: string, password: byte[])Not implemented in the FOSS edition — throws at runtime. Calls ExtractScene(fileName, password) on this PdfFormat instance.
ExtractScene(stream: Stream, password: byte[])Not implemented in the FOSS edition — throws at runtime. Calls ExtractScene(stream, password) on this PdfFormat instance.
GetFormatByExtension(extensionName: string)Gets the preferred file format from the file extension name The extension name should starts with a dot(’.’).
Detect(fileName: string)Detects file format from file name, file must be readable so Aspose.3D can detect file format through file header.
CreateLoadOptions()Not implemented in the FOSS edition — throws at runtime. Create a default load options for this file format
CreateSaveOptions()Not implemented in the FOSS edition — throws at runtime. Create a default save options for this file format
ToString()Formats to string

See Also

 English