Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 1,144 for

office document

(0.44 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....metadata is an important part of document automation, especially for...applications that work with different document formats. In this article,...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  3. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of Document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...dotnet , document-annotation , document-viewer , document-search...highlight certain words of document, when converting it to HTML...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  4. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using Python. Sign your spreadsheets with digital certificate using GroupDocs.Signature Python API by GroupDocs....Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...is provided with Microsoft Office. However, this certificate...

    docs.groupdocs.com/signature/python-net/how-to-...
  5. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing Documents with GroupDocs.Editor for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product... Introduction Almost all documents of any types have resources...

    docs.groupdocs.com/editor/net/working-with-reso...
  6. Working with metadata in Presentations | GroupDocs

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...main(): document_path = 'input.xlsx' output_document_path = 'output...xlsx' with gw.Watermarker(document_path) as watermarker: font...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  8. Merge Word Documents | GroupDocs

    Learn this article and check how to merge Microsoft Office Word Documents in .NET applications using C# programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...files / Merge Word documents Merge Word Documents Leave feedback...

    docs.groupdocs.com/merger/net/merge/word/
  9. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram Documents to other formats or another diagram format with GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...comes as part of the Microsoft Office suite and is used for diagramming...

    docs.groupdocs.com/conversion/net/convert/diagram/
  10. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word Documents to OOXML formats using GroupDocs.Assembly for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Compliance Level for Word Documents Leave feedback Overview GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage-oox...