Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,206 for

base64

(0.07 sec)
  1. Mask an image to clip corners of the content - ...

    Hello, I’m trying to use Aspose.HTML 2025.06 for .Net to convert HTML into PDF. HTML consist of a Base64 image and an overlay on top. This overlay is meant to clip the corners of the chart visible on the image. I have…... HTML consist of a base64 image and an overlay on top...is visible. placing another base64 image on top of the other one...

    forum.aspose.com/t/mask-an-image-to-clip-corner...
  2. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportImagesAsBase64 method. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB. Default is false in C++....whether images are saved in Base64 format to the output HTML,..."<img src= \" data:image/png;base64" ) : outDocContents . Contains...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. MarkdownSaveOptions.exportImagesAsBase64 proper...

    MarkdownSaveOptions.exportImagesAsBase64 property. Specifies whether images are saved in Base64 format to the output file...whether images are saved in Base64 format to the output file....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SvgSaveOptions.export_embedded_images property ...

    SvgSaveOptions.export_embedded_images property. Specifies whether images should be embedded into the SVG document as Base64...embedded into the SVG document as base64. Be aware that activating this...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Queries about Aspose cells smart markers - Free...

    Hi , We are facing following issues when working with smart markers. Dynamic formulas : When using a JSON data source with dynamic formulas in the template, the formula execution does not start from the current row a…...7 Hi, Also in JSON we have base64 image I hava placed &=node...Does version 25.1 supports base64 image bindings ? If yes what...

    forum.aspose.com/t/queries-about-aspose-cells-s...
  6. Aspose::Words::Saving::SvgSaveOptions::set_Expo...

    Aspose::Words::Saving::SvgSaveOptions::set_ExportEmbeddedImages method. Specifies whether images should be embedded into the SVG document as Base64. Be aware that activating this option can lead to a significant increase in the size of the output SVG file in C++....embedded into the SVG document as base64. Be aware that activating this...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. DigitalSignature.signature_value property | Asp...

    DigitalSignature.signature_value property. Gets an array of bytes representing a signature value....digital_signatures : signature_value = base64 . b64encode ( digital_signature_val...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::SvgSaveOptions::get_Expo...

    Aspose::Words::Saving::SvgSaveOptions::get_ExportEmbeddedImages method. Specifies whether images should be embedded into the SVG document as Base64. Be aware that activating this option can lead to a significant increase in the size of the output SVG file in C++....embedded into the SVG document as base64. Be aware that activating this...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. DigitalSignature.signatureValue property | Aspo...

    DigitalSignature.signatureValue property. Gets an array of bytes representing a signature value.... toString ( 'base64' ); expect ( signatureValue...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Missing inline images after conversion from msg...

    I convert a msg file to HTML by MailMessage mail = MailMessage.load(msgPath); SaveOptions opt = SaveOptions.createSaveOptions(MailMessageSaveType.getHtmlFormat()); mail.save(htmlPath, opt); Some images are changed to Ba…...Some images are changed to Base64 encoded and they can be displayed...change all inline images to Base64 encoded? kashif.iqbal August...

    forum.aspose.com/t/missing-inline-images-after-...