Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 59 for

wordprocessing to spreadsheet

(0.06 sec)
  1. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (documents hanging during conversion) while converting various file formats such as .docx, .xlsx, .pptx, etc., inTo PDFs. This issue is occurring only in our production environment…...If you are converting a spreadsheet to a PDF, you can use SpreadsheetLoadOptio...process. As for converting WordProcessing documents to PDF, we have...

    forum.groupdocs.com/t/document-conversion-is-ha...
  2. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more... WordProcessing family formats Format Description...WordProcessingML or WordML Spreadsheet family formats Format Description...

    docs.groupdocs.com/editor/net/supported-documen...
  3. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded To the GroupDocs.Viewer for .NET...that the documents of the Spreadsheet format family (like XLS,...number only for the WordProcessing and Spreadsheet format families...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  4. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the EdiTor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...ToLower()) { case "WordProcessing": using (Editor editor...Save(memoryStream); } break; case "Spreadsheet": using (Editor editor =...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  5. Documents | Documentation

    Learn about managing metadata for Documents formats....Working with metadata in WordProcessing documents Working with...with metadata in Spreadsheets Working with metadata in Presentations...

    docs.groupdocs.com/metadata/net/documents/
  6. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how To edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.EdiTor for Java....significant distinction from the WordProcessing and all textual formats...time big similarity with Spreadsheet formats, — it has no pages...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  7. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded To the GroupDocs.Viewer for .NET...content: all formats within WordProcessing family (DOC, DOCX, ODT...ODT, RTF, etc.), Spreadsheet (XLS, XLSX, ODS, CSV, etc.), Presentation...

    docs.groupdocs.com/viewer/net/search-highlight-...
  8. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how To edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.EdiTor for .NET....significant distinction from the WordProcessing and all textual formats...time big similarity with Spreadsheet formats, — it has no pages...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  9. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the picToral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...above is related to the WordProcessing format family (DOC, DOCX...format families like Excel/Spreadsheet, PowerPoint/Presentation...

    forum.groupdocs.com/t/different-visualization-t...
  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....Left bottom corner of page WordProcessing Point Left top corner of...of page Spreadsheet Point Left top corner of worksheet Presentation...

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