Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 31,598 for

groupdocs.total

(0.34 sec)
  1. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/watermark/net/working-with-w...
  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()); // ....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/comparison/python-net/set-do...
  4. 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. Email messages | GroupDocs

    Modify message body/subject, embed/remove images, search text, and list recipients using Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/watermark/python-net/email-m...
  6. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  7. Convert page layout formats | GroupDocs

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/conversion/net/convert/page-...
  8. How to Convert Text to HTML in Java

    Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Add Barcode Signature to PDF in Java

    This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/signature/java/how-to-add-barc...
  10. How to Convert RTF to DOCX using Java

    This concise tutorial will demonstrate how to convert RTF to DOCX using Java without installing third-party software, and provides code example to export RTF to DOCX in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...