Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 451 for

ios

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET.... IO . Path . Combine ( Common . TestHelper...string outputPath = System . IO . Path . Combine ( Common . TestHelper...

    docs.groupdocs.com/editor/net/edit-pdf/
  5. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents thumbnails and preview document pages using GroupDocs.Merger for .NET API.... IO . FileStream ( imageFilePath...folder ); } return new System . IO . FileStream ( imageFilePath...

    docs.groupdocs.com/merger/net/generate-document...
  6. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction.... IO . Stream input ) { FileContent...override void Save ( System . IO . Stream output ) { var writer...

    docs.groupdocs.com/redaction/net/create-custom-...
  7. How to edit XML file | Documentation

    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/
  8. Generate document pages preview | Documentation

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API.... IO . FileStream ( imageFilePath...folder ); } return new System . IO . FileStream ( imageFilePath...

    docs.groupdocs.com/signature/net/generate-docum...
  9. Compare multiple documents | Documentation

    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...
  10. Saving a File to an Output Stream | Documentation

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....io.File ; import java.io.FileOutputStream ;...; import java.io.OutputStream ; import java.util.function.Supplier...

    docs.groupdocs.com/conversion/java/save-file-to...