Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 180,915 for

page

(0.12 sec)
  1. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。... Page page , float x , float y , float...Paragraphs collection of the page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  2. How to Print Excel as Fitted Pages Wide and Tal...

    Learn to set fit_to_Pages_wide and fit_to_Pages_tall properties for Excel printing using Aspose.Cells for Python via .NET API....How to Print Excel as Fitted Pages Wide and Tall with Python.NET...Introduction The fit_to_pages_wide and fit_to_pages_tall settings control...

    docs.aspose.com/cells/python-net/how-to-print-e...
  3. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....to paragraphs collection of page. Save our PDF file. import aspose...Document () # Add page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/add-curve/
  4. Add text to PDF using PHP | Aspose.PDF

    Add text to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java...more details check the GitHub page. Add Text to PDF File via PHP...properties. Add the TextParagraph to Page using TextBuilder. Save the...

    products.aspose.com/pdf/php-java/text/
  5. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...使用 AnnotationSelector 过滤注释 Page page = document . getPages ()....CaretAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  6. 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-...
  7. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。...GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...grAbsorber . Visit ( document . Pages [ 1 ]); // Retrieve the list...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...
  8. PageSetup.PageHeight | Aspose.Words for .NET

    Discover the PageSetup PageHeight property to efficiently manage your document's height in points, enhancing your layout and presentation....Returns or sets the height of the page in points. public double PageHeight...it will be visible on every page. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Move Pages to PDF using Python for .NET | Aspos...

    Move PDF Pages of your document programmatically programmatically with Python sample code using Aspose.PDF for Python for .NET...to Move pages to PDF using Python In order to move page in PDF...pip install aspose-pdf Move Page to PDF using Python You need...

    products.aspose.com/pdf/python-net/pages/move/
  10. PageBorderAppliesTo | Aspose.Words for Java

    Specifies which Pages the Page border is printed on in Java....PageBorderAppliesTo Specifies which pages the page border is printed on. Examples:...border at the top of the first page. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...