Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 32,145 for

mime

(0.09 sec)
  1. 使用 JavaScript 通过 C++ 向 PDF 添加图像|Aspose.PDF for ...

    本节介绍如何使用 Aspose.PDF for JavaScript 通过 C++ 向现有 PDF 文件添加图像。...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/add-image...
  2. 使用 JavaScript 通过 C++ 处理 PDF 文件元数据|Aspose.PDF fo...

    本节解释如何获取 PDF 文件信息,如何从 PDF 文件中获取元数据,设置 PDF 文件信息。...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/pdf-file-...
  3. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…...) we are not able to get the mime type of the attachment, we are...MapiAttachment.getMimeTag() to get the mime type, is there any way we can...

    forum.aspose.com/t/how-to-deal-with-huge-attach...
  4. 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-...
  5. Font converter | API Solution for Javascript

    Easy-to-use Javascript via C++ library for font conversion from Aspose.Font to work with different fonts like True Type or web fonts....function (filename, mime, content) { 20 mime = mime || "application/octet-stream"...new Blob( [ content ] , {type: mime})); 23 link. download = filename;...

    docs.aspose.com/font/javascript-cpp/convert-font/
  6. AsposefontConvertTowoff | JavaScript的API解决方案

    将字体转换为Woff格式。可靠的JavaScript通过C ++库可从Aspose.font进行字体转换。...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-...
  7. 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...
  8. AsposefontConvertTowoff2 | JavaScript的API解决方案

    将字体转换为Woffs格式。可靠的JavaScript通过C ++库可从Aspose.font进行字体转换。...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-...
  9. AsposefontConvertTosvg | JavaScript的API解决方案

    将字体转换为SVG格式。可靠的JavaScript通过C ++库可从Aspose.font进行字体转换。...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-...
  10. SaveOutputParameters.content_type property | As...

    SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved document....access the Internet Media Type (MIME type) of the newly created output...

    reference.aspose.com/words/python-net/aspose.wo...