Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 60,872 for

paths

(0.05 sec)
  1. Add Watermark to ODP Presentation Files using J...

    Java source code for adding Watermark to ODP Presentation.... readAllBytes ( Paths . get ( "watermark.png" )));...

    products.aspose.com/slides/java/watermark/odp/
  2. Convert PDF to Microsoft Word Documents in Java...

    Convert PDF file to DOC and DOCX format with ease and full control with Aspose.PDF for Java. Learn more how to tune up PDF to Microsoft Word documents conversion....convertPDFtoWordDocA () { Path pdfFile = Paths . get ( DATA_DIR . toString..."PDF-to-DOC.pdf" ); Path docFile = Paths . get ( DATA_DIR . toString...

    docs.aspose.com/pdf/java/convert-pdf-to-word/
  3. Aspose::Words::Fields::FieldOptions::get_BuiltI...

    Aspose::Words::Fields::FieldOptions::get_BuiltInTemplatesPaths method. Gets or sets Paths of MS Word built-in templates in C++....esPath method Gets or sets paths of MS Word built-in templates...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Merge Files with Node.js via C++|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/merge-files/
  5. 使用C++向已签名的Excel文件添加数字签名|Documentation

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

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  6. 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...
  7. 字体转换。高级详细信息|Java

    C ++ API从Aspose.font转换字体。有时,您需要在保存之前读取转换的字体数据。这里的方法旨在帮助它。...Paths ; 8 9 import com.aspose.font...2 //打开CFF字体 3 字符串fontpath = paths. get (getDatadir() ,“ centurygothic...

    docs.aspose.com/font/zh/java/convert/advanced-m...
  8. 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/
  9. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF page properties such as size of document using Python via C++....path # Get the current working directory...the path to the "samples" directory dataDir = os . path . join...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...
  10. How to Convert PUB to PNG using C++

    In this tutorial, we will understand how to convert PUB to PNG using C++. You will learn how to load the input PUB file and render it to an image in C++ with simple API calls on Windows or Linux environments....only need to specify the file paths and make the method calls then...

    kb.aspose.com/pub/cpp/how-to-convert-pub-to-png...