Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 3,190 for

protection

(0.76 sec)
  1. Render Outlook data files as HTML, PDF, and ima...

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

    docs.groupdocs.com/viewer/java/render-outlook-d...
  2. Render EBooks as HTML, PDF, and image files | G...

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

    docs.groupdocs.com/viewer/net/render-ebooks/
  3. GroupDocs.Watermark Product Family on GroupDocs...

    GroupDocs.Watermark Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Product Family on GroupDocs Blog | Document Aut......pour une sécurité et une protection du contenu améliorées. Utilisation...

    blog.groupdocs.com/fr/categories/groupdocs.wate...
  4. 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/
  5. เพิ่มลายน้ำให้กับเอกสาร Word | 5 วิธีที่ปลอดภัย...

    เรียนรู้วิธีการเพิ่มลายน้ำที่ปลอดภัยให้กับเอกสาร Word โดยใช้ GroupDocs.Watermark for .NET เปรียบเทียบ 5 วิธีการป้องกันพร้อมตัวอย่างโค้ด รวมถึงส่วนหัวที่ล็อค ลายน้ำแบบกระจาย และส่วนที่มีรหัสผ่านซึ่งไม่สามารถถูกลบออกได้ง่ายๆ....Watermark Word Protection Examples วิธีที่ 1: ลายน้ำพื้นฐานที่หัวย่อ...watermark = new TextWatermark( "Protected Document" , new Font( "Arial"...

    blog.groupdocs.com/th/watermark/secure-word-doc...
  6. High CPU Usage After Adopting Your .NET Library...

    Hey, After integrating your library, we’ve observed a significant increase in CPU usage across our services. Previously, we were using another vendor’s solution — it handled .docx files well but not PDFs. We switched t…...ocument file is password protected"); } var outputBytes = outputStream...

    forum.groupdocs.com/t/high-cpu-usage-after-adop...
  7. 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-...
  8. 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-...
  9. طبقه بندی اسناد با IAB-2 و طبقه بندی اسناد با ا...

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

    blog.groupdocs.com/fa/classification/taxonomic-...
  10. 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/