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

ios

(0.18 sec)
  1. 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 .NET API....IO ; // ... using ( Comparer comparer...Comparison.Result ; using System.IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream...EnsureCapacity(Int32 value) at System.IO.MemoryStream.Write(Byte[] buffer...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  3. Persistent CustomTempFonts Folder Growth Issue ...

    I also encountered this problem. I came across it in GroupDocs.Viewer version 24.6.0 for .NET Framework 4.6.2. I upgraded to the latest version 24.9.0 and the problem still occurs. On some environments the folder grows h…...IO.FileInfo fileInfo = new System.IO.FileInfo(filePath);...FileName); System.IO.FileInfo fileInfo = new System.IO.FileInfo(filePath);...

    forum.groupdocs.com/t/persistent-customtempfont...
  4. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP.... io . OutputStream createPageStream...pageNumber ) { try { return new java . io . FileOutputStream ( previewFileName...

    docs.groupdocs.com/redaction/java/get-document-...
  5. 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...
  6. 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/
  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. 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-...
  9. GroupDocs.Conversion.NETFramework all Excel con...

    Using latest GroupDocs.Conversion.NETFramework 25.5.1 and 25.0 cause this issue. We did not have this issue with GroupDocs.Conversion 24.12 net462 version, nor did 25.5 and 25.5.1 have any issues with Word or Powerpoint…...IO.__Error.WinIOError(Int32 errorCode...System.IO.FileSystemEnumerable 1.CommonInit() at System.IO.FileSystemEnumerable...

    forum.groupdocs.com/t/groupdocs-conversion-netf...
  10. Merge and split EPUB files in C# - GroupDocs.Me...

    Learn how to merge and split EPUB files using C# with GroupDocs.Merger for .NET. Try the powerful features for managing your EPUB documents....IO.Path.Combine(outputFolder, "merged...string outputFilePath = System.IO.Path.Combine(outputFolder, "chapter_{0}...

    blog.groupdocs.com/merger/merge-and-split-epub-...