Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 32,131 for

mime

(0.1 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. 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/
  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. 档案

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

    blog.aspose.com/zh/pdf/merge-pdf-in-javascript/
  5. 将 PDF 转换为 PDF/A 格式|Aspose.PDF for JavaScript vi...

    本主题向您展示如何使用 Aspose.PDF 将 PDF 文件转换为符合 PDF/A 标准的 PDF 文件。...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/convert-p...
  6. AsposeFontConvertToWOFF2 | API Solution for Jav...

    Convert fonts into woffs format. Reliable Javascript via C++ library for font conversion from 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/javascript-cpp/convert-fon...
  7. 在 PDF 中添加图像印章使用 JavaScript 通过 C++|Aspose.PDF fo...

    使用 JavaScript 工具包中的 AsposePdfAddStamp 函数将图像印章添加到您的 PDF 文档中。...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/stamping/
  8. Aspose::Words::Fields::FieldIncludeText::set_Mi...

    Aspose::Words::Fields::FieldIncludeText::set_MimeType method. Sets the Mime type of the referenced file in C++....FieldIncludeText::set_MimeType method Sets the MIME type of the referenced file...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. 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-...
  10. 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-...