Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 6,202 for

informations

(0.15 sec)
  1. Bulleted List in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Spreadsheet Document based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Excel Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Excel 2013. Adding bulleted list in Microsoft Excel is different than Microsoft Word....Purchase Buy Now Pricing Information Free Trials Temporary License...are required to share the information of the products with the...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  2. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from AVI file headers. The...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../// <summary> /// Provides information on a single data source object...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  4. Common | GroupDocs

    This section explains common signature processing features of GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...signatures information Obtain document history information Processes...

    docs.groupdocs.com/signature/java/common/
  5. Ta bort metadata från PPTX med C#

    Få snabbt en förståelse för hur man tar bort metadata från PPTX med C#. Dessutom kommer du att få en kod som visar hur du rengör metadata från PPTX i C#....PPTX-filer kan innehålla känslig information som författardetaljer, skapandedatum...Metadata för PPTX inkluderar information som presentationens titel...

    kb.groupdocs.com/sv/redaction/net/remove-metada...
  6. Lägg till textvattenstämpel till PNG med C#

    Utforska metoden hur man lägger till textvattenstämpel till PNG med C#. Dessutom får du ett kodexempel som illustrerar hur man infogar textvattenstämpel till PNG i C#....tilltalande och ge ytterligare information eller varumärkeselement....förmedla kompletterande information, såsom upphovsrättsmeddelanden...

    kb.groupdocs.com/sv/watermark/net/add-text-wate...
  7. Ta bort metadata från RTF med Java

    Ta snabbt tag i kunskapen om hur man tar bort metadata från RTF med Java. Du kommer också att få en kod som visar hur man rensar metadata från RTF i Java....dokumentegenskaper och annan information. Även om metadata är användbart...metadata som lägger till extra information om dokumentet. Denna metadata...

    kb.groupdocs.com/sv/redaction/java/remove-metad...
  8. Ta bort metadata från EPUB med C#

    I den här guiden kommer du att lära dig hur du tar bort metadata från EPUB med C#. Dessutom får du det kodexempel som krävs för att radera metadata från EPUB i C#....som kan innehålla känslig information som författarens detaljer...Metadata avser ytterligare information som är inbäddad i filen men...

    kb.groupdocs.com/sv/metadata/net/remove-metadat...
  9. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table List with Highlighted Rows in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent customers’ orders information with a specific filtering condition with the following key requirements:...Purchase Buy Now Pricing Information Free Trials Temporary License...represent customers’ orders information with a specific filtering...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  10. Working with Outer Document Insertion | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....Purchase Buy Now Pricing Information Free Trials Temporary License...object (see “ ” for more information) Known external types (see...

    docs.groupdocs.com/assembly/java/working-with-o...