Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 759 for

word to presentation

(0.07 sec)
  1. Electronic Signatures | Documentation

    This section contains articles with explanation how To sign documents with electronic signatures using .Net c#...ability to e-sign pdf, words, excel, presentation andother document...

    docs.groupdocs.com/signature/net/electronic-sig...
  2. Save document | Documentation

    This article demonstrates how To save edited text documents, spreadsheets and Presentations with GroupDocs.EdiTor for Java API.... makes some edits, removes words or paragraphs, or moves some...(WordProcessing, Spreadsheet, Presentation, and many more) and prepares...

    docs.groupdocs.com/editor/java/save-document/
  3. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...search query language is presented on the page . In addition...used to search for a single word in the text of a document. The...

    docs.groupdocs.com/search/java/build-search-query/
  4. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like To present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face To each other). In this release we’ve implemented functionality that allows users To use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....Today, I’d like to present several great enhancements that we’ve...improved support for native PDF and Word annotations and added the capability...

    blog.groupdocs.com/annotation/save-annotations-...
  5. Build your Full Text Search Solution in C# | Fi...

    Text searching API for .NET applications To search via indexing. Find text in multiple Word, Excel, PDF, text files of a folder & highlight search results....in word-processing documents, spreadsheets, presentations, HTML...search implementation is in Word processors and text editors...

    blog.groupdocs.com/search/build-your-full-text-...
  6. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back To HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML EdiTor or by any UI-less service within any Java based application. GroupDocs.EdiTor for Javais a powerful document editing API that allows converting supported document format inTo HTML and apply changes in any WYSIWYG HTML EdiTor, it also provide facility To convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats...spreadsheets, PowerPoint presentations and email document formats...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  7. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...search query language is presented on the page . In addition...used to search for a single word in the text of a document. The...

    docs.groupdocs.com/search/net/build-search-query/
  8. GroupDocs' Online Document Management Apps Suit...

    Good news To all Dropbox users - we’ve integrated GroupDocs’ online document management apps with Dropbox! So you can now view, sign, annotate, assemble, compare, convert and share your Dropbox documents and collaborate online from any web-enabled device using only a web-browser. [caption id=“attachment_796” align=“alignnone” width=“554” caption=“Sync your Dropbox account with GroupDocs online document management apps”] [/caption] To find detailed instructions on how To access and work with Dropbox files from a GroupDocs account, please see the help documentation....viewer that allows you to view word processing files (including...PDF documents, PowerPoint presentations (PPT, PPTX), Excel spreadsheets...

    blog.groupdocs.com/total/groupdocs-online-docum...
  9. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....used to separate words from each other, and words are formed from...this case, parts of a compound word containing a hyphen will be...

    docs.groupdocs.com/search/java/character-types/
  10. Adding text watermarks | Documentation

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....top corner of worksheet Presentation Point Left top corner of...used as text watermark in a Word document. The full list of supported...

    docs.groupdocs.com/watermark/java/adding-text-w...