Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 15,638 for

file

(0.24 sec)
  1. GroupDocs.Viewer Product Family

    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....allows you to render STL and IFC file formats. Furthermore, settings...version. Render STL and IFC File FormatsFrom version 17. GroupDocs...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  2. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...download and print the original file using buttons on the GroupDocs...download or print the original file. When set to false , the Download...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  3. Using a Network Storage with the GroupDocs.Anno...

    Greetings everyone! Not all of you might know that the latest version of the GroupDocs.Annotation for .NET library can read and save annotated documents not only from local storage or web links, but also from network storage. In other words, you can now locate documents on any network machine. This feature can be useful for businesses who have several machines networked to one main storage, or for customers who use one machine as a server and another one as a File storage....server and another one as a file storage. In this article I’d...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  4. PPTX Viewer on GroupDocs Blog | Document Automa...

    PPTX Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PPTX Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers P......PowerPoint Viewer – Apri e leggi file PPT, PPTX istantaneamente Impara...

    blog.groupdocs.com/it/tag/pptx-viewer/index.xml
  5. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  6. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....instructions to compare Word files as well as a functional example...namespace to compare two Word files Create an instance of the Comparer...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  7. Lock Excel Files on GroupDocs Blog | Document A...

    Lock Excel Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Lock Excel Files on GroupDocs Blog | Document Automation Solutions for .NET & Java De......Lock Excel Files on GroupDocs Blog | Document Automation Solutions...Recent content in Lock Excel Files on GroupDocs Blog | Document...

    blog.groupdocs.com/it/tag/lock-excel-files/inde...
  8. Loadconfig and the GoogleAPI doesn’t load - Fre...

    Attached is my local projects ( added editor content ). EditorDemoApp.zip (935.1 KB) I am having error on the loadconfig and the GoogleAPI doesn’t load. Regards, WK...angular and the resources/edit/ files. However, I am facing this error...This is how I build the angular file. building angular.PNG (13.8...

    forum.groupdocs.com/t/loadconfig-and-the-google...
  9. Watermark Protected Files on GroupDocs Blog | D...

    Watermark Protected Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files on GroupDocs Blog | Document Automation Solutions ......Watermark Protected Files on GroupDocs Blog | Document Automation...content in Watermark Protected Files on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/watermark-protected-f...
  10. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java....Guide Get the Path to the Input File Specify the path to your input...readable stream from the input file path. const fs = require ( 'fs'...

    docs.groupdocs.com/editor/nodejs-java/working-w...