Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 4,697 for

as

(0.35 sec)
  1. Extract Text from ODT using Java

    This article offers a step-by-step guide on how to extract text from ODT using Java. It also features a sample code example for text extraction from ODT in Java....This article offers a step-by-step guide on how to extract text from ODT using Java. It also features a sample code example for text extraction from ODT in Java.

    kb.groupdocs.com/parser/java/extract-text-from-...
  2. Convert PDF to MHTML using Node.js

    Learn how to convert PDF to MHTML using Node.js for seamless document transformation. Follow our guide to efficiently export PDF to MHTML in Node.js with simple steps....Learn how to convert PDF to MHTML using Node.js for seamless document transformation. Follow our guide to efficiently export PDF to MHTML in Node.js with simple steps.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  3. How to Convert Bitmap to PNG using C#

    Quickly do image conversion and learn the process to convert Bitmap to PNG using C# and how to consume document converter APIs for C# BMP to PNG converter ability....Quickly do image conversion and learn the process to convert Bitmap to PNG using C# and how to consume document converter APIs for C# BMP to PNG converter ability.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Convert PDF to Word using Node.js

    Learn how to convert PDF to Word using Node.js effortlessly. Export PDF to Word in Node.js with simple steps and libraries for accurate document conversion....Learn how to convert PDF to Word using Node.js effortlessly. Export PDF to Word in Node.js with simple steps and libraries for accurate document conversion.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. Add Text Watermark to XLS Using Python

    Learn how to add text watermark to XLS using Python. This tutorial shows how to embed text watermarks into XLS spreadsheets with custom font, color, and alignment....Learn how to add text watermark to XLS using Python. This tutorial shows how to embed text watermarks into XLS spreadsheets with custom font, color, and alignment.

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. Not able to view pptx file in viewer - Free Sup...

    Hello, I am getting the following error on a code shared below when trying to view pptx file in a viewer Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.ge…...Hello, I am getting the following error on a code shared below when trying to view pptx file in a viewer Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.ge…

    forum.groupdocs.com/t/not-able-to-view-pptx-fil...
  7. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for .NET....This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for .NET.

    docs.groupdocs.com/editor/net/edit-powerpoint/
  8. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cAses, it’s necessary to analyze only one clAss of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  9. Enumeration Extension Methods | GroupDocs

    LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for IEnumerable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus you can group, sort and perform other sequential data manipulations in template expressions in a familiar way. The following table describes these built-in extension methods. The following notation conventions are used within the table:...LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for IEnumerable. These extension methods mimic some extension methods of IEnumerable<T> providing the same signatures and behavior features. Thus you can group, sort and perform other sequential data manipulations in template expressions in a familiar way. The following table describes these built-in extension methods. The following notation conventions are used within the table:

    docs.groupdocs.com/assembly/net/enumeration-ext...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: &lt;&lt;if [item.Text != null &amp;&amp; item.Text != “”]&gt;&gt; Is it possible to do something like: &lt;&lt;if [!String.IsNullO&hellip;

    forum.groupdocs.com/t/shorthand-check-for-null-...