Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 9,686 for

paged

(0.59 sec)
  1. WebForm UI Example Project for GroupDocs.Viewer...

    The GroupDocs team is pleased to announce the Front End sample project for the ASP.NET WebForm developers. The reason behind this release is to facilitate the developers to write their own document viewer using GroupDocs.Viewer for .NET 3.x. Almost all the functionalities have been implemented in this project which was given in the old GroupDocs.Viewer for .NET 2.x UI Based API. The developers are flexible to customize the application by their own....one page in a row, two pages in a row view, double page flipping...flipping Pagination controls Page zooming Page thumbnails Text selection...

    blog.groupdocs.com/viewer/webform-ui-example-pr...
  2. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....Pages property to access the entire...entire list of document pages Iterate through the collection of lines...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  3. Add Image Watermark to DOC Using Python

    This tutorial explains how to add image watermark to DOC using Python, allowing you to embed a centered logo watermark in Word 97–2003 documents....consistent visibility across all pages. Automating this process reduces...appears evenly on document pages Apply the image watermark to...

    kb.groupdocs.com/watermark/python/add-image-wat...
  4. Features Overview | GroupDocs

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....information about hidden document pages, digital signatures, user comments...(ID3, Lyrics, APE) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/net/features-overview/
  5. Showcases | GroupDocs

    Code examples and live demonstrations of GroupDocs.Editor for Python via .NET...Showcases Leave feedback On this page Note Want to try GroupDocs.Editor...document editing needs. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/python-net/showcases/
  6. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-to-stream/
  7. Options and Configuration | GroupDocs

    Control parsing behavior with options from groupdocs.parser.options in GroupDocs.Parser for Python via .NET....Configuration Leave feedback On this page Most parsing scenarios work...the API reference. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/python-net/options/
  8. YAML front matter | GroupDocs

    Generate YAML front matter from document metadata for static site generators...matter Leave feedback On this page Enable IncludeFrontMatter to..."Jane Doe" // format: Docx // pages: 12 // --- // // # Q3 Report...

    docs.groupdocs.com/markdown/net/front-matter/
  9. Advanced search for Text signatures | GroupDocs

     This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....pdf" ); PagesSetup page = new PagesSetup (); page . setFirstPage...setFirstPage ( true ); page . setLastPage ( true ); page . setOddPages (...

    docs.groupdocs.com/signature/java/advanced-sear...
  10. Load Markup document with options | GroupDocs

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....options Leave feedback On this page This documentation covers the...attribute. Whether to generate page numbers for the converted document...

    docs.groupdocs.com/conversion/java/load-markup-...