Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 33,782 for

mime

(0.23 sec)
  1. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents using JavaScript via C++....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/sign-pdf/
  2. Working with PDF File Metadata using JavaScript...

    This section explains how to get PDF file information, how to get metadata from a PDF file, set PDF File Information....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/pdf-file-met...
  3. Add Image stamps in PDF using JavaScript via C+...

    Add the Image Stamp to your PDF document using AsposePdfAddStamp function with the JavaScript toolkit....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/stamping/
  4. 使用 JavaScript 和 C++ 优化 PDF 资源|Aspose.PDF for Ja...

    使用 JavaScript 工具优化 PDF 文件的资源以实现快速网页视图。...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/zh/javascript-cpp/optimize-...
  5. Aspose::Words::Fields::FieldIncludeText::get_Mi...

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

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. 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...
  7. 如何通过 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/
  8. Priority parameter not working with New Outlook...

    Hi there! I am using Aspose.Email version 25.2.0 in Openedge 12.8.9. I am making a basic MailMessage variable with IsBodyHtml set to True and I have set the priority tag parameter to MailPriority:High. The file is saved…...Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 importance-high-body...X-Priority: High Importance: High MIME-Version: 1.0 Content-Type: ...

    forum.aspose.com/t/priority-parameter-not-worki...
  9. 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/
  10. Encrypt PDF using JavaScript|Aspose.PDF for Jav...

    Encrypt PDF File with Aspose.PDF for JavaScript via C++....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/encrypt-pdf/