Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 67,902 for

path

(0.31 sec)
  1. Add Links to PDF via Cloud Java SDK

    Insert hyperlinks into PDF files using Java and Aspose.PDF Cloud SDK....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/links/add/
  2. Convert PDF to HTML via Cloud Java SDK

    Convert PDF to HTML pages with Aspose.PDF Cloud SDK for Java. Enable web-friendly document viewing....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...
  3. 通过云 .NET SDK 处理 PDF 中的页面

    使用 Aspose.PDF Cloud SDK for .NET 添加、删除、获取和移动 PDF 中的页面。... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/zh/net/pages/
  4. Convert EPUB to PDF via Cloud Java SDK

    Turn EPUB eBooks into PDF with Aspose.PDF Cloud SDK for Java. Ideal for digital publishing workflows....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , EPUB_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/epub-...
  5. Appending Bookmark via Cloud Java SDK

    Add bookmark to PDF files using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....Path ; import java.nio.file.StandardCopyOption...Title XYZ" ; String BOOKMARK_PATH = "/1" ; try { PdfApi pdfApi...

    products.aspose.cloud/pdf/java/bookmarks/add/
  6. Copy a Layout 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 destination...folder string query false The path to the folder containing the...

    docs.aspose.cloud/slides/copy-a-layout-slide/
  7. Add horizontal page break|Document

    Learn how to add a horizontal page break to an Excel worksheet using the Aspose.Cells Cloud REST API. Includes request details, cURL example, and SDK code snippets for multiple programming languages....string path Name of the Excel file. sheetName string path Name... folder string query Folder path containing the Excel file. storageName...

    docs.aspose.cloud/cells/page-breaks/add-horizon...
  8. Apply Rich Text Formatting to a Cell|Documentation

    Learn how to apply rich text formatting to a specific Excel cell using the Aspose.Cells Cloud REST API. Includes request syntax, parameter details, cURL example, and SDK snippets....Location Description name string path The name of the Excel file (e...Book1.xlsx ). sheetName string path The worksheet that contains...

    docs.aspose.cloud/cells/apply-rich-text-formatt...
  9. 通过 Cloud 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/resize/
  10. Replace Bookmark via Cloud Java SDK

    Replace bookmark in PDF files using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....Path ; import java.nio.file.StandardCopyOption...Title XYZ" ; String BOOKMARK_PATH = "/1" ; try { PdfApi pdfApi...

    products.aspose.cloud/pdf/java/bookmarks/replace/