Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 3,889 for

feature

(0.05 sec)
  1. 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....for Java also provides the feature that allows you to the picture...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications.... Such feature is hard to implement because...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  3. Licensing and Subscription | GroupDocs

    Configure a GroupDocs.Comparison license in your Python application. Covers file-based, stream-based, and metered licensing, plus evaluation-mode limitations.... To unlock the full feature set, apply a license at the...

    docs.groupdocs.com/comparison/python-net/gettin...
  4. Licensing | GroupDocs

    GroupDocs.Conversion for Python via .NET free conversion API version is available to evaluate the API which will be similar to licensed version but with few limitations....quickly explore library and its features, GroupDocs.Conversion provides...billed based on actual API feature usage. For more information...

    docs.groupdocs.com/conversion/python-net/licens...
  5. How to update Barcode signature in advance | Gr...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/updating-barco...
  6. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Sign Pdf documents with special appearance | Gr...

     This article explains how to use PDF digital electronic signature Features on document page....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  8. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. save-document-outputs.zip

    edited-document.docm edited-document.rtf Title of the edited document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double s......of the most rapidly growing features in the GroupDocs.Viewer for...footnote on page #2.. With this feature you can place any text over...

    docs.groupdocs.com/editor/python-net/_output_fi...
  10. 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…...Exception: Feature is not supported in .NET Core...

    forum.groupdocs.com/t/different-exceptions-for-...