Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,236 for

office document

(3.04 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. render-word-to-html-external-outputs.zip

    render_word_to_html_external/pdf_page_1.html Title of the DocumentSubtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strik......com/blog/microsoft-office/highlight-text-with-the-gr...http://www.softpedia.com/get/Office-tools/PDF/AsposePdf.shtml THIS...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  3. 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...
  4. How to sign Excel spreadsheets and their macros...

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

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  5. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...able to open (load) Mobi documents for editing. However, on that...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  6. 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...
  7. 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/
  8. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....eatern 1 Annotate 3 annotate documents online 3 annotate PDF 11 annotate...PDF in Java 3 Annotate Word Documents 1 Annotate Word in CSharp...

    blog.groupdocs.com/tags/
  9. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different Document formats. Besides, it is not only a text extractor API, the user can extract metadata from the Document as well....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...formatted text from different document formats. Besides, it is not...

    docs.groupdocs.com/parser/net/
  10. Convert Excel and CSV Data in C# | XLSX to CSV ...

    Convert XLS & XLSX to CSV and CSV to Excel formats within Java applications. Automate your files conversion using Java API for Document conversion....formatting options of Microsoft Office for these formats during this...the conversion of various documents and image file formats into...

    blog.groupdocs.com/conversion/convert-excel-xls...