Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 45,156 for

document

(0.1 sec)
  1. Change Page Orientation of Word Document in Java

    Change the orientation of pages in Word DOC/DOCX Documents in Java. Set pages as portrait or landscape within applications using GroupDocs....orientation of a page in a Word document in Java . Separately, we will...Java is the API to deal with document pages within the Java applications...

    blog.groupdocs.com/merger/change-page-orientati...
  2. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it. Save your Document. Reporting Requirement As a report developer, you are required to share the following key requirements:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Bulleted List in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  3. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Loading Documents / Load options for different document types /...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  4. Bubble Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Spreadsheet Document Bubble Chart in Spreadsheet Document Leave feedback...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  5. Scatter Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Excel Document Creating a Scatter Chart Please follow below steps to create Scatter Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Spreadsheet Document Scatter Chart in Spreadsheet Document Leave feedback...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  6. Attachments in PDF document | GroupDocs

    Work with PDF attachments: extract, add, remove, and search images using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks / To PDF documents / Attachments in PDF document Attachments...

    docs.groupdocs.com/watermark/python-net/attachm...
  7. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a Document then it can be possible using GroupDocs.Watermark....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...inside a document Adding watermark to images inside a document Leave...

    docs.groupdocs.com/watermark/net/adding-waterma...
  8. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...text from document Extract formatted text from document Leave feedback...

    docs.groupdocs.com/parser/net/extract-formatted...
  9. Load document from URL | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint Documents from URL using GroupDocs.Annotation for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...Loading documents from different sources / Load document from URL...

    docs.groupdocs.com/annotation/java/load-documen...
  10. Classify document by path | GroupDocs

    Classify Document by path with IAB-2 taxonomy and return 2 best results Classifying of the Document could be performed with the next steps Call Classify method for “Document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("Document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify Document by path with Documents taxonomy and return 4 best results Call Classify method for “Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...Usage / Classify document by path Classify document by path Leave...

    docs.groupdocs.com/classification/net/classify-...