Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,357 for

base64

(0.08 sec)
  1. Export Presentations to HTML with Externally Li...

    Learn how to export presentations to HTML with externally linked images in Aspose.Slides for Python via .NET, covering PowerPoint and OpenDocument formats....directly in the HTML using Base64 encoding. This produces a single...original resources because of Base64 overhead. Embedded images and...

    docs.aspose.com/slides/python-net/exporting-pre...
  2. Aspose.words PDF creation using html is blockin...

    Issue Description We are using Aspose.Words for .NET version 25.x to generate PDF files from HTML content. The HTML content includes image paths that point to files located on an Azure File Share. However, we are experi…..."<html><body><img src='data:image/jpeg;base64,{base64ImageData}' /></body></html>";...{base64ImageData} with the actual base64 string of your image. This...

    forum.aspose.com/t/aspose-words-pdf-creation-us...
  3. Preserve Linking of OLE Objects to Excel When P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel file. I am sending the PowerPoint and Excel as Base64 encoded strings via an API and will be inserting the slide into…...the PowerPoint and Excel as base64 encoded strings via an API...

    forum.aspose.com/t/preserve-linking-of-ole-obje...
  4. Scan GS1 Code 128 barcode Images via Python via...

    Python source code for GS1 Code 128 barcode recognition using Java Runtime Environment....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/code128...
  5. Scan DotCode barcode Images via Python via Java...

    Python source code for DotCode barcode recognition using Java Runtime Environment....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/dotcode...
  6. Scan Code 16K barcode Images via Python via Jav...

    Python source code for Code 16K barcode recognition using Java Runtime Environment....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/code16k...
  7. Scan Italian Pharmacode (Code 32) barcode Image...

    Python source code for Italian Pharmacode (Code 32) barcode recognition using Java Runtime Environment....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/code32/...
  8. Scan Data Matrix code Images via Python via Jav...

    Python source code for Data Matrix code recognition using Java Runtime Environment....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/datamat...
  9. Scan ISMN barcode Images via Python via Java | ...

    Python source code for ISMN barcode recognition using Java Runtime Environment....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/ismn/re...
  10. Custom Font-Family - Free Support Forum - aspos...

    I'm trying to create a PDF from an HTML file with a non-standard font. I've tried using Base64 in the CSS like so but it doesn't work. Other Base64 image src's do work so I thought this would work as well. Any other i…... I’ve tried using base64 in the CSS like so but it doesn’t...doesn’t work. Other base64 image src’s do work so I thought this...

    forum.aspose.com/t/custom-font-family/16662