Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 67,741 for

path

(0.1 sec)
  1. The format is wrong when saving word as pdf fil...

    The logo duplicated after save word to pdf The word: image.png (99.9 KB) The pdf: 1734509357247.png (39.5 KB) Code: String Path = “C:\Users\z_jia\Desktop\a\a.docx”; Document word = new Document(Path); word.save(“…...5 KB) Code: String path = “C:\Users\z_jia\Desktop\a\a...Document word = new Document(path); word.save(“C:\Users\z_jia\Desktop\a\a...

    forum.aspose.cloud/t/the-format-is-wrong-when-s...
  2. 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/
  3. 通过 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/
  4. HTML to pdf conevrsion is failing - Free Suppor...

    Hi Team, I am trying to convert this file by apsose html to pdf api but getting following error. { “message”: “Failed to parse URL: /testfolder/test-template2.pdf”, “data”: {}, “innerException”: null, “helpLink”: …...route-path { background: linear-gradient(90deg...flex-start; max-width: 100px; } .route-path-wrapper { display: flex; align-items:...

    forum.aspose.cloud/t/html-to-pdf-conevrsion-is-...
  5. Get a Slide Format Scheme|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-a-slide-format-sch...
  6. Delete a column on an Excel worksheet|Document

    Use the Aspose.Cells Cloud REST API to delete a column from an Excel worksheet. The API is available through multiple SDKs (C#, Java, PHP, Ruby, Node.js, Python, Perl, Go) and supports various storage options....string path The workbook name. sheetName string path The worksheet...worksheet name. columnIndex integer path The zero‑based index of the...

    docs.aspose.cloud/cells/columns/delete/
  7. Delete a pivot table in an Excel worksheet|Docu...

    Learn how to delete a pivot table from an Excel worksheet using Aspose.Cells Cloud REST API. The guide includes request details, cURL example, and SDK snippets for multiple programming languages....string path Name of the Excel document. sheetName string path Name...table. pivotTableIndex integer path Index of the pivot table to...

    docs.aspose.cloud/cells/pivot-tables/delete/
  8. Get a shape by index on an Excel worksheet|Docu...

    Aspose.Cells Cloud REST API support getting a shape on an Excel worksheet. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....parameters are: Parameter Name Type Path/Query String/HTTPBody Description...name string path document name. sheetName string path worksheet...

    docs.aspose.cloud/cells/shapes/get/
  9. Get Image Information from a Presentation|Docum...

    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...folder string query false The path to the folder containing the...

    docs.aspose.cloud/slides/get-image-information-...
  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...