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

base64

(0.5 sec)
  1. 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/
  2. 档案

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

    blog.aspose.com/zh/email/create-ms-outlook-dist...
  3. 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/
  4. 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
  5. 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...
  6. 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...
  7. Python Barcode Generator and Scanner API | prod...

    Python barcode reader library to recognize and generate mutiple types of barcodes, including 1D, 2D, and Postal types. Use API in Python applications....executed - Python import os import base64 from asposebarcode import Recognition...self ): image_data_base64 = ta.load_image_base64_from_path( " <file...

    products.aspose.com/barcode/python-java/
  8. ByteArray To image - Free Support Forum - aspos...

    I’m working with Aspose.Words for .NET (v24.10) and would like some guidance on inserting a signature image from byte array coming in payload into a Word template using the LINQ Reporting Engine. My Use Case: I receiv…...I receive a byte array (or base64 string) representing a signature...

    forum.aspose.com/t/bytearray-to-image/310992
  9. EQ Field Underline Styles Not Preserved During ...

    Description When converting a DOCX document to image (PNG) or HTML using Aspose.Words, underline styles defined inside an EQ field (FieldEquation) are not rendered correctly. Specifically, any underline style applied vi…...font-size:28pt"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhE/1PGMf...

    forum.aspose.com/t/eq-field-underline-styles-no...
  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/