Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 2,599 for

library

(0.15 sec)
  1. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  2. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/java/extract-attachme...
  3. Working with CAD metadata | Documentation

    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()); // ....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  5. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/document-...
  6. Get document information | Documentation

    This article explains how to detect document file type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/get-document-...
  7. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  8. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....NET library to your development environment...

    kb.groupdocs.com/search/net/export-indexed-docu...
  9. Convert TXT to DOCX using Node.js

    Easily convert TXT to DOCX using Node.js with this simple guide. Learn how to export TXT to DOCX in Node.js using a powerful document conversion Library....powerful document conversion library. Whether you are building internal...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  10. Comparison Compare method in GroupDocs (C#) iss...

    I am encountering an issue while using the Compare method in the GroupDocs Comparison Library for comparing Excel files. The error message I receive is: Error: Error occurred while converting document This issue occur…...in the GroupDocs Comparison library for comparing Excel files....

    forum.groupdocs.com/t/comparison-compare-method...