Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 736 for

file type specification

(0.18 sec)
  1. Iterate through container items | GroupDocs

    Learn how to iterate through container items (Files in archives) using GroupDocs.Parser for Python via .NET....such as ZIP archives, OST/PST files, and documents with attachments...installed Sample container files (ZIP, OST, PST, etc.) Understanding...

    docs.groupdocs.com/parser/python-net/iterate-th...
  2. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...usual - to the byte stream or file. This feature is working regardless...Load a desired WordProcesing file to the class. Call the method...

    docs.groupdocs.com/editor/java/generating-page-...
  3. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...UploadFromFileAsync(IFormFile file, string userId) { string response...fileName = $"{userId.ToLower()}/{file.FileName}"; BlobContainerClient...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  4. 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...
  5. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...usual - to the byte stream or file. This feature is working regardless...Load a desired WordProcesing file to the class. Call the method...

    docs.groupdocs.com/editor/net/generating-page-p...
  6. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Specify text match type search_options . match_type = TextMatchType...sample.pdf The following sample file is used in this example: Advanced...

    docs.groupdocs.com/signature/python-net/search-...
  7. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) version before 24.10 to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary File from archive...archive files / Render archives as HTML, PDF, and image files (old...archives as HTML, PDF, and image files (old version) Leave feedback...

    docs.groupdocs.com/viewer/net/old-render-archiv...
  8. 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...
  9. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Could you share the problematic file and probably a screenshot to...the file but for your reference sharing one of the file below...

    forum.groupdocs.com/t/groupdocs-parser/15108
  10. Get Possible Conversions | GroupDocs

    Query GroupDocs.Conversion for Python via .NET for the set of target formats a given source supports — library-wide, by extension, or for the document currently loaded — via get_all_possible_conversions, get_possible_conversions_by_extension, and get_possible_conversions....conversions for every supported file type. Converter.get_possible_c...possible conversions for a specific file extension, e.g., "docx"...

    docs.groupdocs.com/conversion/python-net/develo...