Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 66,966 for

import

(0.06 sec)
  1. How to Merge PDF using Python|Aspose.PDF for Py...

    This page explain how to merge PDF documents into a single PDF file with Python....a single file: import aspose.pdf as apdf import aspose.pydrawing...as asdrw from io import FileIO from os import path path_infile1...

    docs.aspose.com/pdf/python-net/merge-pdf-docume...
  2. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET... import aspose.pdf as ap document =...Annotations in a PDF page. import aspose.pdf as ap # Open document...

    docs.aspose.com/pdf/python-net/figures-annotation/
  3. FieldImport.is_linked property | Aspose.Words f...

    FieldImport.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the document....how to insert images using IMPORT and INCLUDEPICTURE fields....= True # 2 - The IMPORT field: field_import = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldIncludePicture.is_linked property | Aspose...

    FieldIncludePicture.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the document....how to insert images using IMPORT and INCLUDEPICTURE fields....= True # 2 - The IMPORT field: field_import = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldImport.graphic_filter property | Aspose.Wo...

    FieldImport.graphic_filter property. Gets or sets the name of the filter for the format of the graphic that is to be inserted....how to insert images using IMPORT and INCLUDEPICTURE fields....= True # 2 - The IMPORT field: field_import = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  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. 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/
  8. Joining And Appending in Ruby|Aspose.Words for ...

    Joining and appending Documents using Ruby.... dst_doc = Rjb :: import ( "com.aspose.words.Document"...Destination.doc" ) src_doc = Rjb :: import ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/joining-and-appendin...
  9. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF document in Python using Aspose.PDF for flexible document creation and editing....a specified position: import os import aspose.pdf as ap # Global...the end of a PDF file. import os import aspose.pdf as ap # Global...

    docs.aspose.com/pdf/python-net/add-pages/
  10. Jython中的Hello World|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....asposewords import Settings from com . aspose . Cells import Document...Document from com . aspose . Cells import ImportFormatMode class HelloWorld...

    docs.aspose.com/cells/zh/java/hello-world-in-jy...