Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 186,593 for

page

(0.23 sec)
  1. Extract Text From Stamps using Python|Aspose.PD...

    Learn how to use special feature of Aspose.PDF for Python - text exstraction from stamp annotations...PDF Document Access the First Page Iterate Through Annotations...Document ( path_infile ) page = document . pages [ 1 ] # Get the annotation...

    docs.aspose.com/pdf/python-net/extract-text-fro...
  2. Xamarin and .NET 2.0 Differences|Aspose.Words f...

    Aspose.Words for .NET Standard 2.0 API differences comparing to regular .NET version using C#....Hide ] What is this page about? This page explains limitations...when render document to fixed page formats (like Images, PDF, XPS...

    docs.aspose.com/words/net/xamarin-and-net-stand...
  3. FieldToc Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldToc class for seamless Table of Contents creation in documents. Enhance your workflow with powerful features!...that separate an entry and its page number. Format { get; } Gets...whether to hide tab leader and page numbers in Web layout view....

    reference.aspose.com/words/net/aspose.words.fie...
  4. 获取 Visio 形状继承线|Documentation

    本节介绍如何获取 visio 形状的线条样式,继承自其父样式并掌握 Aspose.Diagram。...vsdx" ); // Get page by ID Page page = diagram . getPages...getPage ( "Page-1" ); // Get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/get-visio-shape...
  5. 档案

    档案... 添加一个 Page 。 创建一个 Outline 并添加 OutlineElement...Document (); // 初始化 Page 类对象 Page page = new Page (); // 初始化 Outline...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  6. Draw Triangle|Documentation

    This section explains how to draw triangle in a visio Page with Aspose.Diagram. Support using C# to draw triangle and save as pdf, svg, html, image, xps and other formats....to draw a triangle shape in a page.The code example below shows...}; //Draw Triangle in page diagram . Pages [ 0 ]. DrawPolyline...

    docs.aspose.com/diagram/net/drawing/draw-triangle/
  7. Draw Diamond|Documentation

    This section explains how to draw diamond in a visio Page with Aspose.Diagram. Support using C# to draw diamond and save as pdf, svg, html, image, xps and other formats....to draw a diamond shape in a page.The code example below shows...}; //Draw Diamond in page diagram . Pages [ 0 ]. DrawPolyline...

    docs.aspose.com/diagram/net/drawing/draw-diamond/
  8. Converting a PDF file to BMP using PHP | Aspose...

    Sample code on PHP for PDF to BMP conversion. Use example code for batch PDF to BMP conversion with Aspose.PDF for PHP via Java...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/php-java/conversion/pdf...
  9. ThumbnailGeneratingOptions.GenerateFromFirstPag...

    Discover how the GenerateFromFirstPage option creates thumbnails from the document's first Page or image, enhancing your visual content effortlessly....generate thumbnail from first page of the document or first image...will be generated from first page of the document. If value is...

    reference.aspose.com/words/net/aspose.words.ren...
  10. Update Links in PDF using Python|Aspose.PDF for...

    Update links in PDF programmatically. This guide is about how to update links in PDF in Python language....link annotations on the first page of a PDF using Aspose.PDF for...first page link_annotations = [ a for a in document . pages [ 1...

    docs.aspose.com/pdf/python-net/update-links/