Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 46,571 for

as

(0.09 sec)
  1. Extract Text and Images from XLSX File Online a...

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

    products.aspose.com/total/net/parse/xlsx/
  2. Extract Text and Images from ODS File Online an...

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

    products.aspose.com/total/net/parse/ods/
  3. Extract Text and Images from DOCM File Online a...

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

    products.aspose.com/total/cpp/parse/docm/
  4. Changing the Hyperlink style when saving as Wor...

    Hi, our customer reported a need to change the Hyperlinks style in the Word documents. They have documents that we convert into PDF. They want to remove the underline and change the color globally, in the output PDF tha…...Hi, our customer reported a need to change the Hyperlinks style in the Word documents. They have documents that we convert into PDF. They want to remove the underline and change the color globally, in the output PDF tha…

    forum.aspose.com/t/changing-the-hyperlink-style...
  5. Extract Text and Images from RTF File Online an...

    Online RTF file parser app. .NET API C# code to extract images and text content from RTF document....Online RTF file parser app. .NET API C# code to extract images and text content from RTF document.

    products.aspose.com/total/net/parse/rtf/
  6. Extract Text and Images from DOTX File Online a...

    Online DOTX file parser app. .NET API C# code to extract images and text content from DOTX document....Online DOTX file parser app. .NET API C# code to extract images and text content from DOTX document.

    products.aspose.com/total/net/parse/dotx/
  7. Mark BorderSide enum as flagged - Free Support ...

    Hi, may I Ask you to add flagged attribute to BorderSide enum? Because it supposed to use a flagged enum, but without this attribute we have warning in our project. Thank you image.png (13.7 KB)...Hi, may I ask you to add flagged attribute to BorderSide enum? Because it supposed to use a flagged enum, but without this attribute we have warning in our project. Thank you image.png (13.7 KB)

    forum.aspose.com/t/mark-borderside-enum-as-flag...
  8. Identify and Extract Embedded Attachment from M...

    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/email/java/identify-and-extract...
  9. Extract Text and Images from XLSX File Online a...

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

    products.aspose.com/total/java/parse/xlsx/
  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...