Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 61,139 for

path

(0.19 sec)
  1. Maven Build Fails: Cannot Find removeBlankPages...

    Hello, I am trying to remove blank pages from a Word document using Aspose.Words for Java, but my project fails to compile. My build fails with the error: cannot find symbol: method removeBlankPages() location: variabl…...Document doc = new Document("path/to/your/document.docx"); doc...removeBlankPages(); doc.save("path/to/your/updated_document.docx");...

    forum.aspose.com/t/maven-build-fails-cannot-fin...
  2. Convert PPSX to XML using C++ application | pro...

    Sample C++ conversion code for PPSX document to XML format. Use example code for batch PPSX to XML conversion within any C++ Application.... Pass the output file path with (XML) file extension. XML...will be saved at the specified path. Open XML file in compatible...

    products.aspose.com/slides/cpp/conversion/ppsx-...
  3. Convert POTX to SVG using C++ application | pro...

    Sample C++ conversion code for POTX document to SVG format. Use example code for batch POTX to SVG conversion within any C++ Application.... Pass the output file path with (SVG) file extension. SVG...will be saved at the specified path. Open SVG file in compatible...

    products.aspose.com/slides/cpp/conversion/potx-...
  4. Convert PPT to SVG using C++ application | prod...

    Sample C++ conversion code for PPT document to SVG format. Use example code for batch PPT to SVG conversion within any C++ Application.... Pass the output file path with (SVG) file extension. SVG...will be saved at the specified path. Open SVG file in compatible...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  5. Convert TIFF to XML using C++ application | pro...

    Sample C++ conversion code for TIFF document to XML format. Use example code for batch TIFF to XML conversion within any C++ Application.... Pass the output file path with (XML) file extension. XML...will be saved at the specified path. Open XML file in compatible...

    products.aspose.com/slides/cpp/conversion/tiff-...
  6. Convert PPSM to SVG using C++ application | pro...

    Sample C++ conversion code for PPSM document to SVG format. Use example code for batch PPSM to SVG conversion within any C++ Application.... Pass the output file path with (SVG) file extension. SVG...will be saved at the specified path. Open SVG file in compatible...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  7. 在 3D 场景上创建鱼眼镜头效果并保存在图像中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以在 3D 场景上创建鱼眼镜头效果,并将该视图保存为支持的图像格式。... C# string path = @ "D:\Projects\glTF-Sample-Models\1...scene Scene scene = new Scene ( path ); //create a camera for capturing...

    docs.aspose.com/3d/zh/net/create-a-fisheye-lens...
  8. Convert EPUB to JPG in Python – Aspose.HTML for...

    Convert EPUB to JPG using Aspose.HTML Python library. Consider various EPUB to JPG conversion scenarios in Python code examples....file system at the specified path. Create a new object with JPEG...ImageSaveOptions , and output file path to the convert_epub() method...

    docs.aspose.com/html/python-net/convert-epub-to...
  9. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。...ValidateToPdfA1aStan () { // The path to the documents directory var...ValidateToPdfA1bStan () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  10. Convert SVG to PDF in Python – Aspose.HTML

    Convert SVG to PDF using the Aspose.HTML Python library. Learn about PdfSaveOptions and consider Python code examples for converting SVG to PDF....define paths 8 output_dir = "output/" 9 if not os. path . exists...makedirs (output_dir) 11 save_path = os. path . join (output_dir, "circles...

    docs.aspose.com/html/python-net/convert-svg-to-...