Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,209 for

base64

(0.03 sec)
  1. HtmlFixedSaveOptions.ExportEmbeddedFonts | Aspo...

    Control font embedding in your HTML with the ExportEmbeddedFonts property. Enhance document quality while managing file size effectively....embedded into Html document in Base64 format. Note setting this flag...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedImages method. Specifies whether images should be embedded into Html document in Base64 format. Note setting this flag can significantly increase size of output Html file in C++....embedded into Html document in Base64 format. Note setting this flag...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Licensing|Documentation

    Learn how to obtain and apply Aspose.OCR for JavaScript via C++ license and discover limitations of the trial version....load the license from a file, Base64 encoded string, or request...

    docs.aspose.com/ocr/javascript-cpp/licensing/
  4. Parse the full document to markdown with style ...

    We have a requirement where we need to have a markdown file of a docx file in order to process it properly with formatting. However, it seems as though when you convert a file from docx to markdown it does not preserve t…...true); // Embeds images as base64 options.setExportHeadersFo...true); // Embeds images as base64 options.setExportHeadersFo...

    forum.aspose.com/t/parse-the-full-document-to-m...
  5. Retrieve images from .docx Word document | Aspo...

    Learn how to Retrieve images from *.docx Word document in Aspose.ZIP for .NET with sample code and event handling techniques....with convertion image bytes to base64 string. Here is a rendering...ImageBytes) { 5 <img src= "data:image;base64,@Convert.ToBase64String(image)"...

    docs.aspose.com/zip/net/retrieve-images-from-docx/
  6. Language detecton|Documentation

    How to detect the languages used on the provided image....object, an array of pixels, or a Base64 string, this value will be...

    docs.aspose.com/ocr/net/language_detection/
  7. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....object, an array of pixels, or a Base64 string, this value will be...

    docs.aspose.com/ocr/java/image-regions-word-find/
  8. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedFonts method. Specifies whether fonts should be embedded into Html document in Base64 format. Note setting this flag can significantly increase size of output Html file in C++....embedded into Html document in Base64 format. Note setting this flag...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Language detecton|Documentation

    How to detect the languages used on the provided image....object, an array of pixels, or a Base64 string, this value will be...

    docs.aspose.com/ocr/python-net/language_detection/
  10. Distorted Barcode Generation in PDF with Aspose...

    Hello Aspose Team, We are encountering an issue in our ASP.NET Core application using Aspose.Pdf.Drawing and Aspose.BarCode (latest version 25.2.0) to generate PDFs containing both linear and DataMatrix barcodes. With v…...BarCode, convert it to a Base64-encoded string, and embed it...<div> <img src='data:image/png;base64,{base64Image}' alt='Embedded...

    forum.aspose.com/t/distorted-barcode-generation...