Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 65,804 for

path

(0.37 sec)
  1. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...AddImageUsingPDFOper () { // The path to the documents directory var...DrawXFormOnPage () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  2. Merge POTM Files using .NET | products.aspose.com

    C# source code to combine POTM documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the POTM files with full path. Make one document as the base...and pass the file name (full path) and format (POTM) as a parameter...

    products.aspose.com/slides/net/merger/potm/
  3. Merge PPTX Files using .NET | products.aspose.com

    C# source code to combine PPTX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the PPTX files with full path. Make one document as the base...and pass the file name (full path) and format (PPTX) as a parameter...

    products.aspose.com/slides/net/merger/pptx/
  4. Merge POTX Files using .NET | products.aspose.com

    C# source code to combine POTX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the POTX files with full path. Make one document as the base...and pass the file name (full path) and format (POTX) as a parameter...

    products.aspose.com/slides/net/merger/potx/
  5. Converting a EMF file to PDF using Java | Aspos...

    EMF to PDF conversion via Java sample code. Programmers can use this example code to export EMF to PDF within any Web or Desktop Java based application....Output format: PDF Output file: Path imageFile = DATA_DIR . resolve...resolve ( "EMFtoPDF.emf" ); Path outputFile = DATA_DIR . resolve...

    products.aspose.com/pdf/java/conversion/emf-to-...
  6. Create HTML Files via Python | products.aspose.com

    Python Sample code for generating HTML documents. Use this code for creating HTML files within any Python based application.....add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/create/...
  7. 用 C++ 处理数据透视表和源数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 动态更改数据透视表的源数据。...Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/zh/cpp/pivot-table-and-so...
  8. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...void RemoveTable () { // The path to the documents directory var...RemoveMultipleTables () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  9. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  10. 在 Python 中获取演示文稿的段落边界|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python via .NET 中检索段落和文本部分的边界,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本定位。... Presentation ( path + "Shapes.pptx" ) as presentation...with slides . Presentation ( path + "source.pptx" ) as pres :...

    docs.aspose.com/slides/zh/python-net/paragraph/