Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 16,572 for

file

(0.08 sec)
  1. 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-...
  2. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....unified way regardless of the file format. Why use GroupDocs.Metadata...format and MIME type of a loaded file by its internal structure Use...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. GroupDocs.Metadata Overview | GroupDocs

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the File format....unified way regardless of the file format. Why use GroupDocs.Metadata...format and MIME type of a loaded file by its internal structure Use...

    docs.groupdocs.com/metadata/java/product-overview/
  4. Word document added an Undefined Label - Free S...

    Hi, we have an issue when saving a word document after an edition, in the word saved document is adding a label at the beginning of the content. proces-editor error.PNG (241.7 KB) We are using GroupDocs editor 23.9 and…...the content of the HTML file to the file specified in the guid...html * @param guid destination file to save */ @Override public...

    forum.groupdocs.com/t/word-document-added-an-un...
  5. 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-...
  6. Add Area Annotation to JPG using C#

    In this topic, you will learn how to add area annotation to JPG using C#. It also includes comprehensive steps and code example to insert area annotation to JPG in C#....Annotator class, providing the JPG file path as an argument to its constructor...an area annotation into a JPG file. Code to Add Area Annotation...

    kb.groupdocs.com/annotation/net/add-area-annota...
  7. Digital Signature Verification Options Introduc...

    We are really pleased to announce another monthly release of GroupDocs.Signature for .NET 17.01.0. The latest version of the API comes up with a number of new features, enhancements and bug fixes; ability to check, load and verify digitally signed documents, ability to name the output File in save options, adjust the opacity of text signatures etc are just to name a few. We would suggest you to download this latest release and check out all the improvements we have made to the API.... ability to name the output file in save options, adjust the...Implement ability to setup output file name for Save Options Implement...

    blog.groupdocs.com/signature/digital-signature-...
  8. get-document-info-from-stream.txt

    File type: Microsoft Word Document Number of pages: 1 Document size: 26611 bytes...File type: Microsoft Word Document Number of pages: 1 Document...

    docs.groupdocs.com/comparison/python-net/_outpu...
  9. Working with metadata in FLV files | GroupDocs

    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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } 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/java/working-with-m...
  10. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Java API....instead of converting the entire file. To convert a set of consecutive...instance, passing the output file name and the ConvertOptions...

    docs.groupdocs.com/conversion/java/convert-n-co...