Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 14,359 for

file

(0.04 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java 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 getPresentationType method to obtain File format information advanced_usage....and extract some additional file format information. a presentation...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  3. Working with metadata in PDF documents | Docume...

    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....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in PDF documents | Docume...

    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....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/python-net/features-o...
  6. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... The PDF file will be overwritten. The following...

    docs.groupdocs.com/redaction/net/save-with-defa...
  7. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Document information extraction - file type, page count etc.; An extensible...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  8. Protect PDF document | Documentation

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer....DENY_PRINTING # Create a PDF file. pdf_options = gvo . PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/protect-pd...
  9. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for Java....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/extract-pages/
  10. GroupDocs.Metadata Product Family | Documentation

    Excellent component that empowers your C#, ASP.NET, and other .NET applications. It helps developers to read, write, edit and remove meta information from all popular document File formats. Documentation .NET Java Node.js Python GroupDocs.Metadata for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs....information from all popular document file formats. Documentation .NET...

    docs.groupdocs.com/metadata/