Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 70,892 for

import

(0.44 sec)
  1. Set Submit Flag|Aspose.PDF for Python via .NET

    Learn how to programmatically set a submit flag for a PDF form button using Aspose.PDF for Python. This allows the button to submit form data in a specific format, such as XFDF, when clicked by a user.... 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/set-submit-flag/
  2. Get Field Values|Aspose.PDF for Python via .NET

    Retrieving Field Values from a PDF Form with Aspose.PDF Facades using Form Class....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-field-values/
  3. Add Polygon Annotation|Aspose.PDF for Python vi...

    This example binds an input PDF, draws a solid polygon on the first page, and saves the modified document with an annotation.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-polygon-anno...
  4. Flatten Specific Fields|Aspose.PDF for Python v...

    This section demonstrates how to manage and modify PDF form fields using Aspose.PDF for Python via .NET. It covers practical examples of flattening specific fields, flattening all form fields, and renaming existing fields programmatically....Managing form fields is an important part of PDF processing workflows...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/flatten-specific...
  5. 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...
  6. Create Rubber Stamp With Appearance Stream|Aspo...

    This example loads a PDF, creates a rubber stamp on page 1 using an image file for its appearance, and saves the modified document. ✨... 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/create-rubber-st...
  7. The Text from a PDF Document Is Not Rotated Pro...

    The text Dollar($) in the yaxis of the chart is not rotated properly in pptx format. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ implementation ‘c…...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/the-text-from-a-pdf-document...
  8. Get Page Information|Aspose.PDF for Python via ...

    Learn how to programmatically access page-level information in a PDF using Aspose.PDF for Python. This guide shows how to retrieve page width, height, rotation, and offsets for a specific page in a PDF document.... 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/get-page-info/
  9. Convert NumPy to Excel|Documentation

    Convert NumPy to Excel by using Aspose.Cells for Python via .NET API....snippet to demonstrate how to import data from a NumPy array to...Traverse the NumPy array and import data using Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-numpy-...
  10. 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...