Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 3,458 for

protection

(0.57 sec)
  1. Working with slide backgrounds | GroupDocs

    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-...
  2. Introduction | GroupDocs

    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/
  3. طبقه بندی اسناد با IAB-2 و طبقه بندی اسناد با ا...

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

    blog.groupdocs.com/fa/classification/taxonomic-...
  4. C# Comparer Excel, Word, Fichiers texte | API d...

    Comparez deux fichiers ou plus à l'aide de C#. .NET SDK permet de comparer deux feuilles de calcul Excel, des documents Word, des fichiers PDF ou de comparer des fichiers texte dans CSharp....de calcul Excel en C# # La protection par mot de passe est courante...

    blog.groupdocs.com/fr/comparison/compare-excel-...
  5. GroupDocs.Search Product Family on GroupDocs Bl...

    GroupDocs.Search Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Product Family on GroupDocs Blog | Document Automatio......Supports Searching for Password Protected Documents We are really pleased...apply search to password protected documents. Not only this,...

    blog.groupdocs.com/categories/groupdocs.search-...
  6. افزودن واترمارک به اسناد Word | 5 روش امن با Gr...

    یاد بگیرید چگونه واترمارک‌های امن را به اسناد Word با استفاده از GroupDocs.Watermark برای .NET اضافه کنید. 5 روش حفاظت را با مثال‌های کد مقایسه کنید، از جمله سرصفحه‌های قفل‌شده، واترمارک‌های کاشی‌ای، و بخش‌های محافظت‌شده با رمز عبور که به راحتی قابل حذف نیستند....Watermark Word Protection Examples روش 1: واترمارک...watermark = new TextWatermark( "Protected Document" , new Font( "Arial"...

    blog.groupdocs.com/fa/watermark/secure-word-doc...
  7. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats.... For instance, you can protect the output PDF file, reorder...

    docs.groupdocs.com/viewer/java/render-text-files/
  8. How to Run Examples | GroupDocs

    Clone the GitHub examples repository, install dependencies into a virtual environment, optionally apply a license, and run every documented GroupDocs.Merger example end to end — locally, inside Docker, or on GitHub Actions....py │ └── load_password_protected.py └── licensing ├── set_license_from_file...

    docs.groupdocs.com/merger/python-net/getting-st...
  9. השוואת מסמכי Word עם Python: 7 דוגמאות באמצעות ...

    שלוט בהשוואת מסמכי Word ב-Python עם GroupDocs.Comparison. גלה שינויים, הדגש הבדלים, קבל/דחה שינויים, וצור דוחות השוואה מקצועיים עם דוגמאות קוד מלאות....exist and are not password-protected" ) # Run the comparison c...

    blog.groupdocs.com/he/comparison/compare-pdfs-u...
  10. Introduction | GroupDocs

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....when dealing with password-protected documents. // Import the necessary...

    docs.groupdocs.com/editor/nodejs-java/introduct...