Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 7,140 for

may

(0.29 sec)
  1. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/java/merge/archives/
  2. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Node.js via Java library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/nodejs-java/merge/txt/
  3. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...Hi Nikunj, It seems that it may be a bug, when the GroupDocs...don’t know how to do this, but may be this is possible somehow)...

    forum.groupdocs.com/t/different-visualization-t...
  4. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Search for built-in Metadata signatures | Group...

    This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-bui...
  7. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/alphabet/
  10. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/adding-metadata/