Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 6,788 for

paged

(0.03 sec)
  1. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....convertOptions ); } 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/net/get-default-c...
  2. AutoCAD to Image Conversion Issue is Fixed

    Here we are with another release of GroupDocs.Conversion for .NET 19.4. We’ve implemented automatic naming when saving a converted document to file. Do you want to convert a CMX (Corel Metafile eXchange) file to PDF or any other supported file format? Then you must try out this release. We also improved the process of getting page orientation for a specific page Obsolete Methods CellsLoadOptions is marked as obsolete and is replaced by SpreadsheetLoadOptions CellsSaveOptions is replaced by SpreadsheetSaveOptions HtmlSaveOptions is replaced by MarkupSaveOptions See more details here....process of getting page orientation for a specific page Obsolete Methods...

    blog.groupdocs.com/conversion/autocad-to-image-...
  3. Search index events | Documentation

    This page contains information about the purpose and use of all index events....index events Leave feedback This page contains information about the...the current document (see also page); Specifying the encoding of...

    docs.groupdocs.com/search/net/search-index-events/
  4. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....QrCodeSearchOptions (); // specify special pages to search on options . setAllPages...( "QRCode signature found at page " + qrCodeSignature . getPageNumber...

    docs.groupdocs.com/signature/java/search-for-en...
  5. Add replies to annotation | Documentation

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....annotation Leave feedback On this page allows you to collaborate over...annotator . dispose (); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/java/add-replies-...
  6. Remover páginas de PDF usando C# | Par, Ímpar, ...

    Remova qualquer conjunto de páginas dos arquivos PDF usando C#. Exclua a lista de páginas, qualquer intervalo, páginas pares ou ímpares de arquivos PDF dentro do aplicativo .NET....tópicos são discutidos abaixo: PDF Page Removal .NET API Remover seleção/lista...merger.Save("path/selected-pages-removed.pdf"); } Remover o intervalo...

    blog.groupdocs.com/pt/merger/delete-pages-from-...
  7. إزالة الصفحات من PDF في Java | زوجي ، فردي ، قا...

    قم بإزالة أي مجموعة من الصفحات من ملفات PDF في Java. حذف قائمة الصفحات ، أي نطاق محدد ، حتى الصفحات الفردية أو الفردية من ملفات PDF داخل التطبيقات....save("path/selected-pages-removed.pdf"); قم بإزالة Pages Range من PDF...removePages(removeOptions); merger.save("path/pages-range-removed.pdf"); قم بإزالة...

    blog.groupdocs.com/ar/merger/remove-pages-from-...
  8. How to Convert CSV to Excel in C#

    This short article focus on how to convert CSV to Excel in C#. Further, this guide consists of convert CSV to XLSX C# code along with detailed instructions....as the starting page number, the list of page indexes, the number...number of pages, the password, the zoom, and many others. In our...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Using Spreadsheets as Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Document Template The Code 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/using-spreadshe...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...GetString(targetBytes) 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/working-with-st...