Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 187,695 for

page

(0.19 sec)
  1. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a document in C++.... PageBreak 1 Explicit page break. ColumnBreak 2 Explicit...start of new section on the same page as the previous section. SectionBreakNewColum...

    reference.aspose.com/words/cpp/aspose.words/bre...
  2. ParagraphFormat.page_break_before property | As...

    ParagraphFormat.Page_break_before property. True if a Page break is forced before the paragraph....page_break_before property ParagraphFormat.page_break_before...page_break_before property True if a page break is forced before the paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Change Background Color of PDF in Java

    This article describes how to change background color of PDF in Java. It shares the required resources, the program flow, and a runnable sample code to edit PDF background color in Java....Page Product Family Aspose.PSD Product...of options. Steps to Change Page Color in PDF in Java Set the...

    kb.aspose.com/pdf/java/how-to-change-background...
  4. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....structural elements, such as page breaks. Assert.assertEquals(MessageFormat...ControlChar.CR) + ControlChar.PAGE_BREAK, doc.getText()); // When...

    reference.aspose.com/words/java/com.aspose.word...
  5. Remove Pages from PDF using .NET | Aspose.PDF

    Remove Pages from PDF file programmatically with C# sample code using Aspose.PDF for .NET...How to Delete pages from PDF using C# Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/net/pages/remove/
  6. Aspose PDF Exception: Operand value is not a na...

    Hello, My team is using the Aspose.PDF library for . NET to extract text from PDF files. We ran into the following exception while using the TextAbsorber to extract text Page by Page: Aspose.Pdf.PdfException: Operand v…...TextAbsorber to extract text page by page: Aspose.Pdf.PdfException:...jqRbrrW5fX$J94=.#=zbQhQKFg=(Page #=ztL8V05k=) at #=z9W8OEM$p...

    forum.aspose.com/t/aspose-pdf-exception-operand...
  7. getColorType does not reply with expected answe...

    Hi there, we wanted to retrieve the color-type of every single Page (Rgb, Grey, BlackAndWhite) of the attached PDF : ThesisUniBasel.pdf, but it didn’t seems to work correctly. The Page 3 to 9, 12 to 15, 18 to 24, 26 to …...the color-type of every single page (Rgb, Grey, BlackAndWhite) of...seems to work correctly. The page 3 to 9, 12 to 15, 18 to 24,...

    forum.aspose.com/t/getcolortype-does-not-reply-...
  8. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/zh/net/sticky-annotations/
  9. 使用评论|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.... 添加评论 Page 类公开的 addComment 方法允许您向绘图页添加注释。它采用...diagram . getPages (). getPage ( "Page-1" ). getPageSheet (). getAnnotations...

    docs.aspose.com/diagram/zh/java/working-with-co...
  10. Create PDF using C++ | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for C++ API to easily generate and read PDF files in C++ applications.... Add a page using Pages.Add() method. Create a...Paragraphs collection of the page. Save the PDF using Save(String)...

    products.aspose.com/pdf/cpp/create/