Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 8,277 for

paged

(0.17 sec)
  1. Převést prezentace na obrázky v C# | PPT do JPG...

    Transformujte své PowerPointové prezentace formátu PPT/PPTX do formátu JPG nebo PNG pomocí C#. Převeďte prezentace na obrázky programově pomocí rozhraní .NET API....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/cs/conversion/convert-presen...
  2. Converti presentazioni in immagini in C# | PPT ...

    Trasforma le tue presentazioni PowerPoint in formato PPT/PPTX in formato JPG o PNG usando C#. Converti presentazioni in immagini a livello di codice utilizzando l'API .NET....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/it/conversion/convert-presen...
  3. Преобразование презентаций в изображения на C# ...

    Преобразуйте презентации PowerPoint формата PPT/PPTX в формат JPG или PNG с помощью C#. Программно конвертируйте презентации в изображения с помощью .NET API....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/ru/conversion/convert-presen...
  4. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface....searching by word forms, see page. The interface contains only...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/word-forms-provider/
  5. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....For more information, see the page. The following options are available...For more information, see the page. The following code example...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  6. Converteer presentaties naar afbeeldingen in C#...

    Transformeer uw PowerPoint-presentaties van PPT/PPTX-indeling naar JPG- of PNG-indeling met behulp van C#. Converteer presentaties programmatisch naar afbeeldingen met behulp van .NET API....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/nl/conversion/convert-presen...
  7. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Node.js via Java....new Error ( e ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/clean-metadata/
  9. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Development Environment Installation and Config...

    Development Environment Please visit System Requirements. Installing GroupDocs.Assembly for .NET through NuGet NuGet is the easiest way to download and install GroupDocs.Assembly for .NET. Following are the couple of ways to install GroupDocs.Assembly for .NET in your project using NuGet. Using Package Manager GUI Follow these steps to reference GroupDocs.Assembly using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/development-env...