Sort Score
Result 10 results
Languages All
Labels All
Results 8,841 - 8,850 of 65,903 for

path

(0.43 sec)
  1. Convert OTT to POTX in Python or with free Onli...

    OTT to POTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free OTT to POTX online converter quickly before integrating the code....file name and desired directory path. Step 2 Load PDF file with an...while specifying output file path & SaveFormat.POTX as parameters...

    products.aspose.com/total/python-net/conversion...
  2. Aspose.PDF – Unable to Save PDF After Removing ...

    a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Hi Team, I’m working on an implementation where we extract content from PDFs, but we need to…...method with the desired file path: pdfDocument.Save(outputPath);...method with the desired file path: pdfDocument.Save(outputPath);...

    forum.aspose.com/t/aspose-pdf-unable-to-save-pd...
  3. Get and Set Page Properties|Aspose.PDF for .NET

    Learn how to get and set page properties for PDF documents using Aspose.PDF for .NET, allowing for customized document formatting....GetNumberOfPagesInAP () { // The path to the documents directory var...AccessingPagePropert () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/get-and-set-page-proper...
  4. Issue with the excel Xls file when tested in As...

    Hi Team, I tried adding the Xls file to Aspose checker and there was pop up stating converted into PDF and vanished within few seconds. But I was unable to find the converted PDF document. Please find the attached sam…... Sometimes, the default path may not be where you expect...Workbook workbook = new Workbook("path/to/your/file.xls"); // Save...

    forum.aspose.com/t/issue-with-the-excel-xls-fil...
  5. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with C#....ExtractImagesFromSig () { // The path to the documents directory var...ExtractCertificate () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/extract-image-and-signa...
  6. LaTeX 图形渲染 | Python via .NET

    本文概述了 Aspose.TeX API 在 Python 中的解决方案及其用于渲染 LaTeX 片段(图形)的功能。了解代码示例。...import BytesIO 7 from os import path 8 ########## 9 ###### Class...figure image. 26 with open (path. join (Util. output_directory...

    docs.aspose.com/tex/zh/python-net/latex-figure-...
  7. Convert JPG to EPS using Python

    JPG to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here....###### 8 ########## 9 10 # The path to the documents directory....Page-for-Python-.NET 2 3 # The path to the documents directory....

    docs.aspose.com/page/python-net/convert/jpg-to-...
  8. Convert PNG to EPS using Python

    PNG to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here....###### 8 ########## 9 10 # The path to the documents directory....Page-for-Python-.NET 2 3 # The path to the documents directory....

    docs.aspose.com/page/python-net/convert/png-to-...
  9. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...Workbook workbook = new Workbook("path/to/your/workbook.xlsx"); //...the workbook workbook.Save("path/to/your/updated_workbook.xlsx");...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...write(Paths.get("/Users/pizhai/Downloads/report_0...Document document = new Document("path/to/your/document.docx", loadOptions);...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...