Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 618 for

ios

(1.58 sec)
  1. 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...
  2. Save attachments | GroupDocs

    Save attachments and embedded files from PDF, Outlook data file or email...IO ; using System.Collections.Generic...)); } } VB.NET Imports System.IO Imports System.Collections.Generic...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Load document from FTP | GroupDocs

    This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....io.File ; import java.io.InputStream ; /**...

    docs.groupdocs.com/conversion/java/load-documen...
  4. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....io.FileInputStream ; import java.io.InputStream ;...

    docs.groupdocs.com/comparison/java/compare-mult...
  5. 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...
  6. Save image by custom strategy | GroupDocs

    The listed articles below explain how to user control how images are saved when a document is saved to Markdown format....io.FileInputStream ; import java.io.IOException ;...; import java.io.InputStream ; public class CustomStrategyReplac...

    docs.groupdocs.com/markdown/java/custom-strategy/
  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-...