Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 33,750 for

mime

(0.06 sec)
  1. 字体转换器| JavaScript

    通过C ++库易于使用的JavaScript从Aspose.font进行字体转换,可与True Type或Web字体(例如True Type或Web字体)一起使用。...function (filename, mime, content) { 20 mime = mime || "application/octet-stream"...new Blob( [ content ] , {type: mime})); 23 link. download = filename;...

    docs.aspose.com/font/zh/javascript-cpp/convert-...
  2. SaveOutputParameters.ContentType | Aspose.Words...

    Discover the SaveOutputParameters ContentType property, which provides the Internet Media Type for your saved documents, ensuring accurate file identification....access the Internet Media Type (MIME type) of the newly created output...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 档案

    档案...DownloadFile = (filename, mime, content) => { mime = mime || "application/octet-stream";...createObjectURL(new Blob([content], {type: mime})); link.download = filename;...

    blog.aspose.com/zh/pdf/convert-pdf-to-excel-jav...
  4. Developer Guide|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....SendGrid in Java Working with MIME Messages Working with Appointments...

    docs.aspose.com/email/java/developer-guide/
  5. Developer Guide|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....MailGun and SendGrid Working with MIME Messages Manage Appointments:...

    docs.aspose.com/email/net/developer-guide/
  6. Online MHTML File Compression or Build Python A...

    Free online app to compress different MHTML files. Python archiving library code for MHTML documents....Files (MIME HTML Archive) Compress MHTML Files (MIME HTML) Compress...File Format? MHTML, short for MIME HTML, is a file format that...

    products.aspose.com/total/python-net/compress/m...
  7. Limitations and API Differences|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Android via Java 1 Working with MIME messages 2 Working with Outlook...

    docs.aspose.com/email/androidjava/limitations-a...
  8. Working with Outlook Items - C++ Email Parser A...

    C++ Email Parser API enables you to create and save MSG files, work with Outlook Calendar, Contacts, Notes, Tasks and Distribution Lists....Using MapiMessage Work with MIME Messages using C++ Email Parser...

    docs.aspose.com/email/cpp/working-with-outlook-...
  9. Extract and Save an Attachment|Aspose.PDF for Java

    Aspose.PDF for Java allows you to get all attachments from a PDF document. Also, you can get an individual attachment from your document....getMIMEType() – gets the file’s MIME type. getParams() – information...()); System . out . println ( "Mime Type:-" + fileSpecification...

    docs.aspose.com/pdf/java/extract-and-save-an-at...
  10. Question on behavior of MailMessage Load(System...

    Hi, I am experiencing a strange behavior in my application, so I am trying to troubleshoot if Aspose.Email for .NET (25.2.0) could somehow be the culprit. I load an eml email file as a byte array from disk: rawData = …...Content-Type: application/pkcs7-mime; smime-type=enveloped-data;...Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-Authority-Analysis:...

    forum.aspose.com/t/question-on-behavior-of-mail...