Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 181,422 for

paged

(0.17 sec)
  1. Archivio

    Archivio...Save the pages as JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f...

    blog.aspose.com/it/words/convert-html-to-image-...
  2. Working with Visio Shape Data|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....To add a new shape: Find the page - Each Visio diagram contains...collection of pages. Developers may retrieve the page by page ID or Name...

    docs.aspose.com/diagram/java/working-with-visio...
  3. Add, Retrieve, Copy and Read Visio Shape Data|D...

    This section explains how to add a shape, set shape's property or copy a shape with Aspose.Diagram....To add a new shape: Find the page - Each Visio diagram contains...collection of pages. Developers may retrieve the page by page ID or Name...

    docs.aspose.com/diagram/net/add-retrieve-copy-a...
  4. FloatingBox를 사용한 텍스트 생성|Aspose.PDF for .NET

    이 페이지는 플로팅 박스 내에서 텍스트를 형식화하는 방법을 설명합니다....Document ()) { var page = document . Pages . Add (); // Create..."text example" )); // Add box page . Paragraphs . Add ( box );...

    docs.aspose.com/pdf/ko/net/floating-box/
  5. Annotation de texte PDF|Aspose.PDF pour C++

    Aspose.PDF pour C++ vous permet d'ajouter, d'obtenir et de supprimer des annotations de texte de votre document PDF....collection Annotations d’une page particulière. Cette collection...uniquement pour cette page individuelle ; chaque page a sa propre collection...

    docs.aspose.com/pdf/fr/cpp/text-annotation/
  6. 使用矢量图形|Aspose.PDF for .NET

    本文描述了使用 C# 的 GraphicsAbsorber 工具的功能。...first page of the document var page = document . Pages [ 1 ];...graphics from the page graphicsAbsorber . Visit ( page ); // Display...

    docs.aspose.com/pdf/zh/net/working-with-vector-...
  7. 获取和设置页面属性|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF for .NET 获取和设置 PDF 文档的页面属性,以实现自定义文档格式。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...// Get page count System . Console . WriteLine ( "Page Count :...

    docs.aspose.com/pdf/zh/net/get-and-set-page-pro...
  8. .NETでさまざまな画像形式をPDFに変換する|Aspose.PDF for .NET

    C# .NETを使用して、CDR、DJVU、BMP、CGM、JPEG、DICOM、PNG、TIFF、EMF、SVGなどのさまざまな画像形式をPDFに変換します。...Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/ja/net/convert-images-forma...
  9. Aspose.PDF Editor|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrate HTML5 PDF Editor is an open source web-based PDF editor....Inserting New Pages. Deleting Pages. Moving Pages in PDF file....menu item is clicked on the page When you click “Create New File”...

    docs.aspose.com/pdf/net/aspose-pdf-editor/
  10. Example of Hello World using Rust language|Aspo...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Rust.... Add a new page to the PDF document using page_add function...function. Set the page size using page_set_size . Add “Hello World!”...

    docs.aspose.com/pdf/rust-cpp/hello-world-example/