Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 60,958 for

path

(0.16 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 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-...
  3. 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-...
  4. 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-...
  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 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...
  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. Render text with glyphs | .NET API Solution

    .NET API Solution to manage fonts. Learn how to visualize the text of any complexity with the glyphs C# code....glyph, so the glyph’s internal path will be rendered into the GraphicsPath...Drawing.Drawing2D.GraphicsPath _path; private System.Drawing.PointF...

    products.aspose.com/font/net/render-text/
  9. Optical mark recognition (OMR)|Documentation

    How to recognize the filled form with Aspose.OMR for .NET....as: An absolute or relative path to the image (for single-page...forms). An absolute or relative path to the scanned PDF (for single-page...

    docs.aspose.com/omr/net/recognition/
  10. How to load fonts? | Aspose.Font for Java

    How to download fonts on yout device with the use of Aspose.Font for Java solution? The answer is given in this article explained in the code examples....Paths ; 7 8 import com.aspose.font...loading do the next: Construct path to the file. Initiate FontDefiniton...

    docs.aspose.com/font/java/how-to-load-fonts/