Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 20,656 for

docx

(0.04 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/getting-known-p...
  2. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Export Data | Documentation

    How to export data to XML files....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/export-data/
  4. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/use-pdf...
  5. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  6. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, Docx, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much...let’s suppose we have an encoded DOCX, and user knows its password...

    docs.groupdocs.com/editor/java/edit-word/
  7. Use redaction callback | Documentation

    Learn about redaction API methods to reject or approve specific changes during redaction process...docx" , new LoadOptions (), new RedactorSettings...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/use-redaction-...
  8. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....docx" )) { IDocumentInfo info = redactor...( File . OpenRead ( "source.docx" )) { IDocumentInfo info = redactor...

    docs.groupdocs.com/redaction/net/get-file-info/
  9. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....docx" ) as redactor : info = redactor...run (): with open ( "source.docx" , "rb" ) as stream : with gr...

    docs.groupdocs.com/redaction/python-net/get-fil...
  10. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....docx document to HTML optimized for...viewer = new Viewer ( "sample.docx" )) { // Create view options...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...