Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 181,624 for

page

(0.21 sec)
  1. Aspose.Svg 25.8.0 exception when using PageSetu...

    When attempting to convert an SVG to pdf with PageSetup.Sizing types ScaleContent and Contain we get an exception. The other 2 types work fine. This doesn’t seen to be document related but I do have a sample. System.Nul…...Contain require both the target page dimensions (width & height)...rendering pipeline is built. If the page size is not explicitly set,...

    forum.aspose.com/t/aspose-svg-25-8-0-exception-...
  2. 如何使用 Java 获取 Link 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Link 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Link 注释 调用 Page.Annotations 集合中的 Link 注释方法 Get...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. 编辑 PDF 的单独页面|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类编辑 PDF 的单独页面。...array of pages which need to be manipulated (pages can be multiple...here we have specified only one page) pdfPageEditor . ProcessPages...

    docs.aspose.com/pdf/zh/net/editing-a-pdf-s-indi...
  4. 在Python中管理分页符|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....模块的 add_page_breaks 方法。下面是代码示例。 Python 代码 def add_page_breaks...worksheet = worksheets . get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  5. FieldIndex.cross_reference_separator property |...

    FieldIndex.cross_reference_separator property. Gets or sets the character sequence that is used to separate cross references and other entries....side, # and the number of the page that contains the XE field on...display a string instead of a page number. # First, for entries...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.remove_blank_pages method | Aspose.Wor...

    Document.remove_blank_Pages method. Removes blank Pages from the document....remove_blank_pages method remove_blank_pages() Removes blank pages from...document. def remove_blank_pages ( self ): ... Remarks The resulting...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 如何用 Java 添加 Highlight 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Highlight 个注释。...创建新页面或获取对现有页面的引用 创建 Highlight 注释 调用 Page.Annotations 集合中的 Highlight 注释方法..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  8. ControlChar.PAGE_BREAK property | Aspose.Words ...

    ControlChar.Page_BREAK property. Page break character: \x000c or \f...PAGE_BREAK property ControlChar.PAGE_BREAK property Page break...SECTION_BREAK . @property def PAGE_BREAK ( self ) -> str : ......

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSetup.ChapterPageSeparator | Aspose.Words f...

    Discover the ChapterPageSeparator property in PageSetup. Easily customize the separator character between chapter and Page numbers for a polished look....between the chapter number and the page number. public ChapterPageSeparator...Remarks Before you can create page numbers that include chapter...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Convert TEXT To SVG Javascript

    Convert TEXT to SVG format in JavaScript code. Save TEXT as SVG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.svg`);...

    products.aspose.com/words/nodejs-net/conversion...