Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 65,978 for

paths

(0.13 sec)
  1. 字体转换。高级详细信息|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...
  2. 从 PDF 文档生成缩略图|Aspose.PDF for Java

    本节介绍如何使用 Aspose.PDF for Java 从 PDF 文档生成缩略图。...Paths ; import java.util.List ; import...fileEntries = Files . list ( Paths . get ( _dataDir )). filter...

    docs.aspose.com/pdf/zh/java/generate-thumbnail-...
  3. Convert BMP to EPS in Java

    This concise tutorial demonstrates how to convert BMP to EPS in Java. It covers the setup process, implementation details, and a practical example illustrating BMP file conversion to EPS in Java....method while providing the paths for both the input BMP file...

    kb.aspose.com/page/java/convert-bmp-to-eps-in-j...
  4. Convert BMP to EPS in C#

    This short guide explains how to convert BMP to EPS in C#. It includes the setup instructions, the working process, and an example code showing BMP file conversion to EPS in C#....file name along with their paths. Additionally, you may adjust...

    kb.aspose.com/page/net/convert-bmp-to-eps-in-cs...
  5. Specify Fallback Fonts for Presentations in .NE...

    Master Aspose.Slides for .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/net/create-fallback-font/
  6. Save PDF Document|Aspose.PDF for Java

    Learn how to save PDF file with Aspose.PDF for Java library....Path ; import java.nio.file.Paths ; import com.aspose...{ } private static Path _dataDir = Paths . get ( "/home/admi...

    docs.aspose.com/pdf/java/save-pdf-document/
  7. Change Image Brightness in Python

    This article guides on how to change image brightness in Python. It has details to set the IDE, a list of steps, and a sample code to increase brightness of image in Python....modify the brightness Specify the path and names of the source and...output. The use of proper file paths and license setup is required...

    kb.aspose.com/imaging/python/change-image-brigh...
  8. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API...define the input and output file paths. Opening the Input File as a...

    docs.aspose.com/psd/python-net/pixel-data-manip...
  9. Converting PPTX with multimedia to PDF adds man...

    When calling Presentation.Save() with SaveFormat.Pdf, and the option to show Notes below the slides, on a PPTX file containing multimedia, the output PDF has over a thousand blank pages inserted between the slide content…...outputFilePath are both fully-qualified paths to the input PPTX, and output...

    forum.aspose.com/t/converting-pptx-with-multime...
  10. Rotate PDF Pages Using Python via C++|Aspose.PD...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python via C++....path # Creating a path to the directory containing...sample files dataDir = os . path . join ( os . getcwd (), "samples"...

    docs.aspose.com/pdf/python-cpp/rotate-pages/