Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 8,823 for

image

(0.08 sec)
  1. C#を使用してPDFに透かしを追加する|テキストと画像の透かし

    C#を使用して、画像の透かしを追加するか、PDFファイルにテキストの透かしを適用します。 .NET Watermarking APIを使用して、PDFのすべてのページまたは選択したページに透かしを入れます。...Save("path/image-watermark.pdf"); } 上記のソースコー...

    blog.groupdocs.com/ja/watermark/watermark-pdf-f...
  2. Java에서 프레젠테이션에 워터마크 추가 | 텍스트 및 이미지 워터마크

    GroupDocs Watermarking API를 사용하여 프레젠테이션 슬라이드에 이미지 워터마크를 추가하거나 Java에서 PPT, PPTX, PPS 및 기타 형식에 텍스트 워터마크를 적용합니다....save("path/image-watermarked-presentation.pptx");...

    blog.groupdocs.com/ko/watermark/watermark-prese...
  3. Convertidor de DOC a XLS en línia | Aplicacions...

    Convertidor de documents de DOC a XLS: convertiu DOC a XLS en línia gratuïtament, sense necessitat de registre. Conversió de DOC a XLS segura i fàcil d'utilitzar!...PDF, PDF a WORD, POWERPOINT a IMAGE, VSDX a PDF, HTML a DOCX, EPUB...

    products.groupdocs.app/ca/conversion/doc-to-xls
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. PDF ドキュメントに透かしを入れる |テキストと画像の透かし

    PDF ドキュメントにテキストと画像の透かしを追加します。オンライン ウォーターマーク アプリケーションを使用するか、プログラムで .NET および Java ライブラリを使用してウォーターマークを適用します。...save("path/image-watermark.pdf"); watermarker...

    blog.groupdocs.com/ja/watermark/watermark-pdf-d...
  6. JavaでPDFに透かしを追加|テキストと画像の透かし

    Javaで画像透かしを追加するか、PDFファイルにテキスト透かしを適用します。 GroupDocs Watermarking Java APIを使用して、PDFのすべての選択されたページに透かしを適用します。...save("path/image-watermark.pdf"); watermarker...

    blog.groupdocs.com/ja/watermark/add-watermark-t...
  7. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  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"; }