Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 67,147 for

import

(0.06 sec)
  1. Load a font from CFF file | Java

    With Aspose.Font for Java solution you can load a font from a CCF file on your hard drive disk even if this file is not a font inself....font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  2. Creating a complex PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to create more complex documents that contain images, text fragments, and tables in one document....Example */ import java.io.FileNotFoundExceptio ; import java.nio...file.Path ; import java.nio.file.Paths ; import java.time.Duration...

    docs.aspose.com/pdf/java/complex-pdf-example/
  3. Aspose.Email python module overwriting base pyt...

    Hi support, We are using Aspose.Email-for-Python-via-NET within python. When Importing this package alongside the ‘email’ python base module, apose.email overwrites it, preventing the email module from being used. In pa…... When importing this package alongside the...Aspose.Email module. When you import Aspose.Email, it might be overshadowing...

    forum.aspose.com/t/aspose-email-python-module-o...
  4. Defining Weekdays for Calendar in Ruby | Aspose...

    Learn how to define calendar weekdays for Microsoft Project projects using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'..."Calendar1" ) 4 5 weekday = Rjb :: import( 'com.aspose.tasks.WeekDay'...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  5. Convert PDF/x to PDF formats in Python|Aspose.P...

    This topic shows you how to convert PDF/x to PDF formats using Aspose.PDF for Python via .NET.... from os import path import aspose.pdf as ap path_infile...‘path_outfile’. from os import path import aspose.pdf as ap path_infile...

    docs.aspose.com/pdf/python-net/convert-pdf_x-to...
  6. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....PPTX file: import aspose.slides as slides import aspose.slides...first series: import aspose.slides as slides import aspose.slides...

    docs.aspose.com/slides/python-net/chart-series/
  7. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling.... import aspose.pdf as ap from aspose.pdf import Color from...aspose.pdf.drawing import Graph , Line import os # Global configuration...

    docs.aspose.com/pdf/python-net/text-formatting-...
  8. NdJson to Excel in reactive progreamming - Free...

    hi Team, we have a use case where we have NdJson stream coming over http and want to convert the json data into excel file . The json object will vary for different request. Is aspose going to use memory operation to par…...illustrate this: import com.aspose.cells.*; import com.fasterxml...ObjectMapper; import reactor.core.publisher.Flux; import java.io.FileOutputStream;...

    forum.aspose.com/t/ndjson-to-excel-in-reactive-...
  9. PDF Format Conversion Solution for Go | Aspose.PDF

    Convert PDF to DOCX, DOC, PPTX, PNG, TIFF, EPUB, TEX, SVG & more using Go...Conversion in Go package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename...

    products.aspose.com/pdf/go-cpp/conversion/
  10. 创建文档|Aspose.PDF for Java

    Aspose.PDF for Java 帮助您在几个简单的步骤中创建 PDF 文档和可搜索的 PDF 文件。...examples ; import java.io.File ; import java.io.FileNotFoundExceptio...FileNotFoundExceptio ; import java.io.IOException ; import java.util.Scanner...

    docs.aspose.com/pdf/zh/java/create-pdf-document/