Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 184,298 for

page

(0.11 sec)
  1. 从 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...
  2. Wrong print of footer on some documents - Free ...

    I use Aspose java pdf version 25.7 and pdf24 printer. I try to print footer (or watermark) on bottom of Page. I want to print it on bottom of Page (as soon as possible). I use AutoResize mode (it is working very strange …...bottom of page. I want to print it on bottom of page (as soon...Create objects for printer and page settings and PrintDocument PdfPrinterSettings...

    forum.aspose.com/t/wrong-print-of-footer-on-som...
  3. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....How to Print Excel as Fitted Pages Wide and Tall with Node.js via...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  4. Read Barcodes from Multipage TIFF Images in C#|...

    How to Recognize Barcodes from TIFF Files...to read barcodes from multi-page TIFF files. TIFF is a common...can only read from the first page (or “frame”). To detect barcodes...

    docs.aspose.com/barcode/net/read-barcode-from-m...
  5. Extract Vector Data from a PDF file using C#|As...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (path, polygon, polyline), such as position, color, linewidth, etc.... and then visits the second page of the document to extract and...GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...

    docs.aspose.com/pdf/net/extract-vector-data-fro...
  6. Aspose::Words::PageExtractOptions::get_UpdatePa...

    Aspose::Words::PageExtractOptions::get_UpdatePageStartingNumber method. Specifies whether the start Page number in the resulting document shall be updated. Default value is true in C++....Specifies whether the start page number in the resulting document...Show how to reset the initial page numbering and save the NUMPAGE...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. 档案

    档案... 初始化 Page 和 Outline 类对象。 添加 RichText 节点。...Document(); // 初始化 Page 类对象 Page page = new Page(doc); // 初始化大纲类对象...

    blog.aspose.com/zh/note/create-onenote-files-pr...
  8. Working with PDF Pages in Python via C++|Aspose...

    How to add Pages, rotate Pages, or set Page size you can know in this section. Aspose.PDF for Python via C++ explain to you all details on this topic....Working with PDF Pages in Python via C++ Contents [ Hide ] You...do the following: Add Pages - add pages at desired location or...

    docs.aspose.com/pdf/python-cpp/working-with-pages/
  9. FixedPageSaveOptions class | Aspose.Words for P...

    aspose.words.saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed Page formats (PDF, XPS, images etc)...saving a document into fixed page formats (PDF, XPS, images etc)...this property is set to True . page_saving_callback Allows to control...

    reference.aspose.com/words/python-net/aspose.wo...
  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/