Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 181,653 for

page

(0.08 sec)
  1. 档案

    档案...通过使用 Document 类的对象初始化 Page 对象来创建一个新页面。 使用 Page.Title 属性设置页面的标题。 调用...Document.AppendChild() 方法并传递 Page 对象。 最后,使用 Document.Save() 方法保存...

    blog.aspose.com/zh/note/create-onenote-files-ad...
  2. Link Border and Alignment Errors - Free Support...

    Hello, My company has purchased an Aspose Java licence which is valid for Aspose 4.3 but not for the latest Version. I noticed two bug with our purchased version while trying to create a table of content using XSL/FO s…...Border is persistent on Links ( Page 3) This code is not working...still here after this code 2 - Page numbers text has a large space...

    forum.aspose.com/t/link-border-and-alignment-er...
  3. FieldToa Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldToa class for seamless TOA field implementation. Enhance your document processing with powerful features today!...of authorities entry and its page number. Format { get; } Gets...used to separate two page numbers in a page number list. PageRangeSeparator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Coordinate system|Aspose.PDF for .NET

    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....the bottom-left corner of the page. The point (0,0) corresponds...other coordinate systems. Each page has its own coordinate system...

    docs.aspose.com/pdf/net/coordinate-system/
  5. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/create-and-load-a-onen...
  6. Aspose::Words::Saving::FixedPageSaveOptions cla...

    Aspose::Words::Saving::FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed Page formats (PDF, XPS, images etc). To learn more, visit the documentation article in C++....saving a document into fixed page formats (PDF, XPS, images etc)...Allows to control how separate pages are saved when a document is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. 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...
  8. Split PDF programmatically|Aspose.PDF for .NET

    This topic shows how to split PDF Pages into individual PDF files in your .NET applications with C#....topic shows how to split PDF pages into individual PDF files in...applications. To split PDF pages into single page PDF files using C#...

    docs.aspose.com/pdf/net/split-pdf-document/
  9. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504
  10. Check shape bounds in Shapes collection using P...

    Learn how to check the bounds of an shape when inserted into the Shapes collection to ensure it fits within its parent container....Create a new PDF Document Add a Page Create a Graph Create a Rectangle...() # Add page to pages collection of PDF file page = document...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...