Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 141,003 for

page

(0.06 sec)
  1. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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....vsd" ); // get a Visio page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get a shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/public-api-changes...
  2. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...new Document(); Page page1 = pdfDocument.Pages.Add(); TextFragment...the first page"); page1.Paragraphs.Add(text1); Page page2 = pdfDocument...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  3. Aspose::Words::Saving::IPageSavingCallback inte...

    Aspose::Words::Saving::IPageSavingCallback interface. Implement this interface if you want to control how Aspose.Words saves separate Pages when saving a document to fixed Page formats in C++....separate pages when saving a document to fixed page formats....Words saves a separate page to fixed page formats. static Type...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Add Images to PDF using C# | Aspose.PDF

    Adding images into PDF documents programmatically with C# sample code using Aspose.PDF for .NET... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/net/images/add/
  5. 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/
  6. Add, Extract or Remove Images in PDF using Java...

    Manipulate images in PDF programmatically with Java sample code using Aspose.PDF for Java... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/java/images/
  7. Add text to PDF using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Add the TextParagraph to Page using TextBuilder. Save the...# Get particular page page = document . pages [ 1 ] # Create text...

    products.aspose.com/pdf/python-net/text/
  8. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal position of a shape or text frame is relative in Java....floating image to the center of a page. Document doc = new Document();...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. Remove Section Breaks from a Document|Aspose.Wo...

    Remove section breaks from a document easily and fast instead of using Open XML SDK in C#....Document Contents [ Hide ] On this page we will look at how to remove...visit Remove Page and Section Breaks . Remove Page Breaks from...

    docs.aspose.com/words/net/remove-section-breaks...
  10. 将图像添加到现有PDF文件|Aspose.PDF for Java

    本节介绍如何使用Java库将图像添加到现有PDF文件。...upperRightY = 800 ; // 获取要添加图像的页面 Page page = pdfDocument1 . getPages...)); // 将图像添加到页面资源的 Images 集合中 page . getResources (). getImages...

    docs.aspose.com/pdf/zh/java/add-image-to-existi...