Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 189,999 for

paged

(0.29 sec)
  1. Ruota, cambia la posizione e collega le forme s...

    Questa sezione spiega come ruotare una forma visio con Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get shape by id Shape shape = page . Shapes...

    docs.aspose.com/diagram/it/net/rotate-change-th...
  2. Archiver

    les archives...Accédez à la page souhaitée à partir de la collection Pages . Itérer...à travers les formes sur la page. Récupérer des données de forme...

    blog.aspose.com/fr/diagram/read-visio-shape-dat...
  3. FieldTA.entry_category property | Aspose.Words ...

    FieldTA.entry_category property. Gets or sets the integral entry category, which is a number that corresponds to the order of categories....displaying long citations and page numbers for each entry. field_toa...# By default, a dotted line page-wide tab appears between the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Dividir PDF programaticamente|Aspose.PDF for .NET

    Este tópico mostra como dividir páginas PDF em arquivos PDF individuais em suas aplicações .NET com C#....Document e adicione o objeto Page individual ao documento vazio...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/pt/net/split-pdf-document/
  5. 루비에서 PDF 파일을 개별 페이지로 분할|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.... pdf ' ) # 모든 페이지를 순회하기 pdf_page = 1 # for ( int pdfPage = 1...size (); pdfPage ++ ) while pdf_page <= pdf . getPages (). size ()...

    docs.aspose.com/pdf/ko/java/split-pdf-file-into...
  6. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....DocumentBuilder ( doc ) # Insert few page breaks (just for testing) i.... insertBreak ( BreakType . PAGE_BREAK ) i = i + 1 # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  7. 公共 API Aspose.Diagram 6.8.0 的变化|Documentation

    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....vsdx" ); // Get Visio page Page page = diagram . getPages ()...(). getPage ( "Page-1" ); // Initialize a new Layer class object...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  8. Convert PDF to TIFF|Aspose.PDF for Android via ...

    This article describes how to convert pages in PDF document into TIFF image. You will learn how to convert all or single pages to TIFF images with Aspose.PDF for Android via Android via Java....makes a possible to convert PDF Pages to TIFF images. The TiffDevice...class allows you to convert PDF pages to TIFF images. This class provides...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  9. Python PDF API for Creating, Merging, Editing, ...

    Python wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...metadata information, text and page manipulation, management of...load PDF file, extract pages, insert pages at a particular location...

    products.aspose.com/pdf/python-java/
  10. 使用Python通过C++旋转PDF页面|Aspose.PDF for Python via C++

    本主题描述如何通过Python使用C++以编程方式旋转现有PDF文件中的页面方向。...document_get_pages’ 从文档中获取页面集合 使用 ‘apCore.page_collection_get_page’ 从页面集合中获取第一页...从页面集合中获取第一页 使用 ‘apCore.page_set_rotate’ 将页面顺时针旋转 90 度 使用 ‘document...

    docs.aspose.com/pdf/zh/python-cpp/rotate-pages/