Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 61,554 for

paths

(0.09 sec)
  1. I am unable to open DOC, Excel, and PPTX files ...

    I had a conversation with your team, and they informed me that by obtaining a temporary license, I would be able to open DOC, Excel, and PPT files in my project. However, when I visit the temporary license tab, I don’t s…...Document doc = new Document("path/to/your/document.docx"); //...doc.Save("path/to/save/document.pdf"); Replace the paths with your...

    forum.aspose.com/t/i-am-unable-to-open-doc-exce...
  2. LaTeX to XPS | Java

    Conversion functionality of Aspose.TeX API solution for Java lets you convert LaTeX files to the XPS format. Learn the code examples....of child elements - Canvas , Path and Glyphs . Canvas is a grouping...can contain other Canvases , Paths and Glyphs . Its purpose is...

    docs.aspose.com/tex/java/latex-to-xps/
  3. Advanced Features of TikZ | Aspose.TeX .NET

    Learn advanced TikZ techniques including complex Paths, node positioning, arrows, and diagram creation for professional-quality graphics....Complex Paths and Intersections TikZ supports complex paths and automatic...name path = line1 ] (0,0) -- (3,3); 2 \ draw [ name path = line2...

    docs.aspose.com/tex/net/tikz-advanced-features/
  4. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions using C#....references to resources that use UNC paths such as ‘\example.com\a\b ’...dirInfo ; try { var dirName = Path . GetDirectoryName ( fileName...

    docs.aspose.com/words/net/web-applications-secu...
  5. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry Paths, curved corners, composite shapes....about shapes: A shape (or its path) can be closed or open . A closed...instance represents the geometry path of a GeometryShape object. To...

    docs.aspose.com/slides/python-net/custom-shape/
  6. 用证书为VBA代码项目数字签名,使用Node.js的C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++用证书对VBA代码项目进行数字签名。...require ( "fs" ); const path = require ( "path" ); const AsposeCells...node" ); // Set up paths const sourceDir = path . join ( __dirname...

    docs.aspose.com/cells/zh/nodejs-cpp/digitally-s...
  7. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...// Certificate and workbook paths U16String certFilePath = srcDir...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  8. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...Make sure to adjust the file paths as necessary for your environment...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  9. Work with XPS Documents in Qt | Aspose.Page for...

    C++ Library for the developers to process XPS files. Learn how to work with XPS Documents in Qt within Aspose.Page API solution for C++.... In order to add paths to lib and include folders,...External Library option and browse paths to include and lib folders one...

    docs.aspose.com/page/cpp/work-with-xps-document...
  10. Convert Markdown to PDF in Python

    This article discusses the process of converting Markdown to PDF in Python. It encompasses the steps and a working code snippet to render MD to PDF in Python....commences while specifying the file paths to read and write the source...

    kb.aspose.com/html/python/convert-markdown-to-p...