Sort Score
Result 10 results
Languages All
Labels All
Results 6,291 - 6,300 of 6,561 for

editor

(1.3 sec)
  1. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/imag...
  4. Convert a Document to Multiple Page Files | Gro...

    Render every page of a multi-page document into its own output file — loop page_number with pages_count=1 and Converter.convert() to produce one PNG, PDF, or image per page with GroupDocs.Conversion for Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/add-wat...
  6. Get document info | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/migration-notes/
  8. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/supported-...
  9. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/implement-cus...
  10. Quick start guide | GroupDocs

    Get started with GroupDocs.Markdown for Python via .NET in minutes -- convert documents to Markdown with a single line of code...Editor Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/quick-st...