Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 32,896 for

groupdocs.viewer

(0.59 sec)
  1. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/load-wordpro...
  2. 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/text-redactions/
  4. Licensing | GroupDocs

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...decimal amountConsumed = GroupDocs . Viewer . Metered . GetConsumptionQuanti...

    docs.groupdocs.com/annotation/net/licensing-and...
  5. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  6. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert-each...
  7. Inserting Chart Axis Title Dynamically | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.12 or greater Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/inserting-char...
  8. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Python applications....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/set-do...
  9. Use redaction policies | GroupDocs

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/email-attachm...