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

path

(0.33 sec)
  1. Read Image Information from a PDF Document|Docu...

    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....Data Type Description name true Path String The name of the document...form fields from imageId true Path Integer The desired image identifier...

    docs.aspose.cloud/pdf/read-image-information-fr...
  2. Append attachments in PDF documents via Aspose....

    Add attachments to PDF files using Python and Aspose.PDF Cloud SDK. Embed documents, images, and more....the Cloud API Set name with path of your document file Perform...logging from pathlib import Path from asposepdfcloud import ApiClient...

    products.aspose.cloud/pdf/python/attachments/add/
  3. Update a list object in an Excel worksheet|Docu...

    Use Aspose.Cells Cloud REST API to update a list object (table) in an Excel worksheet. Includes request details, a cURL example, and SDK code samples for multiple programming languages....name string path Document name. sheetName string path Worksheet...name. listObjectIndex integer path Index of the list object. listObject...

    docs.aspose.cloud/cells/list-objects/update/
  4. Convert PDF to PDF/A via Cloud Java SDK

    Convert PDF to PDF/A format for archiving using Aspose.PDF Cloud SDK for Java. Compliant with long-term storage....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...
  5. 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/
  6. 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...
  7. 通过云 .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/
  8. 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-...
  9. 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/
  10. 通过 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/