Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 8,327 for

paged

(0.31 sec)
  1. C# Převod obrázků JPG, PNG, GIF, TIFF do PDF | ...

    Převeďte obrázky do PDF v C#. Převádějte soubory JPG, TIFF, PNG, JPEG, GIF, BMP a další soubory s možnostmi otáčení, změny velikosti a okrajů pomocí rozhraní API pro převod pro .NET....MarginTop - Page top margin after conversion. MarginBottom - Page bottom...MarginLeft - Page left margin after conversion. Okraj vpravo - Page right...

    blog.groupdocs.com/cs/conversion/convert-images...
  2. .NET API kullanarak CAD dosyalarını C# dilinde ...

    Çizimleri görüntülemek için CAD dosyaları görüntüleyicinizi C# dilinde oluşturun. GroupDocs tarafından sağlanan belge görüntüleyici .NET API'sini kullanarak DWG, DGN'yi HTML, JPG, PNG veya PDF olarak işleyecek şekilde dönüştürün....ForEmbeddedResources("page_{0}.html"); viewer.View(viewOptions);...ForExternalResources( "page_{0}.html","page_{0}/resource_{1}","page_{0}/resources");...

    blog.groupdocs.com/tr/viewer/view-cad-documents...
  3. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.... Search ( "page number" ); // Iterate over search...SearchResult > sr = parser . Search ( "page number: [0-9]+" , new SearchOptions...

    docs.groupdocs.com/parser/net/developer-guide/a...
  4. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....watermarks Leave feedback On this page Using text watermarks is an...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  5. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....each time on verifying document page. for process this flag should...each time on searching document page per each options. Cancel signing...

    docs.groupdocs.com/signature/java/processes-can...
  6. Zobrazení CAD souborů v C# pomocí .NET API | Př...

    Sestavte si prohlížeč souborů CAD v C#, abyste mohli prohlížet výkresy. Převeďte DWG, DGN k vykreslení jako HTML, JPG, PNG nebo PDF pomocí prohlížeče dokumentů .NET API od GroupDocs....ForEmbeddedResources("page_{0}.html"); viewer.View(viewOptions);...ForExternalResources( "page_{0}.html","page_{0}/resource_{1}","page_{0}/resources");...

    blog.groupdocs.com/cs/viewer/view-cad-documents...
  7. Render DOCX as Image using Python

    You will learn how to render DOCX as image using Python. A code example will also be provided to create images from DOCX in Python for visual content workflows....DOCX in Python while preserving page structure, fonts, and graphics...embedding documents in web pages, or distributing content where...

    kb.groupdocs.com/viewer/python/render-docx-as-i...
  8. Working with GroupDocs.Assembly Engine | GroupDocs

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Assembly Engine APIs 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-gr...
  9. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types.... 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/search/net/get-supported-fil...
  10. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System.... 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/parser/java/load-document-fr...