Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 905 for

presentation to word

(0.61 sec)
  1. Character types | GroupDocs

    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/net/character-types/
  2. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs EdiTor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo EdiTor in some of our functionalities. There were few errors in TinyMCE as well l…...Options; // Load the presentation document using (Editor editor...whereas the Editor (similar to MS Word) shows the last saved state...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  3. Save document | GroupDocs

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

    docs.groupdocs.com/editor/python-net/save-docum...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...tabular form of your PDF and Word documents, you sometimes need...to programmatically convert Word documents to Excel and also...

    blog.groupdocs.com/groupdocs.blog/page/31/
  5. Save document | GroupDocs

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

    docs.groupdocs.com/editor/net/save-document/
  6. 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...
  7. GroupDocs.Editor for Python via .NET | GroupDocs

    Native Python library that loads Word, Excel, PowerPoint, PDF, email, eBook, and text documents, converts them To editable HTML/CSS, and saves them back — or To another format — on Windows, Linux, and macOS. No Microsoft Office or OpenOffice required....works with Word processing, spreadsheets, presentations, PDF, email...Multi-format : Word processing, spreadsheets, presentations, PDF, email...

    docs.groupdocs.com/editor/python-net/
  8. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document AuTomatio......missing fonts, exclude fonts Presentation Viewer – Open & Read PPT...how to view PowerPoint presentations online using a free PPTX...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  9. Build search query | GroupDocs

    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/nodejs-java/build-sea...
  10. Adding text watermarks | GroupDocs

    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...