Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 629 for

fix

(0.03 sec)
  1. Convertir un PDF en DOCX à l'aide de Node.js

    Apprenez à convertir un PDF en DOCX à l'aide de Node.js avec un guide simple. Exportez facilement des PDF vers DOCX dans Node.js pour une conversion de documents modifiables et formatés....conservent une mise en page fixe, mais ils ne sont pas toujours...

    kb.groupdocs.com/fr/conversion/nodejs/convert-p...
  2. C#を使用して任意の単語の同義語を検索|意味別の同義語グループ

    .NET APIを使用して、C#内の任意の単語のすべての可能な同義語を検索します。同じ単語のさまざまな意味で配置された同義語のさまざまなコレクションを取得します。...- construct - build - cook - fix - ready - prepare - induce -...induce **make** stimulate - cook fix **make** prepare ready - build...

    blog.groupdocs.com/ja/search/find-synonyms-of-w...
  3. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....rendering PDF documents is fixed now. GroupDocs.Conversion for...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  4. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for Java and how to operate them in Java code.... Fixed-layout formats, which includes...

    docs.groupdocs.com/editor/java/working-with-for...
  5. Export annotations and retrieve document pages ...

    post. Tagged with net, annotator, api, image....grouped shapes and a number of fixed issues – http://bit.ly/2T5VBeQ...

    dev.to/groupdocs/export-annotations-and-retriev...
  6. C# Convert PPT to PDF | PPTX to PDF | Presentat...

    Convert PowerPoint PPT, PPTX to PDF in .NET. C# code examples show the conversion of selective, consecutive slides, and watermarking using Conversion API....the document formats and the fixed layout nature of PDF format...

    blog.groupdocs.com/conversion/convert-presentat...
  7. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...system and will deliver their fixes according to the terms mentioned...PDFs with scans. This will be fixed with features #1 and #2 . You...

    forum.groupdocs.com/t/groupdocs-parser/15108
  8. Convertir DOCX en PNG avec Node.js

    Apprenons à convertir des fichiers DOCX en PNG avec Node.js en quelques étapes simples. Aucune installation de logiciel supplémentaire n'est nécessaire pour convertir des fichiers DOCX en PNG avec Node.js....une représentation visuelle fixe et haute fidélité du document...

    kb.groupdocs.com/fr/viewer/nodejs/render-docx-t...
  9. 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"; }