Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 70,094 for

mime

(0.07 sec)
  1. get_ContentType() | Aspose.Slides for C++ API R...

    Returns a Mime type of an audio, encoded in Audio::get_BinaryData. Read-only System::String....Audio::get_ContentType() method Returns a MIME type of an audio, encoded in...

    reference.aspose.com/slides/cpp/aspose.slides/a...
  2. AsposeFontConvertToWOFF

    Converts the Font into woff format...( filename , mime , content ) { 20 mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); 23 link . download = filename...

    docs.aspose.com/font/javascript-cpp/convert-fon...
  3. Convert PDF to PDF/A formats|Aspose.PDF for Jav...

    Discover how to convert PDFs to PDF/A for archival purposes using Aspose.PDF in JavaScript via C++....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  4. Add Image to PDF using JavaScript via C++|Aspos...

    This section describes how to add image to existing PDF file using Aspose.PDF for JavaScript via C++....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/add-image-to...
  5. XmpMimeType - Aspose.PSD for Java - API Reference

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....extends XmpText Represents MIME type. MIME type defined in IETF RFC...

    reference.aspose.com/psd/java/com.aspose.psd.xm...
  6. ContentType | Aspose.Sildes for .NET API Reference

    Returns a Mime type of an image encoded in BinaryDataaspose.slides/ppimage/binarydata. Read-only String....ContentType property Returns a MIME type of an image, encoded in...

    reference.aspose.com/slides/net/aspose.slides/p...
  7. get_ContentType() | Aspose.Slides for C++ API R...

    Returns a Mime type of an image, encoded in PPImage::get_BinaryData. Read-only System::String....PPImage::get_ContentType() method Returns a MIME type of an image, encoded in...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  8. get_ContentType() | Aspose.Slides for C++ API R...

    Returns a Mime type of an image, encoded in IPPImage::get_BinaryData. Read-only System::String....IPPImage::get_ContentType() method Returns a MIME type of an image, encoded in...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  9. GetObjectStoringLocation() | Aspose.Slides for ...

    Determines where object should be stored. This method is called once for each object id. It is not guaranteed that there won't be two objects with same data, semanticName and contentType but with different id.... contentType System::String MIME type of object. recomendedExtension...extension, recommended for this MIME type. Return Value Decision...

    reference.aspose.com/slides/cpp/aspose.slides.e...
  10. Split PDF using JavaScript|Aspose.PDF for JavaS...

    This topic shows how to split PDF pages into individual PDF files with Aspose.PDF for JavaScript via C++ .... It accepts the filename, MIME type, and file content. The...( filename , mime , content ) => { mime = mime || "application/octet-stream"...

    docs.aspose.com/pdf/javascript-cpp/split-pdf/