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

path

(0.08 sec)
  1. Split a Presentation Saved to Storage|Documenta...

    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 file name of the presentation...string query false The folder path where the presentation is saved...

    docs.aspose.cloud/slides/split-a-presentation-s...
  2. Convert DWG to 3DS using Java REST API

    This short guide explains how to convert DWG to 3DS using Java REST API. You will learn to transform DWG to 3DS using Java REST API with the help of a Dotjava-based Cloud SDK....DWG and set the destination path for the converted 3DS output...to the specified output file path and confirm successful conversion...

    kb.aspose.cloud/cad/java/convert-dwg-to-3ds-usi...
  3. 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...
  4. 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/
  5. 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...
  6. 通过云 .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/
  7. Replace Signature in PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to replace a Signature in PDF Document. Check the Python source code to replace 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/repl...
  8. Work with AcroForms in PDF via Cloud Java SDK

    Working with AcroForms in PDF via Cloud Java SDK. Check how to add, get, remove, update, and set AcroForms in PDF document....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/acroforms/
  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/crop/
  10. Parse Pdf for extraction Form fields as XML via...

    Parse PDF files for extraction Form fields as XML using Aspose.PDF Cloud SDK for Node.js. Enhance discoverability and indexing....fields as XML import path from 'node:path' ; export { ParseExportFormsAsXM...tempFolder ) { const fileNamePath = path . join ( localFolder , documentName...

    products.aspose.cloud/pdf/nodejs/parser/form-to...