Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,514 for

view document

(0.09 sec)
  1. Spring Front-end of GroupDocs.Viewer for Java v...

    Team GroupDocs delightedly announcing another release of Spring front-end of GroupDocs.Viewer for Java. The release includes fixes and improvements. We recommend to download and try the latest version. GroupDocs.Viewer for Java API have capabilities to render variety of Documents into HTML, SVG and images to View them on different platforms. The Spring front-end is an open source example application so you can explore the API and learn that how to use the API in your own projects....variety of documents into HTML, SVG and images to view them on different...improvementHTML rendering of the documents is fundamental part of our...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  2. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...request) { try { Document document = new Document(); await Task...Task.Run(() => document.Save(request.FileUploadPath)); return new...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  3. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your Document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.one"...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.png" using...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Rearrange Word Pages in Java | Organize DOC/DOC...

    Reorder the pages of Word files in Java. The running example shows how to change the order of pages in DOC/DOCX files using Document automation Java API....中文 中國傳統的 Word processing documents are one of the most common...formats that are used to draft documents. While dealing with multiple...

    blog.groupdocs.com/merger/move-word-pages-using...
  6. Issue with Text Redaction - Free Support Forum ...

    I am doing text Redaction on my word and ppt Documents, but the problem is I’m not able to retain the font property. For e.g. I’m replacing a text which has its own font property/formatting but after the text Redaction …...Redaction on my word and ppt documents, but the problem is I’m not...work correctly with various document types, including Word and...

    forum.groupdocs.com/t/issue-with-text-redaction...
  7. Replace missing font | Documentation

    This article explains how to replace missing font when rendering Documents with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Replace missing font Replace...

    docs.groupdocs.com/viewer/java/replace-missing-...
  8. Load a file of a specific format | Documentation

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.xls"...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Load from Amazon S3 Storage | Documentation

    This article explains how to load a Document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Load documents / Load documents from different sources...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Spot the Difference - Compare Images Online

    Compare images using the free online image comparison tool. Developers can use .NET, Java, and Cloud API to build an image comparison application....Upload the Images to Compare View Comparison Result Download the...images. Hit COMPARE NOW. Step 3: View the Results # Once the image...

    blog.groupdocs.com/comparison/compare-images-on...