Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 8,277 for

paged

(0.1 sec)
  1. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....operations: move document pages, remove document pages, split document...document into separate pages, swap document pages positions, extract...

    docs.groupdocs.com/merger/net/single-document-o...
  2. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....options Leave feedback On this page GroupDocs.Conversion provides...converted to. sets the desired page width in points after conversion...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  3. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...worksheets into pages Render whole worksheet on one page Split worksheet...worksheet by page breaks Render only print area Render print area...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  4. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your spreadsheet...entire document or specific pages. Supported spreadsheet file...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  5. Extract text from PDF documents | GroupDocs

    To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....or a text from the selected page. Here are the steps to extract...steps to extract a text from the page of PDF document: Instantiate...

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#....text Leave feedback On this page GroupDocs.Parser provides the...start or the document page start. The page index where the text...

    docs.groupdocs.com/parser/net/search-text/
  7. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....On this page Removing watermark from a particular page Removing...watermark from a particular page of PDF document using GroupDocs...

    docs.groupdocs.com/watermark/net/existing-objec...
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....document est mis à jour ; les pages obsolètes, obsolètes ou même...par programmation de telles pages des documents PDF en Java ....

    blog.groupdocs.com/fr/page/23/
  9. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image.... foreach ( Page page in viewInfo . Pages ) { Console . WriteLine...WriteLine ( $"Page: {page.Number}" ); Console . WriteLine ( "Text...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  10. Convert PDF to HTML programmatically using C#

    Let's convert a PDF document to HTML using a few lines of code. Automate PDF conversion within .NET application to convert whole document or selected pages....are not well-suited for web pages. Converting a PDF to HTML allows...following steps transform all the pages of a PDF file into HTML. Load...

    blog.groupdocs.com/conversion/convert-a-pdf-doc...