Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 1,214 for

replacement

(0.07 sec)
  1. Removing Empty Paragraphs | GroupDocs

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....syntax tags are removed or replaced with empty values. A new member...

    docs.groupdocs.com/assembly/java/removing-empty...
  2. Managing dictionaries | GroupDocs

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....dictionary Alphabet Character replacements Document passwords Homophone...

    docs.groupdocs.com/search/java/managing-diction...
  3. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Rotate pages Set custom fonts Replace missing font Save output to...

    docs.groupdocs.com/viewer/net/rendering-documents/
  4. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....to perform project-wide replacements of packages from com.groupdocs...

    blog.groupdocs.com/parser/extract-text-and-meta...
  5. Crea un visualizzatore di documenti in ASP.NET ...

    I visualizzatori di documenti online sono diventati popolari dopo il crescente utilizzo dei documenti digitali, in particolare nei sistemi di gestione dei contenuti. Il motivo alla base di questa popolarità è che puoi visualizzare una varietà di formati di documenti senza acquistare o installare programmi software dedicati. Considerando l’importanza dei visualizzatori di documenti, ho pensato di scrivere un articolo su come creare un visualizzatore di documenti universale in ASP.NET MVC....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/it/viewer/document-viewer-in...
  6. ایجاد Document Viewer در ASP.NET Core MVC برای ...

    بینندگان اسناد آنلاین پس از افزایش استفاده از اسناد دیجیتال، به ویژه در سیستم های مدیریت محتوا، محبوب شده اند. دلیل این محبوبیت این است که شما می توانید انواع فرمت های اسناد را بدون خرید یا نصب برنامه های نرم افزاری اختصاصی مشاهده کنید. با توجه به اهمیت نمایشگر اسناد، فکر کردم مقاله ای در مورد نحوه ایجاد یک نمایشگر سند جهانی در ASP.NET MVC بنویسم. ما قصد داریم یک برنامه نمایش اسناد ASP....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/fa/viewer/document-viewer-in...
  7. Erstellen Sie Document Viewer in ASP.NET Core M...

    Die Online-Dokumentenbetrachter sind nach der zunehmenden Verwendung digitaler Dokumente, insbesondere in den Content-Management-Systemen, populär geworden. Der Grund für diese Beliebtheit ist, dass Sie eine Vielzahl von Dokumentformaten anzeigen können, ohne spezielle Softwareprogramme kaufen oder installieren zu müssen. In Anbetracht der Bedeutung von Dokumentbetrachtern dachte ich daran, einen Artikel darüber zu schreiben, wie man einen universellen Dokumentbetrachter in ASP.NET MVC erstellt. Wir werden eine ASP.NET MVC Document Viewer-Anwendung erstellen, die auf ....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/de/viewer/document-viewer-in...
  8. 在 C# 中编辑 Word 文档 |构建您自己的 .NET Word 编辑器

    使用 C# 示例解释编辑 Word 文档,以使用文档编辑 API 在 .NET 应用程序中编辑 DOC、DOCX、ODT 文件。...Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/zh/editor/edit-word-document...
  9. Создание средства просмотра документов в ASP.NE...

    Онлайн-просмотрщики документов стали популярными после роста использования цифровых документов, особенно в системах управления контентом. Причина такой популярности в том, что вы можете просматривать различные форматы документов, не покупая и не устанавливая специальные программы. Учитывая важность просмотрщиков документов, я подумал написать статью о том, как создать универсальный просмотрщик документов в ASP.NET MVC. Мы собираемся создать ASP.NET MVC приложение для просмотра документов, которое будет нацелено на .NET Core. Для рендеринга документов в бэкенде мы будем использовать API GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/ru/viewer/document-viewer-in...
  10. 編輯 XML 檔案 |線上編輯和程序化方法

    探索編輯 XML 檔案的有效方法。可以在線上編輯 XML 文件,也可以使用 C# 和 Java 以程式設計方式進行編輯。...Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/zh-hant/editor/edit-xml-files/