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

may

(0.29 sec)
  1. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/merge-indexes/
  2. Save HTML to folder | GroupDocs

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features....HTML and save to disk, which may be very useful for the subsequent...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  3. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/locating-signa...
  4. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  5. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature.... GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/esign-word-pr...
  6. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/indexing-reports/
  7. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/signing-archi...
  9. 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...
  10. 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...