Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 726 for

locale

(0.18 sec)
  1. Persistent CustomTempFonts Folder Growth Issue ...

    I also encountered this problem. I came across it in GroupDocs.Viewer version 24.6.0 for .NET Framework 4.6.2. I upgraded to the latest version 24.9.0 and the problem still occurs. On some environments the folder grows h…...here: c:\Users\[user]\AppData\Local\Temp\CustomTempFonts . Do you...Leftover temp files in AppData\Local\Temp\CustomTempFonts in .NET...

    forum.groupdocs.com/t/persistent-customtempfont...
  2. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/fr/editor/edit-word-document...
  3. Pesquisa de palavras e substituição de texto em...

    Realize pesquisa de palavras, substitua ou oculte texto em arquivos Word DOC/DOCX usando Java. Redija e execute pesquisa de texto, com distinção entre maiúsculas e minúsculas e RegEx com Java Redaction API....Para salvar o arquivo em um local diferente após fazer as alterações...salvar o arquivo editado em um local diferente com um nome diferente...

    blog.groupdocs.com/pt/redaction/find-and-replac...
  4. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....Locale = System.Globalization.CultureInfo...EnablePagination = true; saveOptions.Locale = System.Globalization.CultureInfo...

    blog.groupdocs.com/ko/editor/edit-word-document...
  5. Sakhr Software efficiently builds Correspondenc...

    About Sakhr Software Sakhr Software Company is a pioneer and market leader in advanced Arabic language technology and solutions. With 28+ years of leading research and development in Arabic computational linguistics, Sakhr has successfully transformed its research in “Natural Language Processing”; (NLP) into industry-first commercial software and solutions. Governments and enterprises in multiple industries across the Arab region and beyond use Sakhr’s award-winning technology to handle any Arabic content for the digital age....Professional Translation & Localization Using GroupDocs.Total for...

    blog.groupdocs.com/total/sakhr-software-builds-...
  6. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....cache without saving them to local disc Available Channels and...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  7. GroupDocs.Viewer para .NET UI 8.1.1 – Últimas a...

    Descubre las nuevas funciones, mejoras y correcciones de errores en GroupDocs.Viewer para .NET UI 8.1.1, lanzado en septiembre de 2025....Sample applications often use local folders for caching. Previously...

    blog.groupdocs.com/es/viewer/groupdocs-viewer-f...
  8. Viewer replace characters with square - Free Su...

    Hello, we have a new bug. Viewer is replacing some characters and double characters in the document with an empty square. Can you take a look at it? They are not special characters. We are using version 25.2. Thanks, …...reproduce your issue on my local PC with Windows 10 22H2, and...

    forum.groupdocs.com/t/viewer-replace-characters...
  9. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....file at any location on the local disc or a even a Stream. The...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....extract the folders on your local disk. The extracted files and...

    docs.groupdocs.com/parser/java/how-to-run-examp...