Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 26,357 for

word

(0.07 sec)
  1. Working with metadata in PDF documents | Docume...

    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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.... It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage.... It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....Begin by loading the source Word document using the Merger class...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  4. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/sign-document...
  5. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/implement-cus...
  6. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....WordprocessingML Flat XML, ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT...

    docs.groupdocs.com/editor/net/introduction/
  7. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Document conversion are hanging in 24.1 Version...

    HI We are in middle of upgrading our jar of 22.8.1 to 24.1 of Groupdocs conversion . Recently when we tried deploying our wars into our servers even simple conversions are hanging as threads are in hanging state for ver…... Word to PDF) atir.tahir Split this...

    forum.groupdocs.com/t/document-conversion-are-h...
  9. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....Search Hits # When you search a word or a phrase in a document using...Several Words # What happens when you insert several words (two...

    blog.groupdocs.com/viewer/new-features-and-impr...
  10. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....WordprocessingML Flat XML, ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT...

    docs.groupdocs.com/editor/java/introduction/