Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 70,898 for

import

(0.14 sec)
  1. Move Stamp By Index|Aspose.PDF for Python via .NET

    How to reposition rubber stamp annotations in a PDF by using their index on a page with Aspose.PDF for Python... 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/move-stamp-by-in...
  2. Working with Comments|Documentation

    This page describes how to add comment on a page of the Visio drawing with Aspose.Diagram library....Comment Programming Sample import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/python-java/working-wit...
  3. Concatenate PDF Forms with Unique Suffix|Aspose...

    Concatenate multiple PDF forms using Aspose.PDF for Python while ensuring unique form field names.... 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/concatenate-pdf-...
  4. Get PDF Viewer Preferences|Aspose.PDF for Pytho...

    How to read and modify PDF viewer preferences programmatically using Aspose.PDF for Python... import aspose.pdf.facades as pdf_facades import sys from...from enum import IntFlag from os import path sys . path . append...

    docs.aspose.com/pdf/python-net/get-viewer-prefe...
  5. XLSX-to-PDF-to-PPTX in Java: The Legend Color I...

    When converting the Excel chart to PDF and then to PPTX, the Legend color icon is not properly aligned with the legend text. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspo…...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/xlsx-to-pdf-to-pptx-in-java-...
  6. Add Margins to PDF Pages|Aspose.PDF for Python ...

    Add custom margins to selected pages of a PDF 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/add-margins-to-p...
  7. Working with Image Placement|Aspose.PDF for Java

    This section describes the features of working with image placement PDF file using Java library....examples ; import com.aspose.pdf.* ; import java.awt.* ; import java...BufferedImage ; import java.io.ByteArrayInputStream ; import java.io...

    docs.aspose.com/pdf/java/working-with-image-pla...
  8. Get PDF Metadata|Aspose.PDF for Python via .NET

    Extract and display metadata from PDF documents using Aspose.PDF for Python.... 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-metadata/
  9. Hello World Java Example|Aspose.PDF for Android...

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Android....examplesimple ; import android.app.Activity ; import android.os.Bundle...Bundle ; import android.os.Environment ; import android.widget...

    docs.aspose.com/pdf/androidjava/hello-world-exa...
  10. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python.... import sys import aspose.pdf as ap from os import path def...PDF. import sys import aspose.pdf as ap from os import path def...

    docs.aspose.com/pdf/python-net/replace-text-in-...