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

base64

(0.36 sec)
  1. 档案

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

    blog.aspose.com/zh/email/create-ms-outlook-dist...
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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/
  8. Inserting Images Dynamically in Java|Aspose.Wor...

    Insert images into your document dynamically when building a report in Java....containing an image URI, path, or Base64-encoded image data While building...

    docs.aspose.com/words/java/inserting-images-dyn...
  9. HtmlSaveOptions.exportFontResources property | ...

    HtmlSaveOptions.exportFontResources property. Specifies whether font resources should be exported to HTML, MHTML or EPUB...into @font-face at-rules in Base64 encoding. Important! When exporting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add Image to HTML in C# – Aspose.HTML for .NET

    Insert images into an HTML document programmatically using Aspose.HTML for .NET library....absolute URL, and with URI data (Base64 encoded image): Image HTML...<img src= "data:image/jpeg;base64,/9j/4RLYRXhpZgAAS..." alt=...

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