Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 67,902 for

path

(0.23 sec)
  1. Custom Fonts Slowing Down Slides Cloud API Call...

    Hi, we are a customer on the Cloud Total Plan. We are using Aspose to convert slides to images using the Python library. For convert Slides to images using Aspose Slides Cloud API via Python package, if we provide font f…...we need to provide the exact path of the font file used in the...to increased processing time. Path Specification : When using your...

    forum.aspose.cloud/t/custom-fonts-slowing-down-...
  2. Aspose.Cells Cloud Replace Web API - Update Tex...

    Efficiently find and replace specified text within any range of a remote Excel file stored in cloud storage. Update content across entire workbooks or selected areas with Aspose.Cells Cloud Web API....Parameters: Parameter Name Type Path/Query String/HTTP Body Description...Description name String Path The name of the workbook file stored...

    docs.aspose.cloud/cells/replace-content-in-remo...
  3. Add Format Condition|Documentation

    Use the Aspose.Cells Cloud REST API to add a format condition to a worksheet in an Excel workbook....Location Description name string path The name of the Excel workbook...workbook. sheetName string path The name of the worksheet that contains...

    docs.aspose.cloud/cells/conditional-formattings...
  4. Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....string path The name of the Excel file. sheetName string path The...the chart. chartIndex integer path The zero‑based index of the...

    docs.aspose.cloud/cells/developer-guide/30versi...
  5. Autofit multiple columns on an Excel worksheet|...

    Use Aspose.Cells Cloud REST API to autofit multiple columns in an Excel worksheet. SDKs are available for C#, Java, PHP, Ruby, Node.js, Python, Perl, Go and more....name string path The file name. sheetName string path The worksheet... folder string query Folder path in storage (optional). storageName...

    docs.aspose.cloud/cells/worksheets/autofit/colu...
  6. Add Signature to PDF via Cloud Python SDK

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

    products.aspose.cloud/pdf/python/signature/add/
  7. 通过云 Java SDK 旋转 PDF

    使用 Aspose.PDF Cloud 执行 PDF 页面旋转。查看 Java 源代码以旋转 PDF 文件。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/zh/java/rotate/
  8. Creating an AcroForm via Cloud Java SDK

    Add new form fields to PDFs with Aspose.PDF Cloud for Java. Create interactive AcroForms in seconds....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/acroforms/add/
  9. Add Text Stamps to PDFs via Cloud Java SDK

    Insert text stamps into PDFs with Aspose.PDF Cloud SDK for Java....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/stamp/text/
  10. Resize PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to resize PDF Document. Check the Python source code to resize PDF file....file to Aspose Cloud Set up path and parameters for conversion...logging from pathlib import Path from asposepdfcloud import PdfApi...

    products.aspose.cloud/pdf/python/resize/