Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 48,041 for

as

(0.83 sec)
  1. 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/cpp/tile-picture-as-a-tex...
  2. Save Document as a Multipage TIFF in Jython|Asp...

    Save Document As a Multipage TIFF using Jython....Save Document as a Multipage TIFF using Jython.

    docs.aspose.com/words/java/save-document-as-a-m...
  3. Inserting a WAV file as an OLE Object|Documenta...

    ClAss Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.

    docs.aspose.com/cells/python-net/inserting-a-wa...
  4. Convert Visio to PNG doesn't work as expected -...

    Hi Aspose, We have a Viso file with external node shapes. We tried to export the Visio to PNG. The output is not As expected. Visio File: ExternalNode.zip (37.7 KB) Output PNG: ExportToImage_out.png (5.1 KB) Here is…...Hi Aspose, We have a Viso file with external node shapes. We tried to export the Visio to PNG. The output is not as expected. Visio File: ExternalNode.zip (37.7 KB) Output PNG: ExportToImage_out.png (5.1 KB) Here is…

    forum.aspose.com/t/convert-visio-to-png-doesnt-...
  5. Extract Text and Images from DOTM File Online a...

    Online DOTM file parser app. C++ API code to extract images and text content from DOTM document....Online DOTM file parser app. C++ API code to extract images and text content from DOTM document.

    products.aspose.com/total/cpp/parse/dotm/
  6. Extract Text and Images from ODP File Online an...

    Online ODP file parser app. Java API code to extract images and text from ODP presentation....Online ODP file parser app. Java API code to extract images and text from ODP presentation.

    products.aspose.com/total/java/parse/odp/
  7. Extract Text and Images from XLS File Online an...

    Online XLS file parser app. .NET API C# code to extract text in rows and cells from XLS spreadhseets....Online XLS file parser app. .NET API C# code to extract text in rows and cells from XLS spreadhseets.

    products.aspose.com/total/net/parse/xls/
  8. Extract Text and Images from PPTX File Online a...

    Online PPTX file parser app. Java API code to extract images and text from PPTX presentation....Online PPTX file parser app. Java API code to extract images and text from PPTX presentation.

    products.aspose.com/total/java/parse/pptx/
  9. Extract Text and Images from PPTX File Online a...

    Online PPTX file parser app. .NET API C# code to extract images and text from PPTX presentation....Online PPTX file parser app. .NET API C# code to extract images and text from PPTX presentation.

    products.aspose.com/total/net/parse/pptx/
  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...