Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 67,782 for

path

(0.4 sec)
  1. Add Pages to PDF Document|Aspose.PDF for .NET

    Explore how to add pages to an existing PDF in .NET with Aspose.PDF for enhancing and expanding your documents....InsertAnEmptyPage () { // The path to the documents directory var...InsertAnEmptyPageAtT () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/add-pages/
  2. 用 Python 将 SVG 转换为 JPG – Aspose.HTML

    使用 Aspose.HTML Python 库将 SVG 转换为 JPG。了解 ImageSaveOptions 并参考将 SVG 转换为 JPG 的 Python 代码示例。...define paths 9 output_dir = "output/" 10 if not os. path . exists...makedirs (output_dir) 12 save_path = os. path . join (output_dir, "circle...

    docs.aspose.com/html/zh/python-net/convert-svg-...
  3. Convert OTT to MBOX in Python | products.aspose...

    Save OTT to MBOX within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  4. Convert MD to POTM in Python or with free Onlin...

    MD to POTM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free MD to POTM 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.POTM as parameters...

    products.aspose.com/total/python-net/conversion...
  5. Convert OST to DOCM in Python | products.aspose...

    Save OST to DOCM in your Python applications without using Microsoft Outlook or Word...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  6. Convert ODS to DOCM using Python or with free O...

    ODS to DOCM conversion in your Python applications without using Microsoft Office or online. Test free ODS to DOCM online converter quickly before integrating the code....file name and desired directory path Step 2 Load HTML file with an...specifying output DOCM file path. So your ODS file is converted...

    products.aspose.com/total/python-net/conversion...
  7. Convert ODS to WORD using Python or with free O...

    ODS to WORD conversion in your Python applications without using Microsoft Office or online. Test free ODS to WORD online converter quickly before integrating the code....file name and desired directory path Step 2 Load HTML file with an...specifying output WORD file path. So your ODS file is converted...

    products.aspose.com/total/python-net/conversion...
  8. Convert MOBI to XLS using Python or with free O...

    MOBI to XLS conversion in your Python applications without using Microsoft Word or Excel or online. Test free MOBI to XLS online converter quickly before integrating the code....file name and desired directory path Step 2 Load HTML file with an...while specifying output XLS file path. So your MOBI file is converted...

    products.aspose.com/total/python-net/conversion...
  9. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...Words font search path, e.g.: FontSettings.getDefaultInstance()...getDefaultInstance().setFontsFolder("/path/to/fonts", true); Try the conversion...

    forum.aspose.com/t/word-saveto-pdf/322091
  10. Decorate Form Field in PDF|Aspose.PDF for .NET

    Explore how to decorate form fields in a PDF document, adding visual enhancements like borders, in .NET with Aspose.PDF....void DecorateField () { // The path to the documents directory var...void DecorateField2 () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/decorate-form-field/