Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 66,596 for

import

(0.11 sec)
  1. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc.... import aspose.pdf as ap from aspose.pycore import cast ...field. import aspose.pdf as ap from aspose.pycore import cast ...

    docs.aspose.com/pdf/python-net/modifying-form/
  2. Remove Tables from PDF using Python | Aspose.PDF

    Remove tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...PDF - Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/table/remove/
  3. Protect PDF using Python | Aspose.PDF

    Lock PDF with password programmatically with Python sample code using Aspose.PDF for Python for .NET...protect PDF File import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/protect/
  4. Simple Mail Merge in Jython|Aspose.Words for Java

    Simple Mail Merge using Jython....words import Settings from com . aspose . words import Document...

    docs.aspose.com/words/java/simple-mail-merge-in...
  5. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....Insert Bookmark Insert Chart import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/make/
  6. 档案

    档案... import aspose.pycore as aspycore from...from aspose.imaging import Image, ResolutionSetting, Color, IntRange...

    blog.aspose.com/zh/imaging/convert-image-to-pdf...
  7. Rendering Task Usage View in Ruby | Aspose.Task...

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks Java in Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 3 options = Rjb :: import( 'com.aspose.tasks.PdfSaveOptions'...

    docs.aspose.com/tasks/java/rendering-task-usage...
  8. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...utilities import Vector3 from aspose.threed.entities import PolygonModifier...PolygonModifier , Box from aspose.threed import Scene # scale the model in...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  9. Check shape bounds in Shapes collection using P...

    Learn how to check the bounds of an shape when inserted into the Shapes collection to ensure it fits within its parent container....Rectangle to the Graph import aspose.pdf as ap import aspose.pdf.drawing...drawing as drawing import datetime # Create Document instance document...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...
  10. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc object to your PDF using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pdf.drawing...drawing as drawing import datetime # Create PDF document document...

    docs.aspose.com/pdf/python-net/add-arc/