Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 186,884 for

page

(0.16 sec)
  1. Aspose::Words::DocumentBuilder::InsertField met...

    Aspose::Words::DocumentBuilder::InsertField method. Inserts a Word field into a document and optionally updates the field result in C++....builder -> Write ( u " \n This is page " ); builder -> InsertField...GetFieldCode ()); ASSERT_EQ ( u " PAGE " , doc -> get_Range () -> get_Fields...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....Call the Page class addStamp(..) method of the Page class to...); // Add stamp to particular page pdfDocument . getPages (). get_Item...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  3. How to Split PDF File by Pages in C#

    This basic tutorial describes details about how to split PDF file by Pages in C#. You will learn how using C# split PDF Pages with the help of simple steps and a runnable sample code....Page Product Family Aspose.PSD Product...Family How to Split PDF File by Pages in C# This basic tutorial provides...

    kb.aspose.com/pdf/net/how-to-split-pdf-file-by-...
  4. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...
  5. 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/
  6. Working with Layers|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.... getPage ( "Page-1" ) . getShapes (): if shape...Visio page page = diagram . getPages () . getPage ( "Page-1" )...

    docs.aspose.com/diagram/python-java/working-wit...
  7. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram....Insert a Text Shape in the Visio Page Aspose.Diagram API lets developers...Visio page. To achieve this, the AddText method of the Page class...

    docs.aspose.com/diagram/net/working-with-text/
  8. Aspose::Words::PageExtractOptions::get_UnlinkPa...

    Aspose::Words::PageExtractOptions::get_UnlinkPagesNumberFields method. Specifies whether NUMPageS fields in the resulting document will be replaced with their actual resulting values. Default value is true in C++....Show how to reset the initial page numbering and save the NUMPAGE...Document > ( get_MyDir () + u "Page fields.docx" ); // Default behavior:...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames Page or a single frame on a frames Page...Represents a frames page or a single frame on a frames page. To learn more...items, this instance is a frames page, otherwise it is a single frame...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/zh/java/figures-annotation/