Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,200 for

replacement

(0.19 sec)
  1. Configuring search network | GroupDocs

    This page contains information about configuring the search network....Flag for using character replacements during indexing ( method)...

    docs.groupdocs.com/search/net/configuring-searc...
  2. Viewer of emails with non-latin characters in T...

    Hello, Using java Viewer to convert email files (.msg) to html pages generates wrong characters for TO or subject. In the email user used greek characters for the emails and into the email subject. My environment is: …...display these characters, often replaced with “?”. This may have happened...

    forum.groupdocs.com/t/viewer-of-emails-with-non...
  3. 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...
  4. 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...
  5. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Replace(".pdf", $"Image-{pageToConvert}...

    forum.groupdocs.com/t/font-processing-issue-wit...
  6. Modifier des documents Word en Java | Créez vot...

    L'édition de documents Word est expliquée avec des exemples Java pour éditer des fichiers DOC, DOCX, ODT dans vos applications à l'aide de l'API Java d'édition de documents....replace("document", "edited document");...

    blog.groupdocs.com/fr/editor/edit-word-document...
  7. Is it possible to set a 'FallbackFont' - Free S...

    Is it possible to set a default fallback font when converting to PDF? I am aware of the DefaultFont property on certain LoadOptions classes. My use case that is that I have “try anything to convert” method which does n…...this case, you only need to replace the document type in GetPossibleConversio()...

    forum.groupdocs.com/t/is-it-possible-to-set-a-f...
  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. 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/
  10. C#을 사용하여 XML 파일을 편집하는 방법 | XML 편집 .NET API

    C#을 사용하여 .NET 애플리케이션 내에서 프로그래밍 방식으로 XML 데이터를 편집하거나 업데이트합니다. XML 파일을 수정하고 변경 사항을 다양한 형식으로 저장합니다....Replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/ko/editor/edit-xml-files-usi...