Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 33,778 for

mime

(0.14 sec)
  1. 如何通过 C++ 使用 JavaScript 合并 PDF|Aspose.PDF for Ja...

    本页解释如何使用 Aspose.PDF for JavaScript via C++ 将 PDF 文档合并成单个 PDF 文件...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/merge-pdf/
  2. 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....Contents [ Hide ] Working with MIME Messages Working with Appointments...

    docs.aspose.com/email/python-net/developer-guide/
  3. SaveOutputParameters | Aspose.Words for Java

    This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation in Java....access the Internet Media Type (MIME type) of the newly created output...access the Internet Media Type (MIME type) of the newly created output...

    reference.aspose.com/words/java/com.aspose.word...
  4. Developer Guide - C++ Email Parser Library|Docu...

    Developer guide section explains how to use C++ Email Parser Library to work with Mime Messages, Outlook items, Exchange EWS Client....Contents [ Hide ] Work with MIME Messages using C++ Email Parser...

    docs.aspose.com/email/cpp/developer-guide/
  5. 使用 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-...
  6. 使用 JavaScript 加密 PDF|Aspose.PDF for JavaScript ...

    使用 Aspose.PDF for JavaScript via C++ 加密 PDF 文件。...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/encrypt-pdf/
  7. 档案

    档案...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/
  8. 将 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...
  9. AsposeFontConvertToWOFF2 | Javascript

    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...
  10. 在 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/