Sort Score
Result 10 results
Languages All
Labels All
Results 4,891 - 4,900 of 31,805 for

groupdocs.search

(0.28 sec)
  1. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/searchi...
  2. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-microsoft...
  4. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  6. Different exceptions for pdf file extraction - ...

    Hi, These are some exceptions we observed when extracting from PDF files: System.IndexOutOfRangeException: Invalid index: index should be in the range [1…n] where n equals to the pages count at Aspose.Pdf.Facades.Pd…...for pdf file extraction GroupDocs.Search Product Family csharp...

    forum.groupdocs.com/t/different-exceptions-for-...
  7. Convert PNG to DOCX with Python

    Step‑by‑step guide to Convert PNG to DOCX with Python using GroupDocs.Conversion, featuring a Python code for PNG to DOCX conversion efficiently....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/python/convert-png-...
  8. Convert EML to PDF Using C#

    Learn how to Convert EML to PDF using C# with a simple C# code to transform EML files into PDF, leveraging GroupDocs.Conversion for fast email document AI conversion....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-eml-to-...
  9. Convert PPTX To PNG With Python

    Learn how to Convert PPTX to PNG with Python and use Python code to transform PPTX into PNG images efficiently with GroupDocs.Conversion....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/python/convert-pptx...
  10. Product Overview | GroupDocs

    GroupDocs.Merger for Java provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/product-overview/