Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 184,566 for

page

(0.1 sec)
  1. Delete PDF Pages in Java | Erase Pages from PDF

    Learn how to delete PDF Pages in Java. This guide explains how to erase Pages from PDF documents using Aspose.PDF for Java....you need to delete specific pages from a PDF document in Java...Whether you’re cleaning up blank pages, removing confidential sections...

    blog.aspose.com/pdf/delete-pdf-pages-in-java/
  2. Add Circle Object to PDF file|Aspose.PDF for C++

    This article explains how to create a circle object to your PDF using Aspose.PDF for C++....to paragraphs collection of page Save our PDF file void ExampleCircle...// Add page to pages collection of PDF file auto page = document...

    docs.aspose.com/pdf/cpp/add-circle/
  3. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveOptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable Page setups for better output....ExportPageSetup property Specifies whether page setup is exported to HTML, MHTML...Words document model provides page setup information via PageSetup...

    reference.aspose.com/words/net/aspose.words.sav...
  4. How to add Link Annotation using Java | Aspose.PDF

    Add Link annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Add for Link annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/link/add/
  5. 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-...
  6. 使用 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-...
  7. Working with Headers and Footers in C#|Aspose.W...

    How to manipulate headers and footers using C#. Create headers and footers C#. Remove headers or footers C#....Hide ] What is this page about? This page explains how to work...of a page, and a footer is text at the bottom of a page. Typically...

    docs.aspose.com/words/net/working-with-headers-...
  8. PDF Document Compression | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...document in order to open the first page as quickly as possible: Invoking...a way that allows the first page of the PDF file to be displayed...

    products.aspose.com/pdf/compress/
  9. Working with PDF Pages in Node.js|Aspose.PDF fo...

    How to add Pages, add headers and footers, rotate Pages you can know in this section. Aspose.PDF for Node.js via C++ explain to you all details on this topic....Working with PDF Pages in Node.js Contents [ Hide ] You are able...the following: Delete Pages - delete page from your PDF file in...

    docs.aspose.com/pdf/nodejs-cpp/working-with-pages/
  10. 将矩形对象添加到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/