Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 1,439 for

replacement

(0.12 sec)
  1. Split text file | GroupDocs

    Follow this guide and learn how to split a text file into several resultant files by line numbers using GroupDocs.Merger for Python via .NET API....{0} in the path format is replaced with a zero-based index for...

    docs.groupdocs.com/merger/python-net/split-text...
  2. GroupDocs Holiday Offer – 25% off GroupDocs.Tot...

    Share this issue: Monthly NewsletterJanuary 2019 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Wine GroupDocs.Total brings together all GroupDocs APIs in one product suite and is great value for money. This holiday season GroupDocs is making it even better value by giving you 25% off GroupDocs.Total. Simply enter the coupon code HOLOFF2018 when placing your order. Alternatively, treat yourself with 24 Bottles of Award-Winning Pirathon Total Wine (worth over $1500)....identify, edit, remove, search, replace and compare Metadata of various...

    blog.groupdocs.com/total/groupdocs-holiday-offe...
  3. نحوه ویرایش فایل های XML در Java | Java API برا...

    داده های XML را در برنامه های Java خود ویرایش یا به روز کنید. فایل های XML را تغییر دهید و تغییرات را در قالب های مختلف با استفاده از Editing Java API ذخیره کنید....replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/fa/editor/edit-xml-files-in-...
  4. So bearbeiten Sie XML-Dateien in Java | Java-AP...

    Bearbeiten oder aktualisieren Sie XML-Daten in Ihren Java-Anwendungen. Ändern Sie XML-Dateien und speichern Sie die Änderungen in verschiedenen Formaten mit der Editing Java API....replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/de/editor/edit-xml-files-in-...
  5. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering spreadsheet files to HTML, PDF, and image formats.... // {0} is replaced with the current page number...spreadsheet to PNG. ' {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/net/specify-rendering...
  6. Excel スプレッドシートを編集する |オンライン編集とプログラムによるアプローチ

    Excel スプレッドシートを編集する効率的な方法を発見します。 XLS/XLSX ファイルをオンラインで編集するか、C# および Java を使用してプログラムで編集します。...Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/ja/editor/edit-excel-spreads...
  7. Java でプレゼンテーションを編集する | PPT/PPTX編集

    PowerPoint プレゼンテーションの編集については、プレゼンテーション編集 API を使用してアプリケーション内で PPT、PPTX、ODP ファイルを編集する Java の例を使用して説明されています。...replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/ja/editor/edit-ppt-pptx-pres...
  8. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications.... Replace ( '.' , '_' ); string cachePath...cacheFolder As String = fileName . Replace ( "."c , "_"c ) Dim cachePath...

    docs.groupdocs.com/viewer/net/implement-thread-...
  9. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... # {0} is replaced with the page numbers in the...NSF file to JPEG. # {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/python-net/render-lot...
  10. XML ファイルを編集する |オンライン編集とプログラムによるアプローチ

    XML ファイルを編集する効率的な方法を発見します。 XML ファイルをオンラインで編集するか、C# および Java を使用してプログラムで編集します。...Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/ja/editor/edit-xml-files/