Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 3,557 for

image conversion

(0.19 sec)
  1. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...words and characters Tables Images Shapes etc. GroupDocs.Comparison...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...
  3. Sujunkite TIFF failus naudodami C#

    Šiame straipsnyje pateiksime pagrindinius veiksmus, kaip sujungti TIFF failus naudojant C#. Be to, pateiksite pavyzdinį kodo pavyzdį, kad galėtumėte sujungti TIFF failus C#....Conversion Product Family GroupDocs...failus naudodami C# TIFF (Tagged Image File Format) failai plačiai...

    kb.groupdocs.com/lt/merger/net/merge-tiff-files...
  4. Hoe afbeeldingen uit Word-document te extrahere...

    Haal eenvoudig afbeeldingen uit een Word-document in C# in slechts een paar regels code en leer hoe u code schrijft om de toepassing voor C#-afbeeldingsextractor uit Word te ontwikkelen....Conversion Product Family GroupDocs...voorgaande codefragment is de C# Image Extractor from Word -toepassing...

    kb.groupdocs.com/nl/parser/net/how-to-extract-i...
  5. So extrahieren Sie Bilder aus PowerPoint in Java

    Lassen Sie uns lernen, wie Sie Bilder aus PowerPoint in Java extrahieren und wie Sie es zum Erstellen der Anwendung zum Abrufen von Bildern aus PowerPoint mit Java verwenden....Conversion Product Family GroupDocs...getImages-Methode auf, um die Sammlung des images-Objekts abzurufen Durchlaufen...

    kb.groupdocs.com/de/parser/java/how-to-extract-...
  6. So extrahieren Sie Bilder aus Word-Dokumenten i...

    Extrahieren Sie einfach Bilder aus Word-Dokumenten in C# in nur wenigen Codezeilen und erfahren Sie, wie Sie Code schreiben, um die Anwendung für C#-Bildextraktor aus Word zu entwickeln....Conversion Product Family GroupDocs...Codeausschnitt wird die Anwendung C# Image Extractor from Word entwickelt...

    kb.groupdocs.com/de/parser/net/how-to-extract-i...
  7. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to Images or documents....Conversion Product Solution GroupDocs...watermarks to documents or images from local disks, as well as...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  8. 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...
  9. 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...
  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...