Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 187,636 for

page

(0.24 sec)
  1. Create Links in PDF file with C#|Aspose.PDF for...

    This section explains how to create links in your PDF document with C#.... Get the Page you want to add link to. Create...LinkAnnotation object using the Page and Rectangle objects. Set the...

    docs.aspose.com/pdf/net/create-links/
  2. 使用 Aspose.PDF for .NET 和 Python|Aspose.PDF for ...

    在本教程中,您将探索在 Python 中创建和修改 PDF 文件的不同方法。...Document () # Add page page = document . Pages . Add () # Add text...text to new page textFragment = TextFragment ( "Hello,world!"...

    docs.aspose.com/pdf/zh/net/python-net/
  3. ShapeBase.relativeVerticalPosition property | A...

    ShapeBase.relativeVerticalPosition property. Specifies relative to what the shape is positioned vertically....floating image to the center of a page. let doc = new aw . Document...overlapping text and align it to the page's center. let shape = builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Working with Visual Studio|Documentation

    This article introduces how to use GridWeb in visual studio....Source & Design Views of a Web Page A default web site has been...contains a Default.aspx web page with some dummy text and markup...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. Text rotation in FloatingBox produces odd outpu...

    Rotating the text in a FloatingBox produces strange output. Rotation by 90 or 270 produces a single line Rotating by 180 creates a mirror image with the lines of text in reverse order. The PDF below was produced by cr…...1 KB) AddTextBox(page, "Box Number One", new AnnotationDetails(180...120, 60, 60), 0); AddTextBox(page, "Box Number Two", new AnnotationDetails(220...

    forum.aspose.com/t/text-rotation-in-floatingbox...
  6. BreakType enumeration | Aspose.Words for Node.js

    Aspose.Words.BreakType enumeration. Specifies type of a break inside a document.... PageBreak Explicit page break. ColumnBreak Explicit...start of new section on the same page as the previous section. SectionBreakNewColum...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Shapes Paragraph|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....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-2" ); // Add master with stencil file path and master...

    docs.aspose.com/diagram/net/working-with-shapes...
  8. Aspose::Words::Saving::ImageSaveOptions::get_Im...

    Aspose::Words::Saving::ImageSaveOptions::get_ImageSize method. Gets or sets the size of a generated image in pixels in C++....Examples Shows how to render every page of a document to a separate...doc ); builder -> Writeln ( u "Page 1." ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Working with multipage image formats|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....whether the image contains layers/pages/ frames the IMultipageImage...has been introduced. All multi-page images such as PSD, CDR, GIF...

    docs.aspose.com/imaging/java/working-with-multi...
  10. Create PDF document|Aspose.PDF for Python via C++

    This Page describes how to create PDF document from scratch with Aspose.PDF for Python via C++ library....document_get_pages object that contains all the pages in the document...Add a new page to the end of the page collection page_collection_add_page...

    docs.aspose.com/pdf/python-cpp/create-document/