Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 15,192 for

doc

(0.32 sec)
  1. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word Doc public async Task<SPRespo…...e")] //To create empty word doc public async Task<SPResponse>...")] //To load existing word doc public async Task<SPResponse>...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  2. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Order Upgrade an Order Support Docs API Reference Live Demos Free...and obtain EditableDocument doc = editor . Edit ( editOptions...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  3. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (Documents hanging during conversion) while converting various file formats such as .Docx, .xlsx, .pptx, etc., into PDFs. This issue is occurring only in our production environment…...doc, .docx, and others. Thanks. evgen...); return loadOptions; } if(DOC_FORMATS.contains(inputFileExtension))...

    forum.groupdocs.com/t/document-conversion-is-ha...
  4. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....1 Change Detection 1 Change Doc Password in C# 1 Change Excel...Sign Word Doc with Java 1 DOC to MD 2 DOC to PDF 3 DOC to XLS in...

    blog.groupdocs.com/zh-hant/tags/
  5. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....1 Change Detection 1 Change Doc Password in C# 1 Change Excel...Sign Word Doc with Java 1 DOC to MD 2 DOC to PDF 3 DOC to XLS in...

    blog.groupdocs.com/zh/tags/
  6. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....6 Change Detection 1 Change Doc Password in C# 1 Change Excel...with Java 1 Digitally Sign Word Doc with Java 1 discount 2 Distance...

    blog.groupdocs.com/tags/
  7. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Order Upgrade an Order Support Docs API Reference Live Demos Free...= new Metadata ( @"D:\input.doc" )) { RootMetadataPackage root...

    docs.groupdocs.com/metadata/net/exporting-metad...
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...to your document. Ex: r"C:\\Docs\\source.xls" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  9. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\source.xls" try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown Documents/files like a common text Documents using a GroupDocs.Editor for .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...)) { using ( EditableDocument doc = editor . Edit ( editOptions...

    docs.groupdocs.com/editor/net/edit-markdown/