Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 458 for

ios

(0.07 sec)
  1. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....IO.Directory or System.IO.DirectoryInfo classes...Defining Extension Method for System.IO.DirectoryInfo Class // For complete...

    blog.groupdocs.com/metadata/get-specific-file-t...
  2. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET.... IO . Path . Combine ( Common . TestHelper...string emlInputPath = System . IO . Path . Combine ( Common . TestHelper...

    docs.groupdocs.com/editor/net/edit-email/
  3. 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...
  4. 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...
  5. 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...
  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 document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....io.File ; import java.io.InputStream ; import...

    docs.groupdocs.com/conversion/java/load-documen...
  9. Load document from Azure Blob Storage | Documen...

    This article demonstrates how to convert document stored in Azure Blob storage using GroupDocs.Conversion for Java API....io.ByteArrayInputStream ; import java.io.ByteArrayOutputStrea...ByteArrayOutputStrea ; import java.io.File ; /** * This example demonstrates...

    docs.groupdocs.com/conversion/java/load-documen...
  10. 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...