Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 186,781 for

page

(0.1 sec)
  1. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Description...

    docs.aspose.com/ocr/python-net/image-regions-wo...
  2. Aspose::Words::Fields::FieldIndex::get_Sequence...

    Aspose::Words::Fields::FieldIndex::get_SequenceName method. Gets or sets the name of a sequence whose number is included with the Page number in C++....number is included with the page number. System :: String Aspose...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. 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/
  4. 在 PDF 中处理标题|Aspose.PDF for Python via .NET

    使用 Python 在 PDF 文档的标题中创建编号。Aspose.PDF for Python via .NET 提供不同类型的编号样式。... page_info . width = 612.0 document . page_info . height...height = 792.0 document . page_info . margin = ap . MarginInfo...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  5. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。...first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  6. Optimize, Compress or Reduce PDF Size in C#|Asp...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with C#....handy for publishing on web pages, sharing on social networks...techniques to optimize PDF: Optimize page content for online browsing...

    docs.aspose.com/pdf/net/optimize-pdf/
  7. Text Formatting inside PDF|Aspose.PDF for Java

    Discover how to format text inside a PDF document using Aspose.PDF in Java, allowing for customized styling....document = new Document (); Page page = document . getPages ()....setFormattingOptions ( textOptions ); page . getParagraphs (). add ( text...

    docs.aspose.com/pdf/java/text-formatting-inside...
  8. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++....it will be visible on every page. builder -> MoveToHeaderFooter...the image at the center of the page. shape -> set_RelativeHorizontalPo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Visio加水印|Documentation

    如何使用 Java Diagram API 为 visio 添加水印。...vsdx" ); // get page by name Page page = diagram . getPages...(). getPage ( "Page-1" ); double pinx = page . getPageSheet ()...

    docs.aspose.com/diagram/zh/java/add-watermark-t...
  10. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....to paragraphs collection of page. Save our PDF file. The following...Document ()) { // Add page var page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/net/add-arc/