Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 3,295 for

protection

(0.04 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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/
  5. طبقه بندی اسناد با IAB-2 و طبقه بندی اسناد با ا...

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

    blog.groupdocs.com/fa/classification/taxonomic-...
  6. 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-...
  7. เพิ่มลายน้ำให้กับเอกสาร 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...
  8. 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/
  9. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…... If you need to protect personal data from the test...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  10. 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...