Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 61,485 for

paths

(0.41 sec)
  1. 使用C++向已签名的Excel文件添加数字签名|Documentation

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

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  2. 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...
  3. LaTeX to XPS | Python

    The Aspose.TeX API solution for Python provides conversion functionality to convert LaTeX files to XPS format. Here are a few code examples....elements, including Canvas , Path , and Glyphs . The Canvas element...can contain other Canvases , Paths , and Glyphs , and it controls...

    docs.aspose.com/tex/python-net/latex-to-xps/
  4. Determine Line Break|Aspose.PDF for Python via ...

    Learn more about how to determinate a line break of multi-line TextFragment using Python...begins by specifying output file paths for both the generated PDF document...add ( text ) document . save ( path_outfile ) notifications = document...

    docs.aspose.com/pdf/python-net/determine-line-b...
  5. Specify Fallback Fonts for Presentations in Pyt...

    Master Aspose.Slides for Python via .NET to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....folders and any additional paths you provide. If a font isn’t...

    docs.aspose.com/slides/python-net/create-fallba...
  6. 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...
  7. Font Conversion. Advanced details | Java

    C++ API to Convert fonts from Aspose.Font. Sometimes you need to read converted font data before saving it. The method here is aimed to help with it....Paths ; 8 9 import com.aspose.font...cff font 3 String fontPath = Paths. get (getDataDir(), "CenturyGothic...

    docs.aspose.com/font/java/convert/advanced-meth...
  8. Customize PowerPoint Fonts in PHP|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for PHP via Java to keep your presentations sharp and consistent across any device....folders to the font search paths, but it does not change the...operating system font path. The paths loaded via FontsLoader...

    docs.aspose.com/slides/php-java/custom-font/
  9. 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...
  10. 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/