Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 1,928 for

fix

(0.45 sec)
  1. GroupDocs.Redaction for Java 25.12 – การอัปเดตล...

    สำรวจสิ่งใหม่ใน GroupDocs.Redaction สำหรับ Java 25.12. พร้อมให้ใช้แล้วบน NuGet และเว็บไซต์ GroupDocs....the redacted presentation // Fixed: Now preserves the original...

    blog.groupdocs.com/th/redaction/groupdocs-redac...
  2. GroupDocs.Viewer for .NET 26.4 – Laatste update...

    Ontdek wat er nieuw is in GroupDocs.Viewer for .NET 26.4. Nu beschikbaar op NuGet en de GroupDocs-website.... VIEWERNET-4760 Bug Fix bug with exception while loading...

    blog.groupdocs.com/nl/viewer/groupdocs-viewer-f...
  3. Cannot find Umlauts located in ANSI files - Fre...

    Hi there, We tried this: ​Have a Text file with ANSI encoding in a folder indexed by DataCentral. The file should contain “Mühe” and “Vielfraß”. Create an index for that file Make a search on that index for “Vielfraß”…...system and will deliver their fixes according to the terms mentioned...

    forum.groupdocs.com/t/cannot-find-umlauts-locat...
  4. Exception in thread "main" java.lang.OutOfMemor...

    Hi Team, I purchased this tool last week and try to redact pdf files. But after 2-3 file it gives me this error. Any file size limitation is there? Exception in thread “main” java.lang.OutOfMemoryError: Java heap space …...encountering is not caused by a fixed file size limitation. It is...

    forum.groupdocs.com/t/exception-in-thread-main-...
  5. Error converting webp to jpg - Free Support For...

    using (var client = myHttpClient.CreateClient()) { var destinationPathWebP = Path.Combine(LOCAL_DIRECTORY, i.SKU, IMAGE_WEB_EXTENSION); destinationPathWebP = destinationPathWebP.Replace("\", “/”); var destinationPath…...CONVERSIONNET-5558) have been fixed in this update . This message...

    forum.groupdocs.com/t/error-converting-webp-to-...
  6. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....Presentation PPT, PPTX, PPS, POT Fixed-layout format PDF Handling Password-Protected...

    docs.groupdocs.com/editor/net/load-document/
  7. GroupDocs.Viewer for .NET Library Version 2.8.0...

    Recently we’ve updated our GroupDocs.Viewer for .NET library up to the version 2.8.0. In this post I’d like to discover some of the most remarkable updates implemented in this latest version: New Page Layout OptionsSo far, when viewing documents, you had the following page layout options: Scroll view – pages are placed in a continuous chain, one after another. One page in a row – one page fit to client’s screen....code optimizations and bug fixes. The new version of the GroupDocs...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  8. 140以上のファイル形式のASP.NETCoreMVCでドキュメントビューアを作成する

    オンラインドキュメントビューアは、特にコンテンツ管理システムでデジタルドキュメントの使用が拡大した後、人気が高まっています。この人気の背後にある理由は、専用のソフトウェアプログラムを購入またはインストールしなくても、さまざまなドキュメント形式を表示できることです。ドキュメントビューアの重要性を考慮して、ASP.NETMVCでユニバーサルドキュメントビューアを作成する方法についての記事を書くことを考えました。 .NETCore を対象とする ASP.NET MVCドキュメントビューアアプリケーションを作成します。 フレームワーク。バックエンドでのドキュメントのレンダリングには、GroupDocs.Viewer for .NETAPIを使用します。これは強力な ドキュメントビューアー APIです。これは、PDF、Word、Excel、PowerPoint、Visio、CAD、Outlook、およびOutlookを含む140を超えるドキュメントタイプをサポートします。他の多くの一般的な形式。 なぜ.NETCoreなのか? .NET Coreは、Microsoftによる.NETエコシステムへの貴重な追加です。これにより、開発者が追加の作業を行うことなく、クロスプラットフォームアプリケーションを開発できます。これが、ターゲットフレームワークとして.NETCoreを選択した理由です。 ASP.NETCoreでドキュメントビューアを作成する手順 **1.**VisualStudioを開き、新しいプロジェクトを開始します。 2.プロジェクトタイプから。NETCoreを選択し、テンプレートから** ASP.NET Core WebApplication**を選択します。 3. **Webアプリケーション(Model-View-Controller) **を選択し、[OK]ボタンをクリックします。 4. NuGetからGroupDocs.Viewerをインストールします。 5. Views/Home/Index.cshtmlファイルを開き、その内容を次のように置き換えます。 @{ ViewData["Title"] = "Home Page"; }