Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 73,831 for

import

(0.29 sec)
  1. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file with Aspose.PDF for Go via C++.... 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/open-pdf-document/
  2. PDF Header Insertion Using Python | Aspose.PDF

    Sample Python code for using Aspose.PDF to work with headers from PDF via .NET....Header to PDF import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/header/
  3. Optimize PDF Resources using Go|Aspose.PDF for ...

    Optimize Resources of PDF files using Go tool.... 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/optimize-pdf-resources/
  4. Support for German Locale in Named Range Formul...

    Learn how to handle German locale settings for named range formulas in Excel using Aspose.Cells for Python via .NET....xlsm import os from aspose.cells import Workbook source_dir...

    docs.aspose.com/cells/python-net/support-for-ge...
  5. Colorize any Part of the BarCode Image in Ruby|...

    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....barcode object bb = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'...BarCodeBuilder' ) . new color = Rjb :: import ( 'java.awt.Color' ) \ # Set...

    docs.aspose.com/barcode/java/colorize-any-part-...
  6. VbaModuleCollection indexer | Aspose.Words for ...

    VbaModuleCollection indexer. Retrieves a [VbaModule](../../vbamodule/) object by index....api_example_base import ApiExampleBase , MY_DIR import aspose.words...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fillable PDF Forms using Python | Aspose.PDF

    Сreate fillable PDF forms programmatically with Python sample code using Aspose.PDF for Python for .NET....using Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/acroforms/fill/
  8. Convert HTML to TIFF in C++ | products.aspose.com

    Convert HTML to TIFF in C++. Use the C++ library API to convert HTML files to TIFF images....presentation processing API that can import HTML content and save it as.... Add a library reference (import the library) to your C++ project...

    products.aspose.com/slides/cpp/conversion/html-...
  9. Aspose::Words::ImportFormatOptions::get_KeepSou...

    Aspose::Words::ImportFormatOptions::get_KeepSourceNumbering method. Gets or sets a boolean value that specifies how the numbering will be Imported when it clashes in source and destination documents. The default value is false in C++....how the numbering will be imported when it clashes in source...const Examples Shows how to import a document with numbered lists...

    reference.aspose.com/words/cpp/aspose.words/imp...
  10. Create PDF using Python | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications....using Python import aspose.pdf as apdf from os import path path_outfile...

    products.aspose.com/pdf/python-net/create/