Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 59,331 for

path

(0.18 sec)
  1. Convert BMP to VCF in Python | products.aspose.com

    Save BMP to VCF within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  2. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主題介紹如何使用適用於 Python API 的 Aspose.PDF在 Python 應用程式中輕鬆生成和讀取 PDF 檔。...apdf from os import path path_outfile = path . join ( self . data_dir...textFragment ) document . save ( path_outfile )...

    products.aspose.com/pdf/zh-hant/python-net/create/
  3. XPS to PDF Merge using C# | Aspose.PDF

    Combine two or more XPS documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "sample1..."sample1.xps" ); var inputFile2 = Path . Combine ( dataDir , "sample2...

    products.aspose.com/pdf/net/merger/xps-to-pdf/
  4. PCL to PDF Merge using C# | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "1.pcl"...pcl" ); var inputFile2 = Path . Combine ( dataDir , "2.pcl" );...

    products.aspose.com/pdf/net/merger/pcl-to-pdf/
  5. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...Cells-for-C++ // Source directory path U16String sourceDir = u ".....01_SourceDirectory \\ " ; // Output directory path U16String outputDir = u ".....

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  6. 使用Type1字体|的文本渲染| C ++

    C ++ API用于开发人员操纵和字体文件。了解有关如何在C ++产品中渲染1型字体的基本原理。...D::GraphicsPath > path) 3 { 4 _path = path; 5 } 6 7 void Ren...th::MoveTo > moveTo) 8 { 9 _path -> CloseFigure(); 10 _currentPoint...

    docs.aspose.com/font/zh/cpp/text-rendering-type...
  7. FontSettings.setFontsSources method | Aspose.Wo...

    Aspose.Words.Fonts.FontSettings.setFontsSources method...FolderFontSource cache key is the path to the font file. For MemoryFontSource...cacheKey property or a file path if the FileFontSource.cacheKey...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.attachedTemplate property | Aspose.Wor...

    Document.attachedTemplate property. Gets or sets the full Path of the template attached to the document....property Gets or sets the full path of the template attached to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert PDF to PowerPoint in Python|Aspose.PDF ...

    Learn how to easily convert PDFs to PowerPoint presentations using Aspose.PDF for Python via .NET. Step-by-step guide for seamless PDF to PPTX transformation....from os import path import pydicom path_infile = path . join ( self... dataDir , infile ) path_outfile = path . join ( self . dataDir...

    docs.aspose.com/pdf/python-net/convert-pdf-to-p...
  10. Manipulate Annotations in PDF using C# | Aspose...

    Manage Annotations in PDF programmatically with C# sample code using Aspose.PDF for .NET...Example: C# var inputFile = Path . Combine ( dataDir , "AddAnnotation..."AddAnnotation.pdf" ); var outputFile = Path . Combine ( dataDir , "AddAnnotation_out...

    products.aspose.com/pdf/net/annotation/