Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 66,857 for

import

(0.07 sec)
  1. Add Page Number to PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....examples ; import com.aspose.pdf.Color ; import com.aspose.pdf...Document ; import com.aspose.pdf.FontRepository ; import com.aspose...

    docs.aspose.com/pdf/java/add-page-number/
  2. 在 Ruby 中向 PDF 文件添加图层|Aspose.PDF for Java

    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....+ ' / data / ' doc = Rjb :: import ( ' com . aspose . pdf . Document...(). add () operator = Rjb :: import ( ' com . aspose . pdf . Operator...

    docs.aspose.com/pdf/zh/java/add-layers-to-pdf-f...
  3. 使用 Python 从 PDF 中获取水印 | Aspose.PDF

    Python 源代码通过 COM Interop 从 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 PDF 文件中获取水印。...中获取水印-Python import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  4. Reading Cell Values in Multiple Threads Simulta...

    Learn how to read cell values in multiple threads simultaneously using Aspose.Cells for Python via .NET API.... import threading import random import time from aspose...aspose.cells import Workbook test_workbook = None def thread_loop...

    docs.aspose.com/cells/python-net/reading-cell-v...
  5. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。... import os from aspose.cells import Workbook from...from aspose.cells.metadata import MetadataOptions , MetadataType...

    docs.aspose.com/cells/zh/python-net/using-workb...
  6. Currency Properties in Ruby | Aspose.Tasks Docu...

    Explore how to utilize currency properties within Ruby programming for handling Microsoft Project files....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/currency-properties-...
  7. Working With Styles in Jython|Aspose.Words for ...

    Working With Styles in Documents using Jython....words import Settings from com . aspose . words import Document...words import SaveFormat from com . aspose . words import NodeType...

    docs.aspose.com/words/java/working-with-styles-...
  8. NdJson to Excel in reactive progreamming - Free...

    hi Team, we have a use case where we have NdJson stream coming over http and want to convert the json data into excel file . The json object will vary for different request. Is aspose going to use memory operation to par…...illustrate this: import com.aspose.cells.*; import com.fasterxml...ObjectMapper; import reactor.core.publisher.Flux; import java.io.FileOutputStream;...

    forum.aspose.com/t/ndjson-to-excel-in-reactive-...
  9. PDF Format Conversion Solution for Go | Aspose.PDF

    Convert PDF to DOCX, DOC, PPTX, PNG, TIFF, EPUB, TEX, SVG & more using Go...Conversion in 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...

    products.aspose.com/pdf/go-cpp/conversion/
  10. Append Documents in Ruby|Aspose.Words for Java

    Append an MS Word document to other one 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/append-documents-in-...