Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 73,773 for

import

(1.61 sec)
  1. Extract Data AcroForms|Aspose.PDF for Java

    This section explains how to extract forms from your PDF document with Aspose.PDF for Java....examples ; import com.aspose.pdf.Document ; import com.aspose...aspose.pdf.Field ; import com.aspose.pdf.TextBoxField ; public class...

    docs.aspose.com/pdf/java/extract-form/
  2. PDF Sticky Annotations|Aspose.PDF for Java

    Learn how to create sticky annotations in PDFs for notes, highlights, and comments using Aspose.PDF in Java....examples ; import com.aspose.pdf.* ; import java.util.* ;...

    docs.aspose.com/pdf/java/sticky-annotations/
  3. Repair PDF with Go|Aspose.PDF for Go via C++

    This topic describes how to Repair PDF via 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...

    docs.aspose.com/pdf/go-cpp/repair-pdf/
  4. Convert ODP to PPTX in Python|Aspose.Slides for...

    Convert ODP to PPTX with Aspose.Slides for Python via .NET. Clean code examples, batch tips, and high-quality results—no PowerPoint needed.... # Import Aspose.Slides for Python via .NET module import aspose...

    docs.aspose.com/slides/python-net/convert-odp-t...
  5. Your First Aspose.3D Application|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.... import aspose.threed as a3d # For...file named “document.fbx”. import aspose.threed as a3d # For...

    docs.aspose.com/3d/python-net/your-first-aspose...
  6. FontSavingArgs.font_family_name property | Aspo...

    FontSavingArgs.font_family_name property. Indicates the current font family name....from pathlib import Path from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IFontSavingCallback.font_saving method | Aspose...

    IFontSavingCallback.font_saving method. Called when Aspose.Words is about to save a font resource....from pathlib import Path from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FontSavingArgs.italic property | Aspose.Words f...

    FontSavingArgs.italic property. Indicates whether the current font is italic....from pathlib import Path from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Doc to Docx conversion -> Requested default val...

    Import aspose.words as aw Import aspose.words.saving as saving _license = aw.License() _license.set_license(str(ASPOSE_LICENSE_PATH)) ... doc = aw.Document(str(input_path)) try: doc.save(str(output_path), aw.Save…...2026, 5:26am 1 import aspose.words as aw import aspose.words.saving...

    forum.aspose.com/t/doc-to-docx-conversion-reque...
  10. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated Import of nodes from one document to another in Java....efficiently perform repeated import of nodes from one document...documents. This is known as “importing nodes”. Before you can insert...

    reference.aspose.com/words/java/com.aspose.word...