Sort Score
Result 10 results
Languages All
Labels All
Results 7,691 - 7,700 of 187,875 for

paged

(0.37 sec)
  1. XPS Package | Cross-package operations | .NET

    .NET API Solution to work with XPS. Use multiple document elements within the same XPS Package for cross-package operations. C# examples on how to do it....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/cross-package-oper...
  2. Разделение PDF программно на Python|Aspose.PDF ...

    Эта тема показывает, как разделить страницы PDF на отдельные PDF файлы в ваших приложениях на Python....и добавьте отдельный объект Page в пустой документ Сохраните...ap . Document ( input_pdf ) page_count = 1 # Перебрать все страницы...

    docs.aspose.com/pdf/ru/python-net/split-pdf-doc...
  3. Изменить размер страницы|Documentation

    В этом разделе объясняется, как изменить размер страницы в файле visio на Aspose.Diagram.... Свойство Pages, предоставляемое Diagram Класс...набор объектов Aspose.Diagram.Page. PageProps объект представляет...

    docs.aspose.com/diagram/ru/java/change-page-size/
  4. تغيير حجم الصفحة|Documentation

    يشرح هذا القسم كيفية تغيير حجم الصفحة في ملف visio باستخدام Aspose.Diagram....Page كائنات. ال PageProps يمثل الكائن...Visio page Aspose . Diagram . Page page = diagram . Pages . GetPage...

    docs.aspose.com/diagram/ar/net/change-page-size/
  5. FieldPageRef.insert_relative_position property ...

    FieldPageRef.insert_relative_position property. Gets or sets whether to insert a relative position of the bookmarked paragraph.... def field_page_ref (): doc = aw . Document...PAGEREF field that displays what page a bookmark is on. # Set the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Ajouter du Texte au PDF en utilisant C++|Aspose...

    Cet article décrit divers aspects du travail avec le texte dans Aspose.PDF. Apprenez à ajouter du texte au PDF, ajouter des fragments HTML ou utiliser des polices OTF personnalisées.... Obtenez la page particulière à laquelle vous...TextBuilder créé à partir de cette page particulière – à laquelle vous...

    docs.aspose.com/pdf/fr/cpp/add-text-to-pdf-file/
  7. Trabajando con Operadores|Aspose.PDF for .NET

    Este tema explica cómo usar operadores con Aspose.PDF. Las clases de operadores proporcionan grandes características para la manipulación de PDF....Get the page where the image needs to be added var page = document...document . Pages [ 1 ]; // Load the image into a file stream using...

    docs.aspose.com/pdf/es/net/working-with-operators/
  8. Konvertieren Sie eine Visio-Form in ein Bild|Do...

    In diesem Abschnitt wird erläutert, wie Sie eine visio-Form in ein Bild mit Aspose.Diagram konvertieren....Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to...

    docs.aspose.com/diagram/de/net/convert-a-visio-...
  9. Obtenga la forma Visio, incluido el niño|Docume...

    Esta sección explica cómo obtener la forma visio, incluido el niño con la identificación o el nombre de la forma con Aspose.Diagram....Shapes, expuesta por la clase Page, admite una colección de objetos..."NetworkConnection.vsdx" ); Page page = diagram . Pages [ 0 ]; Shape shapeContainerChild...

    docs.aspose.com/diagram/es/net/get-visio-shape-...
  10. Add Images to PDF using Python | Aspose.PDF

    Adding images into PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/python-net/images/add/