Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 66,547 for

import

(0.12 sec)
  1. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_document method...] append_document(src_doc, import_format_mode) Appends the specified...aspose . words . Document , import_format_mode : aspose . words...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Using PyInstaller to Easily Distribute Python A...

    Package Python code to EXE via PyInstaller.... import os from jpype import * __cells_jar_dir__..."JavaClassBridge.jar" )) import jpype import asposecells jpype . startJVM...

    docs.aspose.com/cells/python-java/pyinstaller-p...
  3. 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-...
  4. The generated PDF report has incorrect footers ...

    I am using Aspose aspose-words-25.8-jdk17.jar. I use the following code to generate a PDF document from a Word report: Import com.aspose.words.Document; Import com.aspose.words.SaveFormat; public class WordToPdf { …...Word report: import com.aspose.words.Document; import com.aspose...PdfSaveOptions : import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/the-generated-pdf-report-has...
  5. 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/
  6. 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...
  7. Aspose OCR is not extracting text from pdf whic...

    Aspose OCR is not extracting text from pdf which is not searchable , from a multipge or single pdf only extraction is done for top few lines and the remaining is still image only, even though i have Aspose Total License…... import com.aspose.ocr.*; import com.aspose.ocr...models.Format; import com.aspose.pdf.License; import java.io.IOException;...

    forum.aspose.com/t/aspose-ocr-is-not-extracting...
  8. How to Run the Examples|Documentation

    Learn about how to download Aspose.Drawing for Java examples from Github and running examples.... Import Examples to IDE Project Utilize...Eclipse, to run the examples. Import the desired example via File...

    docs.aspose.com/drawing/java/how-to-run-the-exa...
  9. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pdf.drawing...drawing as drawing import datetime # Create PDF document document...

    docs.aspose.com/pdf/python-net/add-curve/
  10. Add Trend Lines to Presentation Charts in Pytho...

    Quickly add and customize trend lines in PowerPoint and OpenDocument charts with Aspose.Slides for Python via .NET — a practical guide and code examples to improve forecasting accuracy and engage your audience.... import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Creating empty...

    docs.aspose.com/slides/python-net/trend-line/