Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 16,255 for

doc

(0.32 sec)
  1. 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 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....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. HTML Content dimensions - Free Support Forum - ...

    Hi All, I have a few questions on group Docs viewer for JSP: Is there a way to control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the Document used a…...have a few questions on group docs viewer for JSP: Is there a way...html content generated by Group Docs? The dimensions of the html...

    forum.groupdocs.com/t/html-content-dimensions/2130
  3. Batch Word Document Comparison with Performance...

    Learn how to efficiently compare large sets of Word (DocX) files using GroupDocs.Comparison for Node.js with parallel processing and performance tuning....Order Upgrade an Order Support Docs API Reference Live Demos Free...comparison of Word documents (DOCX/DOC) with GroupDocs.Comparison for...

    docs.groupdocs.com/comparison/nodejs-java/optim...
  4. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed Documents from an index, and how to get the text of indexed Documents in HTML or plain text format....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  5. Edit Document | GroupDocs

    Follow this guide to learn how to edit text Documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Order Upgrade an Order Support Docs API Reference Live Demos Free...Options Class WordProcessing DOC, DOCX, DOCM, DOT, ODT Spreadsheet...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  6. Parse data from documents | GroupDocs

    Learn how to parse and extract structured data from Documents using template-based extraction with GroupDocs.Parser for .NET. Extract invoice data, tables, and fields in C#....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  7. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Save Document | GroupDocs

    This article demonstrates how to save edited text Documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Order Upgrade an Order Support Docs API Reference Live Demos Free...Format Class WordProcessing DOC, DOCX, DOCM, DOT, ODT Spreadsheet...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  9. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing Document in SVG format using GroupDocs.Editor for Node.js via Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...WordProcessing document, such as DOC, DOCX, DOCM, RTF, ODT, and more...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  10. Working with XMP metadata | GroupDocs

    Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/python-net/working-...