Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 67,992 for

path

(0.48 sec)
  1. Resize PDF docuemnt pages via Cloud Java SDK

    Resize PDF document is performed using Aspose.PDF Cloud. Check the Java source code to resize PDF file pages....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/resize/
  2. Get Image Information from a Slide|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....Required Description name string path true The name of a presentation...presentation file. slideIndex integer path true The 1-based index of the...

    docs.aspose.cloud/slides/get-image-information-...
  3. Replace text in an Excel workbook|Document

    Replace text in Excel (XLS, XLSX, XLSM, XLSB) and OpenDocument Spreadsheet (ODS) workbooks using Aspose.Cells Cloud REST API. Available via cURL and a wide range of SDKs (C#, Java, PHP, Ruby, Node.js, Python, Perl, Go, etc.)....string path Name of the workbook file. sheetName string path Name... folder string query Folder path containing the workbook. storageName...

    docs.aspose.cloud/cells/workbook/replace-text/
  4. Add Worksheet Comment|Document

    Adds a comment to a specific cell in a worksheet using the Aspose.Cells Cloud REST API....Location Description name string path The name of the workbook file...string path The name of the worksheet. cellName string path The...

    docs.aspose.cloud/cells/comments/add/
  5. Upload a file to Cloud Storage online|Documenta...

    Upload a file to Cloud Storage programmatically via Cloud API..../words/storage/file/{path} , where: path (required) — path where to upload...the content is multipart and path does not contains the file name...

    docs.aspose.cloud/words/files-and-storage/uploa...
  6. Unfreeze Panes on an Excel Worksheet|Document

    Learn how to remove frozen panes from an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes cURL example, SDK code snippets for C#, Java, Python, and more....string path Name of the Excel file. sheetName string path Name... folder string query Folder path in storage where the file is...

    docs.aspose.cloud/cells/worksheets/panes/unfreeze/
  7. Get Chart Area from a Worksheet|Document

    Learn how to retrieve chart‑area information from a worksheet using the Aspose.Cells Cloud REST API, with examples for cURL and multiple SDKs....string path Name of the workbook file. sheetName string path Name...the chart. chartIndex integer path Zero‑based index of the chart...

    docs.aspose.cloud/cells/charts/area/get/
  8. Convert SVG to PDF via Cloud Java SDK

    Transform SVG graphics into PDF using Aspose.PDF Cloud SDK for Java. Retain precision in visual output....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , SVG_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/svg-t...
  9. Convert PDF to TEX via Cloud Java SDK

    Turn PDFs into LaTeX (TeX) files with Aspose.PDF Cloud SDK for Java. For advanced academic and technical workflows....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/pdf-t...
  10. Replace Images in PDF via Cloud .NET SDK

    Replace images in PDF documents using your .NET apps via Aspose.PDF Cloud SDK.... OpenRead ( Path . Combine ( LOCAL_FOLDER , PDF_DOCUMENT...await pdfApi . UploadFileAsync ( Path . Combine ( REMOTE_TEMP_FOLDER...

    products.aspose.cloud/pdf/net/images/replace/