Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 2,646 for

document editing

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

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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...
  3. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, 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 Document and extract some additional file format information. Load a WordProcessing Document 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...
  4. editor.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/editor/java/technical-support/weekly0.5https://docs.groupdocs.com/editor/net/techni......com/editor/java/create-document/weekly0.5https://docs.groupdocs...groupdocs.com/editor/java/document-protection/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/editor.xml
  5. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word Document using locale info, apply spell-checkers to a Document content written in different languages using GroupDocs.Editor for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Enabling language...

    docs.groupdocs.com/editor/java/enabling-languag...
  6. 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...
  7. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....transforming an ebook file to a non-editable format by consuming one of...of the popular document conversion packages and provides a complete...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. GroupDocs Products Overview

    GroupDocs Products Overview GroupDocs.Viewer GroupDocs.Viewer is a Document viewer API that allows rendering and view......Viewer is a document viewer API that allows rendering...conversion between multiple document formats. It supports converting...

    docs.groupdocs.com/conversion/java/_sample_file...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...demands the ability to view documents as PDFs as a fundamental skill...necessary to convert Word documents into this portable format...

    blog.groupdocs.com/groupdocs.blog/page/18/
  10. Convert PDF to HTML programmatically using C#

    Let's convert a PDF Document to HTML using a few lines of code. Automate PDF conversion within .NET application to convert whole Document or selected pages....format that is used to present documents in a manner that is independent...However, PDFs are not easily editable and are not well-suited for...

    blog.groupdocs.com/conversion/convert-a-pdf-doc...