Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 3,600 for

image conversion

(0.12 sec)
  1. XLSX ondertekenen met afbeeldingshandtekening m...

    Dit artikel biedt hulp bij het ondertekenen van XLSX met afbeeldingshandtekening met behulp van C#. Er wordt ook een codevoorbeeld gegeven om een afbeeldingshandtekening te maken in XLSX met behulp van C#....Conversion Product Family GroupDocs...om XLSX te ondertekenen met Image Signature met C# Installeer...

    kb.groupdocs.com/nl/signature/net/how-to-sign-x...
  2. Միավորել TIFF ֆայլերը՝ օգտագործելով C#

    Այս հոդվածում մենք կներկայացնենք TIFF ֆայլերը C#-ի միջոցով միավորելու հիմնական քայլերը: Ավելին, ձեզ կտրամադրվի օրինակելի կոդի օրինակ՝ TIFF ֆայլերը C#-ում համատեղելու համար:...Conversion Product Family GroupDocs...օգտագործելով C# TIFF (Tagged Image File Format) ֆայլերը լայնորեն...

    kb.groupdocs.com/hy/merger/net/merge-tiff-files...
  3. המרת SVG ל-JPG ב-Java - גרפיקה וקטורית לתמונות JPG

    המר גרפיקה וקטורית SVG לתמונות JPG באמצעות Java. סובב, הפוך, סימן מים, גווני אפור והתאם את הבהירות והגמא של JPG שהומר באמצעות Java API....Conversion מצייד את מפתחי Java עם ה-API...ב-Java API זה, GroupDocs.Conversion for Java כדי להמיר את קבצי...

    blog.groupdocs.com/he/conversion/convert-svg-to...
  4. تحويل ملفات PDF إلى صور JPG و PNG ذات تدرج الرم...

    قم بتحويل مستندات PDF إلى صور بتنسيق JPG أو PNG بتدرج الرمادي في C#. قم بتطبيق جاما أو إدارة التباين أو التحكم في السطوع داخل تطبيق .NET....Conversion for .NET هي واجهة برمجة تطبيقات...Install-Package GroupDocs.Conversion إذا تحدثنا عن تنفيذه ، فهو...

    blog.groupdocs.com/ar/conversion/convert-pdf-to...
  5. Get supported file formats | GroupDocs

    Learn how to get a list of all supported file formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and file types dynamically in C#....Conversion Product Solution GroupDocs...familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/net/get-supported-fil...
  6. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Office Word documents Extract images from Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Save to Stream | GroupDocs

    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...Conversion Product Solution GroupDocs...location and convert its pages to images using ( Stream fileStream =...

    docs.groupdocs.com/redaction/net/save-to-stream/
  8. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Conversion Product Solution GroupDocs...options (convert pages into images, save as PDF) result_path =...

    docs.groupdocs.com/redaction/python-net/save-wi...
  9. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/getting-known-p...
  10. 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 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....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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