Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 10,353 for

new

(0.04 sec)
  1. Specify encoding when loading documents | Docum...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...charset. LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/viewer/java/specify-encoding...
  2. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Signature signature = new Signature ( "sampleSigned.pdf"...

    docs.groupdocs.com/signature/java/obtain-docume...
  3. 在 Node.js 中合併 DOCX | GroupDocs.Merger

    發現如何在 Node.js 應用程式中高效合併 DOCX 文件,而無需使用第三方軟體。立即開始查看範例!...the first file const merger = new groupdocs . merger . Merger (...Initialize the Merger const merger = new groupdocs . merger . Merger (...

    blog.groupdocs.com/zh-hant/merger/merge-docx-in...
  4. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/net/indexing-options/
  5. Licensing and Subscription | Documentation

    This article explains evaluation limitations and licensing of GroupDocs.Merger for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup license. License license = new License (); license . setLicense...

    docs.groupdocs.com/merger/java/licensing-and-su...
  6. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WYSIWYG-editor, and creates a new instance with edited document...

    docs.groupdocs.com/editor/net/font-embedding-op...
  7. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exenew Viewer("formatting.docx")) {...14 pt. Simple text in Times New Roman 12 followed by an empty...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  8. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleXlsx...

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  10. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SamplePptx...

    docs.groupdocs.com/parser/java/search-text-in-m...