Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 7,093 for

page

(0.3 sec)
  1. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....with embedded file path and page number; Instantiate object with...( filePathOut ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/add-document-to-p...
  2. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....might need to use an for a whole page of a document with searchable...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  3. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....homophone dictionary, see the page in the section. The following...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/homophone-search/
  4. Highlighting results in network | Documentation

    This Page contains information about highlighting search results in the search network....Highlighting search results page. The following code example...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/highlighting-resu...
  5. Extract images to files | Documentation

    This article explains that how to extract images to files.... println ( "Page images extraction isn't supported"...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/extract-images-t...
  6. Features Overview | Documentation

    A Java 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/java/features-overv...
  7. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Please refer to the following pages for examples: Load from FTP...Azure Blob Storage Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. 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/
  9. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....from different sources 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/java/indexing/
  10. Load document from stream | Documentation

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET...." ); } } 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/merger/net/load-document-fro...