Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 66,791 for

path

(0.04 sec)
  1. Add digital signature for Excel workbook|Document

    Aspose.Cells Cloud REST API support adding digital signature for an Excel workbook. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....parameters are: Parameter Name Type Path/Query String/HTTPBody Description...Description name string path Workbook name. digitalsignaturefile string...

    docs.aspose.cloud/cells/excel-digital-signature/
  2. Set modify password of an Excel workbook|Document

    Aspose.Cells Cloud REST API support modifying password for an Excel workbook. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....parameters are: Parameter Name Type Path/Query String/HTTPBody Description...Description name string path Document name. password body Modification...

    docs.aspose.cloud/cells/workbook/password/modify/
  3. 通过 Cloud .NET SDK 在 PDF 页眉中添加图像

    使用 Aspose.PDF Cloud SDK 在 .NET 中向 PDF 页面添加图像页眉。品牌化、签名等。... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/zh/net/headers/image/
  4. 通过云 .NET SDK 操作 PDF 页眉

    使用 Aspose.PDF Cloud SDK 在 .NET 中向 PDF 页面添加页眉。品牌、签名等。... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/zh/net/headers/
  5. 通过云端Python SDK替换PDF中的签名

    Aspose.PDF Cloud允许您替换PDF文档中的签名。查看Python源代码以替换PDF文件中的签名。...logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r ".../../..credentials.json"...

    products.aspose.cloud/pdf/zh/python/signature/r...
  6. Compress PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to compress PDF Document. Check the Python source code to optimize PDF file....logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "Credentials/credentials...

    products.aspose.cloud/pdf/python/compress/
  7. Verify Signature in PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to verify a Signature in PDF Document. Check the Python source code to verify a Signature in PDF file....logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r ".../../..credentials.json"...

    products.aspose.cloud/pdf/python/signature/verify/
  8. Convert Workbook with Row & Column Headers Visi...

    Is it possible to convert an Excel workbook to PNG with visible row and column headers?...convertWorkbookToPng("path/to/your/excel/file.xlsx", "file...replace "path/to/your/excel/file.xlsx" with the actual path to your...

    forum.aspose.cloud/t/convert-workbook-with-row-...
  9. Get Signature from PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to extract a Signature from PDF Document. Check the Python source code to get a Signature from PDF file....logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r ".../../..credentials.json"...

    products.aspose.cloud/pdf/python/signature/get/
  10. Parse Pdf for extraction Form fields as FDF via...

    Parse PDF files for extraction Form fields as FDF using Aspose.PDF Cloud SDK for .NET. Enhance discoverability and indexing.... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/net/parser/form-to-fdf/