Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 394 for

ios

(0.03 sec)
  1. Saving EditableDocument to stream | Documentation

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links.... IO . Stream This generic method...obtains an inheritor of the System.IO.Stream abstract class through...

    docs.groupdocs.com/editor/net/saving-editabledo...
  2. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....io.FileInputStream ; import java.io.InputStream ;...import java.io.FileOutputStream ; import java.io.OutputStream...

    docs.groupdocs.com/comparison/java/accept-or-re...
  3. Licensing | Documentation

    Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations....io.File ; ... String licensePath...License ; import java.io.File ; import java.io.FileInputStream ;...

    docs.groupdocs.com/conversion/java/licensing-an...
  4. Load from URL | Documentation

    Load documents from URLs in Python using GroupDocs.Viewer. This example demonstrates the process....Python import requests import io def download_file ( url ): response...stream from the content stream = io . BytesIO ( response . content...

    docs.groupdocs.com/viewer/python-net/load-docum...
  5. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Java API....io.FileInputStream ; import java.io.InputStream ;...import java.io.FileOutputStream ; import java.io.OutputStream...

    docs.groupdocs.com/comparison/java/accept-or-re...
  6. Specify file type when loading a document | Doc...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications....IO ; using GroupDocs.Viewer ; using...viewOptions ); } VB.NET Imports System.IO Imports GroupDocs.Viewer Imports...

    docs.groupdocs.com/viewer/net/specify-file-type...
  7. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your .NET applications....IO ; using GroupDocs.Viewer ; using...viewOptions ); } VB.NET Imports System.IO Imports GroupDocs.Viewer Imports...

    docs.groupdocs.com/viewer/net/load-document-fro...
  8. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....io.FileOutputStream ; import java.io.OutputStream...fileOutputStream ; } catch ( java . io . FileNotFoundExceptio e ) {...

    docs.groupdocs.com/conversion/java/load-email-d...
  9. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for .NET API....IO ; // ... using ( Comparer comparer...Comparison.Options ; using System.IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/generate-docu...
  10. Merge and split CSV files in C# - GroupDocs.Merger

    This article explains how to merge and split CSV files using C# language with GroupDocs.Merger for .NET API. Simplify data handling with effective file management....IO; namespace GroupDocs.Merger.Examples...namespaces using System; using System.IO; using GroupDocs.Merger.Domain...

    blog.groupdocs.com/merger/merge-and-split-csv-u...