Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 919 for

protection

(0.16 sec)
  1. パスワード保護サービスを使用して Excel をパスワード保護する

    Excel ファイルをパスワードで保護する方法については、このガイドに従ってください。このパスワード保護サービスは使いやすく、プログラムによってファイルを保護できます。...outputPath = "Output/sample-protected.xlsx"; // addPassword メソッドを呼び出して...DownloadFileRequest("/Output/sample-protected.xlsx", myStorage); // downloadFile...

    blog.groupdocs.cloud/ja/merger/password-protect...
  2. Struggling to merge two PPTX files, getting err...

    I am trying to do a simple merge of two PPTX files using the nodejs SDK, but I am getting the error when executing: “Error: {“message”:“The type initializer for ‘\u000e\u000f\u0019\u0005’ threw an exception.”,“code”:“in…... For protected documents, it is also... So...

    forum.groupdocs.cloud/t/struggling-to-merge-two...
  3. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Password Password for password-protected document to be signed. Options...

    docs.groupdocs.cloud/signature/searchsettings/
  4. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Let’s learn how to remove protection from PDF in C# using this...

    blog.groupdocs.cloud/it/categories/groupdocs.me...
  5. comparison.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/comparison/accept-all-revisions/ weekly 0.5 https://docs.groupdocs.cloud/comparis......cloud/comparison/compare-documents-protected-with-password/ weekly 0.5...cloud/comparison/compare-multiple-documents-protected-with-password/ weekly 0.5...

    docs.groupdocs.cloud/sitemaps/comparison.xml
  6. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....watermarks stronger; For protected documents, it is required...watermark from the image file, protect the document and it’s inner...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  7. 4. Convert to Image Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream. Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example....FilePath = "conversions/password-protected.docx" , Format = "jpeg" ,..."conversions \\ password-protected.docx" ); $settings -> setFormat...

    docs.groupdocs.cloud/conversion/convert-to-imag...
  8. Додати текстовий водяний знак до PDF у C# | Вст...

    Дізнайтеся, як додати текстовий водяний знак до PDF-файлів за допомогою C# .NET. Захистіть, брендуйте та налаштуйте свої PDF-документи з текстом водяного знака, використовуючи .NET REST API.... Copyright Protection: Prevent content misuse or...ensures your files remain protected and visually consistent. Ключові...

    blog.groupdocs.cloud/uk/watermark/add-text-wate...
  9. Next Generation GroupDocs.Conversion Cloud is C...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....quality when applicable Password protect output document when output...

    blog.groupdocs.cloud/conversion/next-generation...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Password for rendering password-protected documents SaveOptions.OverwriteExisting...

    docs.groupdocs.cloud/signature/signsettings/