Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 118 for

filetype from extension groupdocs

(1.32 sec)
  1. How to merge PNG images using Python via .NET |...

    Learn how to merge PNG image files, combine PNG image files into one file programmatically in python-net language using Groupdocs.Merger for Python via .NET library....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/python-net/getting-st...
  2. [Release] GroupDocs.Redaction for .NET v26.6 – ...

    Dear Groupdocs Customers, We are pleased to announce the release of Groupdocs.Redaction for .NET v26.6. This release focuses on more reliable document loading From streams and files, and on preparing the public API for …...[Release] GroupDocs.Redaction for .NET v26.6 – Explicit File...System.Drawing Migration GroupDocs.Redaction Product Family sergiytereshchenko...

    forum.groupdocs.com/t/release-groupdocs-redacti...
  3. Get Document Information | GroupDocs

    Retrieve the file type, page count, file size, and per-page dimensions of any supported document using get_document_info() with Groupdocs.Merger for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/python-net/get-docume...
  4. How to merge BMP images using Python via .NET |...

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in python-net language using Groupdocs.Merger for Python via .NET library....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/python-net/getting-st...
  5. Download GroupDocs.Redaction for .NET 26.6 – Lo...

    Groupdocs.Redaction for .NET 26.6 introduces explicit file type loading, a new Groupdocs.Redaction.Options.Drawing namespace, and obsolete System.Drawing-based API members. Available on NuGet and the Groupdocs website....Український Tiếng Việt 中文 中國傳統的 GroupDocs.Redaction for .NET 26.6 –...LoadOptions.FileType Cross-platform drawing types in GroupDocs.Redaction...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  6. Working with metadata in Spreadsheets | GroupDocs

    Groupdocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the Filetype property to obtain file format information AdvancedUsage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Loading Documents | GroupDocs

    Load source documents From a local file path, a Python stream, or an HTTP URL — optionally with LoadOptions for passwords, encodings, and external-resource control — in Groupdocs.Viewer for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/python-net/developer-...
  10. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...