Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 61,536 for

path

(0.37 sec)
  1. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/setting-print-options/
  2. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....the font loading: Construct path to the file. Initiate object...the font. Copy 1 // Construct path to the file. 2 System::String...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  3. 使用 Python 从 PDF 中移除水印 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式从 PDF 文件中删除水印...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  4. 使用 Python 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 文件添加水印...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  5. Convert MHTML to XPS – Aspose.HTML for .NET

    Convert MHTML to XPS in C# using Aspose.HTML for .NET. Consider the supported MHTML to XPS conversion scenarios in C# examples....(stream, new XpsSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines...file system at the specified path. Create an instance of the class...

    docs.aspose.com/html/net/convert-mhtml-to-xps/
  6. docx转PDF后,生僻字不显示 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: 金顶宝-20年-单签-2024V1.0 (1) (1).docx (33.6 KB)...Document doc = new Document("path/to/your/document.docx"); //...the document as PDF doc.save("path/to/your/output.pdf", options);...

    forum.aspose.com/t/docx-pdf/314728
  7. Get and Search Images in PDF|Aspose.PDF for Pyt...

    Learn how to search and get images from the PDF document in Python using Aspose.PDF....is_assignable from os import path path_infile = path . join ( self . data_dir...) document = ap . Document ( path_infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/python-net/search-and-get-i...
  8. Convert PDF file to other formats|Aspose.PDF fo...

    Learn how to convert PDF documents to other formats such as Word, Excel, and image formats using Aspose.PDF in C++....std :: endl ; // String for path name String _dataDir ( "C: \\...std :: endl ; // String for path name String _dataDir ( "C: \\...

    docs.aspose.com/pdf/cpp/convert-pdf-to-other-fi...
  9. Converting a JPEG file to DOCX using C# | Aspos...

    Sample code for JPEG‑to‑DOCX conversion in .NET. Use the API example code for batch JPEG‑to‑DOCX conversion within VB.NET, ASP.NET, or any .NET‑based application....with page index & output file path as parameters DOCX file will...will be saved at the specified path Here is an example that demonstrates...

    products.aspose.com/pdf/net/conversion/jpeg-to-...
  10. Converting a JPEG file to EPUB using C# | Aspos...

    Sample code for JPEG‑to‑EPUB conversion in .NET. Use the API example code for batch JPEG‑to‑EPUB conversion within VB.NET, ASP.NET, or any .NET‑based application....while passing the output file path & SaveFormat.Epub as parameters...will be saved at the specified path Here is an example that demonstrates...

    products.aspose.com/pdf/net/conversion/jpeg-to-...