Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 184,603 for

page

(0.13 sec)
  1. 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/
  2. Aspose::Words::PageBorderDistanceFrom enum | As...

    Aspose::Words::PageBorderDistanceFrom enum. Specifies the positioning of the Page border relative to the Page margin in C++....positioning of the page border relative to the page margin. enum class...position is measured from the page margin. PageEdge 1 Border position...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. Working with Vector Graphics|Aspose.PDF for .NET

    This article describes the features of working with GraphicsAbsorber tool using C#....vector graphics from a specified page and perform various operations...removing, or copying them to other pages. Extracting Graphics with GraphicsAbsorber...

    docs.aspose.com/pdf/net/working-with-vector-gra...
  4. 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-...
  5. Stamping with Aspose.PDF using Python|Aspose.PD...

    This section describes how to add image stamps and text stamps to a PDF Page via Python....Python: Adding Image stamps in PDF page - add image stamp, control image...file. Adding Page stamps in the PDF File - add page stamps to overlay...

    docs.aspose.com/pdf/python-net/stamping/
  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. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of an Excel worksheet's Page Setup settings using the Aspose.Cells for Python API. You can set the headers and footers for the first Page, odd Pages, and even Pages....Headers and Footers For Different Pages Contents [ Hide ] MS Excel supports...for the first page, odd pages, and even pages since Excel 2007...

    docs.aspose.com/cells/python-net/setting-differ...
  8. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section....new section starts on the same page as the previous section. NEW_COLUMN... NEW_PAGE The section starts from a new page. EVEN_PAGE The section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to remove Freetext Annotation using Java | ...

    Remove Freetext 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...for Freetext annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/freetex...
  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/