Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 13,474 for

file

(0.06 sec)
  1. Load document using the local path string | Doc...

    Load documents from your local disk using a File path with GroupDocs.Viewer in Python....a path to a file. GroupDocs.Viewer opens the file in the read-only...

    docs.groupdocs.com/viewer/python-net/load-docum...
  2. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert Files to PDF. In most cases this works fine. But when trying to convert eml and msg Files i get the following error message: “Resource loading timeout 20…...Error converting eml and msg files to pdf GroupDocs.Conversion...Conversion .NET to convert files to PDF. In most cases this works...

    forum.groupdocs.com/t/error-converting-eml-and-...
  3. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....RTF ) files can be converted to plain text (TXT) files for a...Converter class by providing the RTF file path as an argument to its constructor...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from PDF Files using C# within your .NET applications. Extract images from PDF Files or from any specific page using .NET API....to Extract Images from PDF Files # GroupDocs.Parser for .NET...extraction of images from PDF files. Along with the PDF, the API...

    blog.groupdocs.com/parser/extract-images-from-p...
  5. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....and extract some additional file format information. a GIF image...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Extract Hyperlinks from PPT using C#

    Learn how to extract hyperlinks from PPT using C#. This guide explains how to read hyperlinks from PPT in C# for efficient content auditing and data processing tasks....hyperlinks embedded in PPT files. Whether you aim to validate...extracting hyperlinks from PPT files Initialize the Parser class...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  7. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....class and pass the output PDF file along with the DigitalSignOptions...class and pass the certificate file. Finally, add a digital signature...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  8. Implement Page Rotation when Converting to PDF

    Its time to augment your document conversion experience. You will be pleased to hear the new features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4. You can now set page rotation angle when converting to a PDF or Image format.... More File Formats and Font Substitution...option when converting from .one file. Measure Conversion Time # Can...

    blog.groupdocs.com/conversion/implement-page-ro...
  9. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...save a document to any custom file at any location on the local...fileStream = File . Open ( @"C:\\Temp\\sample_output_file.pdf" , FileMode...

    docs.groupdocs.com/redaction/net/save-to-stream/
  10. Export Data | Documentation

    How to export data to XML Files....functionality to export data to XML files. class is used for this. The...document and export them to the XML file: // Create an instance of Parser...

    docs.groupdocs.com/parser/java/export-data/