Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 70,861 for

import

(0.99 sec)
  1. Remove Attachments|Aspose.PDF for Python via .NET

    This example binds an input PDF, deletes all attachments, and saves the modified PDF without any embedded files.... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/python-net/remove-attachments/
  2. String Searching in PST with Ignore Case in Jyt...

    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....- email import Settings from com.aspose.email import MapiMessage...aspose.email import NoteColor from com.aspose.email import PersonalStorage...

    docs.aspose.com/email/java/string-searching-in-...
  3. 删除命名范围|Documentation

    您可以学习如何使用 Aspose.Cells for Python 通过 .Net 从 Excel 或 OpenOffice 文件中删除定义名称或命名范围。...cells import Workbook import aspose.cells import os import pytest...cells import Workbook import aspose.cells import os import pytest...

    docs.aspose.com/cells/zh/python-net/delete-name...
  4. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing documents.... 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-regex/
  5. create_aspose_words.py

    Import sys Import zipfile from wheel Import egg2wheel from jcc Import cpp Import os Import subprocess Import shutil Import platform if sys.argv.__len__() < 4: raise SystemError('Example: python X:\......import sys import zipfile from wheel import egg2wheel from jcc...jcc import cpp import os import subprocess import shutil import...

    docs.aspose.com/words/java/how-to-build-aspose-...
  6. Switch BarCode Recognition Modes According to t...

    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_reader_type = Rjb :: import ( 'com.aspose.barcoderecognition...BarCodeReadType' ) reader = Rjb :: import ( 'com.aspose.barcoderecognition...

    docs.aspose.com/barcode/java/switch-barcode-rec...
  7. Get PDF Version|Aspose.PDF for Python via .NET

    Learn how to programmatically determine the version of a PDF document using Aspose.PDF for Python. This tutorial demonstrates how to use the PdfFileInfo class to check the PDF version of a file.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades from io import FileIO import sys from os import path sys ....

    docs.aspose.com/pdf/python-net/get-pdf-version/
  8. Get Required Field Names|Aspose.PDF for Python ...

    This example demonstrates how to identify and retrieve the names of required form fields in a PDF document using Aspose.PDF Facades API....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/get-required-fie...
  9. Add Text to an existing PDF file in Ruby|Aspose...

    Learn how to add text to an existing PDF document in Ruby with Aspose.PDF to enhance or update your PDF content....Document object doc = Rjb :: import ( ' com . aspose . pdf . Document...fragment text_fragment = Rjb :: import ( ' com . aspose . pdf . TextFragment...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  10. PDF-to-PPTX in Java: Conversion Error - com.asp...

    When converting the PDF and then to PPTX, report is failed with ArgumentException. Aspose version: implementation ‘com.aspose:aspose-pdf:26.1’ implementation ‘com.aspose:aspose-slides:26.2:jdk16’ Stack Trace: com.a…...] Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/pdf-to-pptx-in-java-conversi...