Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 181,770 for

page

(0.73 sec)
  1. 通过 C++ 将图像添加到 PDF | Aspose.PDF

    本页介绍使用 C++ 语言和 Aspose.PDF for C++ 库将图像添加到 PDF 文档中的功能...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hans/cpp/images/add/
  2. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。...pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  3. Aspose::Words::PageBorderDistanceFrom enum | As...

    Aspose::Words::PageBorderDistanceFrom enum. Specifies the positioning of the Page border relative to the Page margin in C++....positioning of the page border relative to the page margin. enum class...position is measured from the page margin. PageEdge 1 Border position...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....image on the page. When working with single-page images, this...always 0. Page int Page number. When working with single-page images...

    docs.aspose.com/ocr/java/image-regions-characte...
  5. PatchCodeParameters|Aspose.BarCode for Python v...

    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....when PatchCode is generated in page mode. patch_format PatchCode...PatchCode. Use page format to generate Patch page with PatchCodes...

    docs.aspose.com/barcode/python-net/api-referenc...
  6. 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...
  7. Stamping with Aspose.PDF using Python|Aspose.PD...

    This section describes how to add image stamps and text stamps to a PDF Page via Python....Python: Adding Image stamps in PDF page - add image stamp, control image...file. Adding Page stamps in the PDF File - add page stamps to overlay...

    docs.aspose.com/pdf/python-net/stamping/
  8. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python.... Insert a new page to host the rotated text. Create...# Get particular page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  9. Extra Annotations using C++|Aspose.PDF for C++

    Explore how to add extra annotations, such as comments or highlights, to PDF files in C++ using Aspose.PDF....we can Add annotations to the page. The following code snippet...CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), MakeObject...

    docs.aspose.com/pdf/cpp/extra-annotations/
  10. HtmlSaveOptions.export_toc_page_numbers propert...

    HtmlSaveOptions.export_toc_Page_numbers property. Specifies whether to write Page numbers to table of contents when saving HTML, MHTML and EPUB...export_toc_page_numbers property HtmlSaveOptions.export_toc_page_numbers...property Specifies whether to write page numbers to table of contents...

    reference.aspose.com/words/python-net/aspose.wo...