Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 3,573 for

protection

(0.1 sec)
  1. Consolide Faturas e Anexos com GroupDocs.Merger...

    Guia prático que mostra como mesclar faturas, PDFs, imagens e arquivos Word em um único PDF de faturamento usando GroupDocs.Merger para Python. Tutorial passo a passo com exemplos de código e boas práticas.... BytesIO() # Open the protected invoice, join attachments...

    blog.groupdocs.com/pt/groupdocs-merger/billing-...
  2. 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...
  3. รวมใบแจ้งหนี้และไฟล์แนบด้วย GroupDocs.Merger (P...

    คู่มือปฏิบัติที่แสดงวิธีรวมใบแจ้งหนี้, PDF, รูปภาพ, และไฟล์ Word ให้เป็น PDF การเรียกเก็บเงินเดียวโดยใช้ GroupDocs.Merger สำหรับ Python. การสอนแบบขั้นตอนพร้อมตัวอย่างโค้ดและแนวปฏิบัติที่ดีที่สุด.... BytesIO() # Open the protected invoice, join attachments...

    blog.groupdocs.com/th/groupdocs-merger/billing-...
  4. 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-...
  5. 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/
  6. เพิ่มลายน้ำให้กับเอกสาร 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...
  7. Edit and Manage Metadata in Python Apps - Group...

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

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  8. C# を使用して Word 文書を PDF に変換 | DOCX から PDF

    .NET アプリケーション内で C# を使用して、Word DOC および DOCX ドキュメントを PDF に変換します。ドキュメント変換 .NET API を使用してファイル変換を自動化します。...converter = new Converter("path/protected-document.docx", getLoadOptions))...

    blog.groupdocs.com/ja/conversion/convert-word-d...
  9. Render Visio documents as HTML, PDF, and image ...

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

    docs.groupdocs.com/viewer/java/render-visio-doc...
  10. How to Run Examples | GroupDocs

    Clone the ready-to-run GroupDocs.Redaction for Python via .NET examples repository, set up a virtual environment, and run every documented scenario locally or in Docker....variable (store the license as a protected secret), make sure the Linux...

    docs.groupdocs.com/redaction/python-net/how-to-...