Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 70,898 for

import

(0.54 sec)
  1. Add Bates Numbering to PDF in Python|Aspose.PDF...

    Learn how to add and remove Bates numbering in PDF documents using Python with Aspose.PDF for Python via .NET....parameter: import sys from os import path import aspose.pdf as...return artifact import sys from os import path import aspose.pdf as...

    docs.aspose.com/pdf/python-net/add-bates-number...
  2. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python.... import aspose.pdf as ap import sys from os import path from...from aspose.pycore import cast , is_assignable def link_anno...

    docs.aspose.com/pdf/python-net/update-links/
  3. Add and Delete PDF Bookmarks in Python|Aspose.P...

    Learn how to add and delete bookmarks in PDF documents using Python.... import aspose.pdf as ap import sys from os import path def...document. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  4. 将文件保存到响应对象中(Python.NET)|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel文件直接保存到HTTP响应流中。...保存文件到响应流 XLS文件 import os from aspose.cells import Workbook , XlsSaveOptions...NET 等价: XLSX文件 import os from aspose.cells import Workbook , OoxmlSaveOptions...

    docs.aspose.com/cells/zh/python-net/saving-file...
  5. Signature Management|Aspose.PDF for Python via ...

    Learn how to remove digital signatures from PDF documents and optionally clean up signature fields using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def remove_signature_from_pdf ( infile , outfile...

    docs.aspose.com/pdf/python-net/signature-manage...
  6. Add Layers to PDF File in Ruby|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/java/add-layers-to-pdf-file...
  7. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library.... import aspose.diagram from aspose.diagram import * #//...format. import aspose.diagram from aspose.diagram import * #//...

    docs.aspose.com/diagram/python-net/save-visio-d...
  8. Replace Text On Page|Aspose.PDF for Python via ...

    In this example, the first occurrence of the word "PDF" is replaced with "Page 1 Replaced Text" using a specified font size.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/replace-text-on-...
  9. Extra Space Between Text, and Single Excel Text...

    While converting Excel to PDF and PDF to PPTX, the text in PPTX contains more spaces than in PDF. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ impl…...2:jdk16’ Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/extra-space-between-text-and...
  10. Copy Inner Field|Aspose.PDF for Python via .NET

    Copy PDF Form Fields to a New Position Using Python using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/copy-inner-field/