Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 7,026 for

paged

(0.04 sec)
  1. Convertir des présentations en images en C# | P...

    Transformez vos présentations PowerPoint au format PPT/PPTX au format JPG ou PNG à l'aide de C#. Convertissez des présentations en images par programmation à l'aide de l'API .NET....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/fr/conversion/convert-presen...
  2. GroupDocs.Conversion Product Family on GroupDoc...

    GroupDocs.Conversion Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Product Family on GroupDocs Blog | Document A......whole document or selective pages within Java application. Convert...whole document or selected pages. Convert Word Documents to PDF...

    blog.groupdocs.com/categories/groupdocs.convers...
  3. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search....range search Leave feedback This page describes how you can search...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/date-range-search/
  4. C#에서 프레젠테이션을 이미지로 변환 | PPT를 JPG로 | PPT를 PNG로

    C#을 사용하여 PPT/PPTX 형식의 PowerPoint 프레젠테이션을 JPG 또는 PNG 형식으로 변환합니다. .NET API를 사용하여 프로그래밍 방식으로 프레젠테이션을 이미지로 변환합니다....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/ko/conversion/convert-presen...
  5. Удалить страницы из PDF в Java | Четные, нечетн...

    Удалите любой набор страниц из файлов PDF в Java. Удаляйте список страниц, любой заданный диапазон, четные или нечетные страницы из файлов PDF в приложениях....save("path/selected-pages-removed.pdf"); Удалить диапазон...removePages(removeOptions); merger.save("path/pages-range-removed.pdf"); Удалить...

    blog.groupdocs.com/ru/merger/remove-pages-from-...
  6. הסר דפים מ-PDF באמצעות C# | זוגי, מוזר, רשימה ו...

    הסר כל סט של עמודים מקבצי ה-PDF באמצעות C#. מחק רשימה של עמודים, כל טווח נתון, עמודים זוגיים או אי-זוגיים מקובצי PDF בתוך יישום NET....Save("path/selected-pages-removed.pdf"); } הסר טווח דפים...RemovePages(removeOptions); merger.Save("path/pages-range-removed.pdf"); } הסר דפים...

    blog.groupdocs.com/he/merger/delete-pages-from-...
  7. GroupDocs Viewer for .NET 1.5.0 Supports Micros...

    We’re happy to announce the release of GroupDocs Viewer for .NET 1.5.0 as an update to our suite of .NET Libraries. This version includes many new features and enhancements. Some of the features and enhancements are listed below: Support for Microsoft Visio and Microsoft Outlook file formats A setting to customize the width of the thumbnails container A setting to display the image width (for cache generation) Cross-domain detection Support for Norwegian language Header-less Viewer and control methods Concatenation of multiple streams into one document Usage of a default width for images having smaller widths A message box to display the file-download errors Client error handling for GetPdf2JavaScript Supports the display of pages with variable heights in their original proportion Resizing after creation: the setWidth and setHeight methods allow resizing of the viewer even after creation Error propagation to customer’s code: an event is triggered when an error occurs, containing the information about the error....GetPdf2JavaScript Supports the display of pages with variable heights in their...when opening a large file; pages are empty after zooming in book...

    blog.groupdocs.com/total/groupdocs-viewer-for-n...
  8. Digital Signature - esign XLTM documents | Grou...

    Digital signature (eSignature) for XLTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign XLTM documents for free!...signatures across the document pages. The documents are stored in...upload the document from this page, you will be redirected to the...

    products.groupdocs.app/signature/xltm
  9. Bulleted List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it. Save your Document. Reporting Requirement As a report developer, you are required to share the following key requirements:... 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/java/bulleted-list-...
  10. Working with BMP metadata | Documentation

    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...