Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 34,952 for

mime

(0.53 sec)
  1. Introduction and Sample Applications|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....Email Mime. Email Clients Aspose.Email...Email Mime Multipurpose Internet Mail Extensions (MIME) is an...

    docs.aspose.com/email/java/introduction-and-sam...
  2. Email Message File Format Conversion|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....email documents: EML – Standard MIME formatted email. MSG – Outlook...

    docs.aspose.com/email/sharepoint/email-message-...
  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. Could not find .ics file inside mail in mailbox...

    Hello Supporter. We are implementing a ics importer using aspose.mail. We have a mailbox for example. When a invitation is sent to the mailbox, then we could read ics file in the email by using code: if (_message.Alte…...following: There is no text/calendar MIME part and no .ics attachment...is attached No text/calendar MIME part exists However, this calendar...

    forum.aspose.com/t/could-not-find-ics-file-insi...
  5. 字体转换器| 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-...
  6. Use Hardware Signing Cert - Free Support Forum ...

    Hello, Sorry if posted here, the question applies to Words/Pdf/Email and other products that support signing. Such products that sign with X509Certificate2 accept such object or CertificateHolder which accepts a .pfx f…...key for signing the docs or s/mime signing the messages. The bad...

    forum.aspose.com/t/use-hardware-signing-cert/32...
  7. 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...
  8. Issue with cyrillic characters in Header export...

    Hello, Here i attach my findings with an issue trying to export to HTML a MapiMessage. The message contains cyrillic characters in the header (“Cc”, “From”, “To”), mapiMessage loads them correctly (attached debugging t…...However, Outlook also stores a raw MIME representation of the headers...copy of the original headers in MIME format, including correct encodings...

    forum.aspose.com/t/issue-with-cyrillic-characte...
  9. Extract and Save an Attachment|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to get all attachments from a PDF document. Also, you can get an individual attachment from your document....()); Console :: WriteLine ( u "Mime Type: {0}" , fileSpecification...()); Console :: WriteLine ( u "Mime Type: {0}" , fileSpecification...

    docs.aspose.com/pdf/cpp/extract-and-save-an-att...
  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...