Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 48,615 for

as

(0.33 sec)
  1. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture As a texture inside a shape using Aspose.Cells for Node.js via C++....Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for Node.js via C++.

    docs.aspose.com/cells/nodejs-cpp/tile-picture-a...
  2. Showing Cell Range as Data Labels with C++|Docu...

    Learn how to show a range of cells As data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Learn how to show a range of cells as data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts.

    docs.aspose.com/cells/cpp/showing-cell-range-as...
  3. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture As the background fill in a chart using Aspose.Cells for JavAscript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance.

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  4. Extract Text and Images from Word File Online a...

    Online Word file parser app. Java API code to extract images and text content from Word document....Online Word file parser app. Java API code to extract images and text content from Word document.

    products.aspose.com/total/java/parse/word/
  5. Extract Text and Images from PDF File Online an...

    Online PDF file parser app. Python API code to extract images and text from PDF document....Online PDF file parser app. Python API code to extract images and text from PDF document.

    products.aspose.com/total/python-net/parse/pdf/
  6. Extract Text and Images from XLSM File Online a...

    Online XLSM file parser app. Android API code to extract text in rows and cells from XLSM spreadhseets....Online XLSM file parser app. Android API code to extract text in rows and cells from XLSM spreadhseets.

    products.aspose.com/total/android-java/parse/xlsm/
  7. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture As a texture inside a shape using Aspose.Cells for C++....Learn how to tile a picture as a texture inside a shape using Aspose.Cells for C++.

    docs.aspose.com/cells/go-cpp/tile-picture-as-a-...
  8. PDF: attached files shows as "0,00 bytes" and m...

    Good day, I attached files using the following code: public static void AddAttachment(string source, string dest, string[] attachments) { Document pdfDocument = new Document(source); fo…...Good day, I attached files using the following code: public static void AddAttachment(string source, string dest, string[] attachments) { Document pdfDocument = new Document(source); fo…

    forum.aspose.com/t/pdf-attached-files-shows-as-...
  9. Chart are generating in the generated document ...

    Chart is not creating in the generated document, we are adding the data to the template along with other bookmarks and data, Chart are not generating As same As in the template. Chart should be generated As equivalent to…...Chart is not creating in the generated document, we are adding the data to the template along with other bookmarks and data, Chart are not generating as same as in the template. Chart should be generated as equivalent to…

    forum.aspose.com/t/chart-are-generating-in-the-...
  10. Aspose.Words hangs indefinitely when saving as ...

    Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes, 0, bytes.Length);…...Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes, 0, bytes.Length);…

    forum.aspose.com/t/aspose-words-hangs-indefinit...