Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 66,910 for

import

(0.08 sec)
  1. 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...
  2. 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-...
  3. 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/
  4. Manipulate Annotations in PDF using Python | As...

    Manage Annotations in PDF programmatically with Python sample code using Aspose.PDF for Python for .NET...Example: Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/annotation/
  5. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....Cells for Java import com.aspose.cells.* ; Aspose...); 示例 Aspose.Cells for Java import com.aspose.cells.* ; public...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  6. 在 Ruby 中保护和取消保护 Visio 形状|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'..."ProtectUnprotectShap.vdx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/zh/java/protect-and-unp...
  7. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath.... Copy 1 import os 2 from aspose. svg import SVGDocument 3...fimport os 2 from aspose. svg import SVGDocument 3 4 # Prepare a...

    docs.aspose.com/svg/python-net/navigate-svg/
  8. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various Import options to format output in Java....ImportFormatOptions Allows to specify various import options to format output. To...use the KeepSourceFormatting import format mode, // Aspose.Words...

    reference.aspose.com/words/java/com.aspose.word...
  9. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side.... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create SVG File, Load and Read SVG in Python – ...

    Learn how to create SVG from a memory string or file; how to load SVG from the Web and read SVG using Aspose.SVG for Python via .NET API.... svg import SVGDocument 2 3 # Create a...element: Copy 1 import os 2 from aspose. svg import SVGDocument 3...

    docs.aspose.com/svg/python-net/create-svg-file/