Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,480 for

feature

(0.17 sec)
  1. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....more about image extraction feature, please refer the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/net/extract-images-fr...
  2. Support for PDF/A-4 - Free Support Forum - grou...

    Dear GroupDocs Support Team, I would like to ask whether support for the PDF/A-4 format is currently planned or perhaps already in development? Since the format has been officially available for some time now, we would…... If this feature is not yet on your roadmap...

    forum.groupdocs.com/t/support-for-pdf-a-4/15963
  3. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the Feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the feature to read basic metadata in CAD...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....documents to HTML is an essential feature. This process is particularly...solutions. By utilizing this feature, developers can design efficient...

    kb.groupdocs.com/search/java/export-indexed-doc...
  5. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval.... This feature is particularly useful when...retrieval using C# is a powerful feature for content-based image retrieval...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  6. Individual Series Point Coloring in Presentatio...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Presentation Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS PowerPoint 2013: Add a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/individual-ser...
  7. Get Image Representation of a Document

    Did you ever wish to get image representation of a document? GroupDocs.Merger for Java 19.6 will make your wish come true. This Feature is also helpful for front end application development. Let’s have a look at its implementation. It will return page number and page stream. Using getPagePreview method you will get list of page image representations for a document of known format. So, source document file format should be specified.... This feature is also helpful for front end...resultant document Along with features and improvements we also emphasize...

    blog.groupdocs.com/merger/get-image-representat...
  8. Text Highlight Settings are Introduced in Group...

    GroupDocs.Comparison for .NET 18.8 comes with some new Features, improvements and bug fixes.Text highlighting Feature is introduced and PDF mapper is improved. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement new Setting for text highlighting in Html, Slides, Notes, Pdf and Words settings.InsertedItemsStyle.HighlightColor = System.Drawing.Color.Red; settings.DeletedItemsStyle.HighlightColor = System.Drawing.Color.Blue; settings.DeletedItemsStyle.HighlightColor = System.Drawing.Color.Blue; Improvements Improve PDF mapper Support of comparing different formats with image Bug Fix Output of PDF with graphs is not as expected PDF with images is not as expected Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....8 comes with some new features, improvements and bug fixes...fixes.Text highlighting feature is introduced and PDF mapper is...

    blog.groupdocs.com/comparison/text-highlight-se...
  9. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page.... Features . FormattedText ) { Console...formatted text extraction feature support earlier Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-formatted...
  10. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....extraction Leave feedback The feature described in this article makes...deserialized as needed. This feature can be useful because the operation...

    docs.groupdocs.com/search/nodejs-java/separate-...