Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 6,864 for

paged

(0.05 sec)
  1. Extract table of contents from Microsoft Office...

    This article explains that how to extract table of contents from Microsoft Office Word (.doc, .docx) documents...2” from the page returns the following text:...text: “Heading 2” from the page: returns the following text: Warning...

    docs.groupdocs.com/parser/net/extract-table-of-...
  2. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Java applications....save Leave feedback On this page A document can contain some...outputFile , saveOptions ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  3. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....document Leave feedback On this page Some document formats also support...descendants use method: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/load-password...
  4. How to run examples | Documentation

    How to run examples using Maven and Eclipse IDE....examples Leave feedback On this page The complete project with code...loWorld All done . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/how-to-run-examp...
  5. Search for Text e-signatures | Documentation

    This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API....TextSearchOptions () { // search only page with specified number PageNumber...specify as true to search all pages of a document AllPages = true...

    docs.groupdocs.com/signature/net/search-for-tex...
  6. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....exception Leave feedback On this page class supports handling required...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/handling-passw...
  7. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...QR-code Leave feedback On this page provides ability to encrypt...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Convert images | Documentation

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...images Leave feedback On this page About image file formats An..., JPG, , , , , , TIF, , , , Page Description Language: , , ,...

    docs.groupdocs.com/conversion/net/convert/image/
  9. 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...
  10. Save to stream | Documentation

    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/