Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 597 for

ios

(3.21 sec)
  1. Accept or Reject detected changes | GroupDocs

    Accept or reject individual changes found by Comparer.GetChanges() and write the result using ApplyChanges() — with optional SaveOriginalState to keep both outcomes in GroupDocs.Comparison for .NET....IO ; // ... using ( Comparer comparer...Comparison.Result ; using System.IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. 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...
  3. Load Email document with options | GroupDocs

    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...
  4. Saving EditableDocument to stream | GroupDocs

    This article shows and explains advanced techniques and approaches while working with EditableDocument, including saving the HTML markup and the accompanying resources using GroupDocs.Editor for Python via .NET....stream, such as an io.BytesIO : import io from groupdocs.editor...in-memory binary stream stream = io . BytesIO () stream . write (...

    docs.groupdocs.com/editor/python-net/saving-edi...
  5. Working with spreadsheet document attachments |...

    Extract, add, remove, and watermark the OLE attachments embedded in Excel worksheets using GroupDocs.Watermark for Python via .NET....py import io from groupdocs.watermark import...attachments : with Watermarker ( io . BytesIO ( attachment . content...

    docs.groupdocs.com/watermark/python-net/working...
  6. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using C# programming language.... IO . Path . Combine ( "full_folder_path"...FileStream xmlStream = System . IO . File . OpenRead ( xmlInputPath...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  7. Load from URL | GroupDocs

    Load documents from URLs in Python using GroupDocs.Viewer. This example demonstrates the process....Python import requests import io from groupdocs.viewer import...stream from the content stream = io . BytesIO ( response . content...

    docs.groupdocs.com/viewer/python-net/load-docum...
  8. Specify file type when loading a document | Gro...

    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...
  9. Load from stream | GroupDocs

    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...
  10. Load document from URL | GroupDocs

    Fetch a document over HTTP with the requests library and render it from the in-memory stream using GroupDocs.Viewer for Python via .NET....py import requests import io from groupdocs.viewer import.... raise_for_status () return io . BytesIO ( response . content...

    docs.groupdocs.com/viewer/python-net/developer-...