Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 7,041 for

paged

(0.03 sec)
  1. Developer Guide | Documentation

    This section decsribes how to add digital signature to pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for Java library...usage Migration Notes 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/signature/java/developer-guide/
  2. Update signatures in documents | Documentation

    This section shows how to update electronic signatures in the documents....Image ✎ QR Code ✎ Text 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/signature/net/update-signatu...
  3. Inserting Hyperlinks or Bookmarks | Documentation

    Articles in this section...Hyperlinks Dynamically 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/inserting-hyper...
  4. Web Report Generator Powered by GroupDocs.Assem...

    Articles in this section...Web Report Generator 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/web-report-gene...
  5. Migration Notes | Documentation

    Articles in this section...9 or Higher 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/migration-notes/
  6. 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/
  7. Features Overview | Documentation

    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/
  8. 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...
  9. Licensing and Subscription | Documentation

    This article explains evaluation limitations and licensing of GroupDocs.Merger for .NET. Please note that you can avail a Free Trial and a 30-day Temporary License for evaluation...Subscription Leave feedback On this page Sometimes, in order to study...will be trimmed to first 3 pages. Trial badges are placed in...

    docs.groupdocs.com/merger/net/licensing-and-sub...
  10. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is 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 Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; 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...// Check if the document has pages if ( documentInfo == null ||...

    docs.groupdocs.com/parser/java/extract-text-fro...