Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,626 for

base64

(0.09 sec)
  1. HtmlFixedSaveOptions class | Aspose.Words for P...

    aspose.words.saving.HtmlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML_FIXED](../../aspose.words/saveformat/#HTML_FIXED) format...embedded into Html document in Base64 format. Note setting this flag...embedded into Html document in Base64 format. Note setting this flag...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Question on behavior of MailMessage Load(System...

    Hi, I am experiencing a strange behavior in my application, so I am trying to troubleshoot if Aspose.Email for .NET (25.2.0) could somehow be the culprit. I load an eml email file as a byte array from disk: rawData = …...Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-Authority-Analysis:...Content-Transfer-Encoding: base64 Content-Disposition: attachment;...

    forum.aspose.com/t/question-on-behavior-of-mail...
  3. 41587 + 41590 Not fixed - Free Support Forum - ...

    Hi, Both cases were wrongly claimed to get fixed, run the sample and see both issues: The 1st one still has: < ! --[if !SupportsSharedCalendar]-- > Accept and view calendar < ! --[endif]–> The 2nd one does not rend…...relative files encoded inside as Base64. I think load resources in...MailMessage/MapiMessage from base64 encoded string efficiently...

    forum.aspose.com/t/41587-41590-not-fixed/314814
  4. 档案

    档案...setEntryId(Base64.getDecoder().decode(strEntryId1));...Contact); member2.setEntryId(Base64.getDecoder().decode(strEntryId2));...

    blog.aspose.com/zh/email/create-ms-outlook-dist...
  5. Upload archive to ASP.NET web application in C#...

    Provides example of how to use c# zip library for archive decompression and image processing for ASP.NET web application....by converting image bytes to base64 strings. Here is the Razor...ImageBytes) { 5 <img src= "data:image;base64,@Convert.ToBase64String(image)"...

    docs.aspose.com/zip/net/upload-archive-asp-net/
  6. How to Run Aspose.Cells in Blazor|Documentation

    Learn how to run Aspose.Cells in a Blazor WebAssembly app and a Blazor Server app....imageSrc = "data:image/png;base64," + Convert . ToBase64String...imageSrc = "data:image/png;base64," + Convert . ToBase64String...

    docs.aspose.com/cells/net/how-to-run-aspose-cel...
  7. Remove Noise from Image using Python

    Refer to this article for image noise reduction using Python. It has details to set the IDE, a list of steps, and a sample code to remove noise from image using Python....data for recognition, such as Base64 string, a directory containing...

    kb.aspose.com/ocr/python/remove-noise-from-imag...
  8. Working with large PST files|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.... Base64 . decodeBase64 ( msgId ), KnownPropertyList...

    docs.aspose.com/email/java/working-with-large-p...
  9. Convert Excel to Markdown using Java

    Refer to this article to convert Excel to Markdown using Java. It has details to set the IDE, a list of steps, and a sample code to transform Excel to Markdown using Java....breakers, and export images as Base64 format in the MD file. Similarly...

    kb.aspose.com/cells/java/convert-excel-to-markd...
  10. Extract Images from HTML – C# code

    Extract images from HTML programmatically using the Aspose.HTML C# library....Last(); //Check the image in base64 encoding if (url.Protocol ==...check whether the image is in Base64 encoded format by examining...

    products.aspose.com/html/net/images/extract/