Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 33,751 for

mime

(0.07 sec)
  1. AttachSignature issue - Free Support Forum - as...

    Hello, FYI: Dim MyMapiMessage As MapiMessage = MapiMessage.Load(str, loadopt) MyMapiMessage.Headers.Set("X-Mailer"... Dim SignedMessage As MapiMessage = New Email.SecureEmailManager().AttachSignature(MyMapiMessage, MyC…...MultipartSigned , which is expected for S/MIME signing, but the loss of metadata...problem of metadata loss during S/MIME operations aligns with your...

    forum.aspose.com/t/attachsignature-issue/324178
  2. Convert PDF to Image Formats in JavaScript|Aspo...

    This topic show you how to use Aspose.PDF to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  3. Bookmarks in PDF with JavaScript|Aspose.PDF for...

    You can add or delete a bookmarks in PDF document with JavaScript....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/bookmark/
  4. Rotate PDF Pages with JavaScript via C++|Aspose...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically via JavaScript via C++...( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/rotate-pages/
  5. Track Document Conversion Progress|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....This event informs that the mime structure is created. MimePartSaved...event informs that saving of one mime part is finished. SavedToStream...

    docs.aspose.com/email/java/track-document-conve...
  6. Convert CSV to POTX using Java or with free Onl...

    Java API to Export CSV to POTX or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....Language) (MIME HTML) (MIME HTML) (MIME HTML) (MIME HTML) (MIME HTML)...HTML) (MIME HTML) (MIME HTML) (MIME HTML) (MIME HTML) (MIME HTML)...

    products.aspose.com/total/total/java/conversion...
  7. Add Page Number to PDF with JavaScript via C++|...

    Aspose.PDF for JavaScript via C++ allows you to add Page Number Stamp to your PDF file using AsposePdfAddPageNum....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/add-page-num...
  8. Set the background color for PDF with JavaScrip...

    Set background color for the your PDF file with JavaScript via C++....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/set-backgrou...
  9. Convert PDF to EPUB, TeX, Text, XPS in JavaScri...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using JavaScript or JavaScript....( filename , mime , content ) => { mime = mime || "application/octet-stream"...Blob ([ content ], { type : mime })); link . download = filename...

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  10. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them using Aspose.Cells for JavaScript via C++....Determine the file extension and MIME type let ext = picformat . toLowerCase...; let mime = 'image/jpeg' ; if ( ext === 'png' ) mime = 'image/png'...

    docs.aspose.com/cells/javascript-cpp/extract-im...