Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 66,985 for

import

(0.49 sec)
  1. Manage Presentations in PHP|Aspose.Slides for P...

    Manage PowerPoint PPT, PPTX and ODP presentations with Aspose.Slides for PHP via Java: create, load, edit, clone slides and control content programmatically....Merge Presentations in PHP Import Presentations from PDF or HTML...

    docs.aspose.com/slides/php-java/manage-presenta...
  2. Save SVG File – Aspose.SVG for Python via .NET

    Learn how to save an SVG document to a file, memory stream or Url using the Aspose.SVG for Python via .NET library....file: Copy 1 import os 2 from aspose. svg import SVGDocument 3...Url: Copy 1 import os 2 from aspose. svg import SVGDocument 3...

    docs.aspose.com/svg/python-net/save-svg-file/
  3. Aspose.PSD for Python via .NET : Process termin...

    Ubuntu 24.04 Python3.10.19 use temporary license Code from doc from io Import BytesIO from aspose.psd.fileformats.psd Import PsdImage from aspose.psd.fileformats.psd.layers Import Layer from aspose.psd Import License…...io import BytesIO from aspose.psd.fileformats.psd import PsdImage...fileformats.psd.layers import Layer from aspose.psd import License license...

    forum.aspose.com/t/aspose-psd-for-python-via-ne...
  4. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    Python source code for Standard 2 of 5 (Industrial 2 of 5) barcode recognition using Java Runtime Environment....Python import os import base64 from asposebarcode import Recognition...

    products.aspose.com/barcode/python-java/standar...
  5. Გადაიყვანეთ Გამოსახულება HTML Java

    გადაიყვანეთ Გამოსახულება HTML Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც HTML Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...doc.save( "Output.html" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/im...
  6. Convert PPT & PPTX to PDF in Python | Advanced ...

    Step‑by‑step guide to converting PPT, PPTX, and ODP to high‑quality, WCAG‑compliant PDFs in Python with Aspose.Slides—includes password protection, slide selection, and image‑quality control.... import aspose.slides as slides # Instantiates...with several custom options: import aspose.slides as slides # Instantiates...

    docs.aspose.com/slides/python-net/convert-power...
  7. Aspose::Words::Drawing::ImageData::get_CropBott...

    Aspose::Words::Drawing::ImageData::get_CropBottom method. Defines the fraction of picture removal from the bottom side in C++....Words :: Document > (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...examples; import com.aspose.pdf.*; import com.aspose.pdf...exceptions.FontNotFoundExceptio; import com.aspose.pdf.text.SimpleFontSubstituti;...

    forum.aspose.com/t/pdfexception-during-xml-to-p...
  9. Working with JasperReports|Aspose.PDF for Jaspe...

    Master working with JasperReports using Aspose.PDF. Create and export detailed reports in PDF format with advanced features....following code to your project: import com.aspose.pdf.jr3_7_0.jasperreports...following code to your project: import com.aspose.pdf.jr3_7_0.jasperreports...

    docs.aspose.com/pdf/jasperreports/working-with-...
  10. Example of Hello World using Go language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Go.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Create new PDF-document...

    docs.aspose.com/pdf/go-cpp/hello-world-example/