Sort Score
Result 10 results
Languages All
Labels All
Results 6,631 - 6,640 of 190,016 for

paged

(2.4 sec)
  1. Arşiv

    Arşiv...pages koleksiyonundaki sayfaları yineleyin...oluşturun ve sayfayı Document.pages.add(Page) yöntemini kullanarak belgeye...

    blog.aspose.com/tr/pdf/split-pdf-in-python/
  2. PDF document compare Issues using aspose.word -...

    Hello Team, Below are the issues we are facing while comparing two PDFs and generating new output pdf with differences with in that, Attaching two input PDFs for your reference to troubleshot at your end… We are using …...on all pages) Footer shifting on next Page (Issue on Page No.2)...up for differences (Issue on Page No. 3) 1027×456 47.2 KB Table...

    forum.aspose.com/t/pdf-document-compare-issues-...
  3. Конвертировать форматы изображений в PDF на Pyt...

    Узнайте, как конвертировать BMP, CGM, DICOM, PNG, TIFF, EMF, SVG и другие форматы изображений в PDF на Python с помощью Aspose.PDF for Python via .NET.... Document () page = document . pages . add () rectangle... True ) # A4 size in points page . add_image ( infile , rectangle...

    docs.aspose.com/pdf/python-net/convert-images-f...
  4. Créer des liens dans un fichier PDF avec C++|As...

    Cette section explique comment créer des liens dans votre document PDF avec C++.... Obtenez la Page à laquelle vous souhaitez ajouter...LinkAnnotation en utilisant les objets Page et Rectangle . Définissez les...

    docs.aspose.com/pdf/fr/cpp/create-links/
  5. Archiver

    les archives...Initialisez les objets de classe Page et Outline . Initialiser un...même, ajoutez Outline à la Page puis Page au Document . Enregistrez...

    blog.aspose.com/fr/note/create-bulleted-or-numb...
  6. การเพิ่มข้อความด้วยฟอนต์ที่หลากหลายในไฟล์ PS | ...

    โซลูชัน .NET API สำหรับสร้างและจัดการรูปทรงกราฟิกเวกเตอร์และข้อความของไฟล์ PS, XPS และ EPS แทรกข้อความลงในไฟล์ PS...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/th/net/add-text-to-ps/
  7. Добавить точку соединения к фигуре|Documentation

    В этом разделе объясняется, как добавить точку соединения в фигуру visio с помощью Aspose.Diagram....particular page Page page = diagram . Pages . GetPage ( "Page-3" );...type shape by id Shape shape = page . Shapes . GetShape ( 18 );...

    docs.aspose.com/diagram/ru/net/add-connection-p...
  8. 刷新形状数据|Documentation

    本节介绍如何使用 Aspose.Diagram 刷新 visio 形状的形状数据。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get Shape Shape shape = page . Shapes . GetShape...

    docs.aspose.com/diagram/zh/net/refresh-shapes-d...
  9. Recuperare un controllo ActiveX da un oggetto S...

    Modificare le proprietà di un controllo activeX con la libreria Aspose.Diagram....(); // Load and get a Visio page by name Diagram diagram = new...vsd" ); Page page = diagram . Pages . GetPage ( "Page-1" ); //...

    docs.aspose.com/diagram/it/net/retrieve-an-acti...
  10. Sposta le pagine in PDF usando Python | Aspose.PDF

    Sposta le pagine PDF del tuo documento in modo programmatico con il codice di esempio Python utilizzando Aspose.PDF per Python for .NET... Ottieni Page dalla collezione PageCollection...dst_file ) page = srcDocument . pages [ 2 ] dstDocument . pages . add...

    products.aspose.com/pdf/it/python-net/pages/move/