Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 61,011 for

paths

(0.33 sec)
  1. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...Path ; import java.nio.file.Paths ; import java...{ } private static Path _dataDir = Paths . get ( "/home/admin1/pdf-examples/"...

    docs.aspose.com/pdf/zh/java/complex-pdf-example/
  2. C# .NET Cross-platform Image Library API | prod...

    Image processing and manipulation library API to create edit draw or export images to PSD BMP JPEG PNG TIFF GIF within C# ASP.NET VB.NET applications... Pixel Manipulation Paths Graphics Image masking Image...images using Graphics (graphics path and different geometric shapes)...

    products.aspose.com/imaging/net/
  3. Convert OneNote Documents to PDF and Other Form...

    This guide provides Java developers with instructions on converting OneNote documents into various formats such as PDF....one" ; 5 Path inputPath = Utils. getPath ..."LoadDocIntoAsposeNot.pdf" ; 7 Path outputPath = Utils. getPath...

    docs.aspose.com/note/java/convert-onenote-docum...
  4. JPEG to DOCX Converter using Java | Aspose.PDF

    JPEG to DOCX conversion via Java sample code. Programmers can use this example code to export JPEG to DOCX within any Web or Desktop Java 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/java/conversion/jpeg-to...
  5. CGM to PDF Converter using Java | Aspose.PDF

    CGM to PDF conversion via Java sample code. Programmers can use this example code to export CGM to PDF within any Web or Desktop Java based application....with page index & output file path as parameters Save the output...object String cgmFileName = Paths . get ( DATA_DIR . toString...

    products.aspose.com/pdf/java/conversion/cgm-to-...
  6. Convert PDF API | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more formats with Aspose.PDF Library... setFile ( Paths . get ( _dataDir . toString...document document . save ( Paths . get ( _dataDir . toString...

    products.aspose.com/pdf/conversion/
  7. BMP to PDF Merge using Java | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...images ) { String filePath = Paths . get ( DATA_DIR . toString...()); } } pdfDocument . save ( Paths . get ( DATA_DIR . toString...

    products.aspose.com/pdf/java/merger/bmp-to-pdf/
  8. DICOM to PDF Converter using Java | Aspose.PDF

    DICOM to PDF conversion via Java sample code. Programmers can use this example code to export DICOM to PDF within any Web or Desktop Java based application....imageStream = new FileInputStream ( Paths . get ( DATA_DIR . toString...document pdfDocument . save ( Paths . get ( DATA_DIR . toString...

    products.aspose.com/pdf/java/conversion/dicom-t...
  9. 从CFF文件加载字体|Java

    使用Java 版 Aspose.Font解决方案,即使此文件不是字体Inself,您也可以从硬盘磁盘上的CCF文件加载字体。...Paths ; 7 8 import com.aspose.font...//构造文件的路径。 2 字符串fontpath = paths. get (getDatadir() ,“ centurygothic...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  10. Generating the template|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for C++ engine....template pages, as well as specify paths to images used in the form by...contains images, pass the absolute path to each image file in a string...

    docs.aspose.com/omr/cpp/generate-template/