Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,053 for

replacement

(0.03 sec)
  1. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....load a document which content replaces the doc tag then. By default...

    blog.groupdocs.com/assembly/support-for-dynamic...
  2. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...outputFolder); } } } Make sure to replace "YourOutputDirectoryP" and...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  3. Managing dictionaries | Documentation

    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/nodejs-java/managing-...
  4. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....End Using End Sub End Module Replace documentPath value with the...End Using End Sub End Module Replace documentPath value with the...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  5. Editar presentaciones en Java | Edición de PPT/...

    La edición de presentaciones de PowerPoint se explica con un ejemplo de Java para editar archivos PPT, PPTX y ODP dentro de su aplicación utilizando la API de edición de presentaciones....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/es/editor/edit-ppt-pptx-pres...
  6. Presentaties bewerken in Java | PPT/PPTX-bewerking

    Het bewerken van PowerPoint-presentaties wordt uitgelegd met een Java-voorbeeld om PPT-, PPTX- en ODP-bestanden binnen uw applicatie te bewerken met behulp van de presentatiebewerkings-API....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/nl/editor/edit-ppt-pptx-pres...
  7. ویرایش ارائه ها در Java | ویرایش PPT/PPTX

    ویرایش ارائه های پاورپوینت با مثال Java برای ویرایش فایل های PPT، PPTX، ODP در برنامه شما با استفاده از API ویرایش ارائه توضیح داده شده است....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/fa/editor/edit-ppt-pptx-pres...
  8. Modifica presentazioni in Java | Modifica PPT/PPTX

    La modifica delle presentazioni PowerPoint viene spiegata con un esempio Java per modificare file PPT, PPTX, ODP all'interno dell'applicazione utilizzando l'API di modifica delle presentazioni....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/it/editor/edit-ppt-pptx-pres...
  9. Bearbeiten Sie Word-Dokumente in C# | Erstellen...

    Das Bearbeiten von Word-Dokumenten wird anhand von C#-Beispielen zum Bearbeiten von DOC-, DOCX- und ODT-Dateien in Ihrer .NET-Anwendung mithilfe der Dokumentbearbeitungs-API erläutert....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/de/editor/edit-word-document...
  10. How to Edit XML Files in Java | Java API for XM...

    Edit or update XML data within your Java applications. Modify XML files and save the changes in various formats using Editing Java API ....and modify the XML data by replacing a value with another. The...

    blog.groupdocs.com/editor/edit-xml-files-in-java/