Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 13,471 for

file

(0.12 sec)
  1. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....validity and integrity of DOCX files. In this article, we will walk...insert text signature into DOCX file format Create an instance of...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  2. Remove Annotations from PPTX using Java

    Let's learn how to remove annotations from PPTX using Java. You'll also find a code example demonstrating the process of how to delete annotations in PPTX using Java....removing annotations from PPTX files Initialize the Redactor class...provide the path to the PPTX file to its constructor Create a...

    kb.groupdocs.com/redaction/java/remove-annotati...
  3. GroupDocs.Viewer Plugin for One of the Leading ...

    Moodle is a powerful learning management system that provides educators and learners with a robust set of tools for building and administrating collaborative learning environments. When integrated into Moodle, GroupDocs.Viewer enables both educators and learners to view and securely share documents, drawings and images in more than 50 different File formats – all from within Moodle environment and without having to install original software used to create the Files....images in more than 50 different file formats – all from within Moodle...software used to create the files. GroupDocs.Viewer is a multi-format...

    blog.groupdocs.com/viewer/groupdocs-viewer-plug...
  4. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet Files to HTML, PDF, and image formats....basics / Render spreadsheet files / Split a worksheet into pages...view (depending on the output file format). The following example...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  5. Extract images from Emails | Documentation

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null. If an email has no images, getImages method returns an empty collection....supported for TXT files. Therefore, for TXT file method returns...images from an email to PNG-files: Instantiate object for the...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. Extract images from PDF documents | Documentation

    To extract images from PDF documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....supported for TXT files. Therefore, for TXT file method returns...images from PDF document to PNG-files: Instantiate object for the...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....Signature class using the input PDF file’s path as an argument for its...the security of your digital files. This article presents a simple...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  8. How to Add Image Signature to DOCX using C#

    This article will provide help on how to add image signature to DOCX using C#. Also, a code example will be provided to insert image signature into DOCX using C#....electronic documents, including DOCX files. In this article, we will explore...Signature class by passing the DOCX file path as an argument to its constructor...

    kb.groupdocs.com/signature/net/how-to-add-image...
  9. How to Add Squiggly Annotation in PDF using C#

    This brief writing provides guidance how to add squiggly annotation in PDF using C# along with instructions and code to insert squiggly annotation to PDF in C#....passing the path of the PDF file as an argument to its constructor...wavy annotations into a PDF file, no further software needs to...

    kb.groupdocs.com/annotation/net/how-to-add-squi...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/net/working-with-me...