Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 3,250 for

protection

(0.23 sec)
  1. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....exist and are not password-protected" ) # Run the comparison c...

    blog.groupdocs.com/comparison/compare-pdfs-usin...
  2. 使用 C# 使用 IAB-2 和文档分类对文档进行分类

    在 .NET 应用程序中使用 C# 对文档进行分类。使用 IAB-2 和文档分类法对 PDF、Word 和受密码保护的文档进行分类。...var filename = "password-protected.docx"; var response = classifier...

    blog.groupdocs.com/zh/classification/taxonomic-...
  3. PDF ドキュメントを Java で HTML に変換 |すべてのページと選択したページ

    Java を使用して PDF ドキュメントを HTML 形式に変換する方法を学びます。 Java アプリケーション内のドキュメント全体または選択したページの変換を自動化する手順。...converter = new Converter("path/protected-document.pdf", loadOptions);...

    blog.groupdocs.com/ja/conversion/convert-pdf-to...
  4. C# を使用してプログラムで PDF を HTML に変換する

    数行のコードを使用して、PDF ドキュメントを HTML に変換してみましょう。 .NET アプリケーション内で PDF 変換を自動化し、ドキュメント全体または選択したページを変換します。...converter = new Converter("path/protected-document.pdf", getLoadOptions))...

    blog.groupdocs.com/ja/conversion/convert-a-pdf-...
  5. Classer les documents avec IAB-2 et la taxonomi...

    Classification taxonomique des documents utilisant C# dans les applications .NET. Classez les documents PDF, Word et protégés par mot de passe avec IAB-2 et la taxonomie des documents....var filename = "password-protected.docx"; var response = classifier...

    blog.groupdocs.com/fr/classification/taxonomic-...
  6. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....when trying to load password-protected documents. String inputFilePath...

    docs.groupdocs.com/editor/java/introduction/
  7. Load WordProcessing document with options | Doc...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....A password to unlock the protected document. Specifies whether...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications.... Support for Password-Protected Documents : Work with documents...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  10. طبقه بندی اسناد با IAB-2 و طبقه بندی اسناد با ا...

    طبقه بندی تاکسونومیک اسناد با استفاده از C# در برنامه های NET. اسناد PDF، Word و محافظت شده با رمز عبور را با IAB-2 و طبقه بندی اسناد طبقه بندی کنید....var filename = "password-protected.docx"; var response = classifier...

    blog.groupdocs.com/fa/classification/taxonomic-...