Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 543 for

file type specification

(0.06 sec)
  1. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported File format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....annotating process to any supported file format (instead of AnnotationImageHandl...Rectangle ( 100 , 100 , 100 , 100 ), Type = Domain . AnnotationType ....

    docs.groupdocs.com/annotation/net/migration-notes/
  2. GroupDocs.Conversion for Java 16.10.1 Implement...

    Team GroupDocs is keen to announce another release of GroupDocs.Conversion for Java 16.10.1. Numerous customers reported bugs are resolved in this release. Moreover, API encompasses multitude of new features. Support of converting documents to and from PSD format is introduced. Using latest version of the API developers can implement multi-thread conversion as well. We would recommend you to download and experience GroupDocs.Conversion for Java 16.10.1 and share your feedback....detect source file type Autodetect source document type when converting...Return all supported conversions types with single method When converting...

    blog.groupdocs.com/conversion/groupdocs.convers...
  3. Perform Synonym Search in Documents Online

    Unlock the power of synonym search! Learn how to search alternate words in text-based documents online & programmatically.... Add your file by doing one of the following:...and drop the file into the uploading area. Type in the words...

    blog.groupdocs.com/search/online-synonym-search/
  4. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Outlook data Files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Render Outlook data files Render Outlook data files as HTML, PDF, and...and image files Leave feedback On this page allows you to render...

    docs.groupdocs.com/viewer/net/render-outlook-da...
  5. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified.... close (); Document of Specific Format The following examples...supported type. Old API for ( File file : new File ( "Documents"...

    docs.groupdocs.com/watermark/java/migration-notes/
  6. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert CAD Files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....rendering basics / Render CAD files / Render CAD drawings and models...models as HTML, PDF, and image files Leave feedback On this page...

    docs.groupdocs.com/viewer/net/render-cad-drawin...
  7. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Following are the watermark types that can be added to each supported...format. Document Format Watermark Type PDF XObject (image and text)...

    docs.groupdocs.com/watermark/net/features-overv...
  8. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its Type and convert it to the appropriate platform-specific Type....property value is to check its type and convert it to the appropriate...appropriate platform-specific type. AdvancedUsage.ExtractingPropertyVa...

    docs.groupdocs.com/metadata/net/extracting-prop...
  9. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact Type of a document The following sample of code will help you to detect the exact Type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Usage / Managing metadata for specific formats / Documents / Working...refer to . Detecting the exact type of a document The following...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Usage / Managing metadata for specific formats / Video / Working...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...

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