Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 184,601 for

page

(0.11 sec)
  1. Aspose::Words::Document::get_PageCount method |...

    Aspose::Words::Document::get_PageCount method. Gets the number of Pages in the document as calculated by the most recent Page layout operation in C++.... method Gets the number of pages in the document as calculated...calculated by the most recent page layout operation. int32_t Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. IDocumentProcessorPlugin Interface | Aspose.Wor...

    Discover the Aspose.Words IDocumentProcessorPlugin interface to enhance your document processing with powerful external plugins for seamless integration....Adds image watermark on each page of the document loaded by Load...Adds text watermark on each page of the document loaded by Load...

    reference.aspose.com/words/net/aspose.words/ido...
  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 JavaScript via C++....How to Print Excel as Fitted Pages Wide and Tall with JavaScript...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  4. How to Save Selected Pages in PDF using C#

    This article describes how to save selected Pages in PDF using C#. It has the IDE settings, a list of steps, and a runnable sample code demonstrating how to select Pages from PDF and save using C#....Page Product Family Aspose.PSD Product...Family How to Save Selected Pages in PDF using C# This article...

    kb.aspose.com/pdf/net/how-to-save-selected-page...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Java....standardized format for multi-page documents .JPG JPEG, the most...TIFF or .TIF Single-page and multi-page images, commonly used...

    docs.aspose.com/ocr/java/supported-file-formats/
  6. 请问在用aspose.words实现html转word时,如何实现页脚中页码奇偶页不同,且奇数...

    请问在用aspose.words实现html转word时,如何实现页脚中页码奇偶页不同,且奇数页页码在右边,偶数页页码在左边。 html中应该怎么写?...insertField("PAGE", ""); } else { // 奇数页页码在右侧...write("页码: "); builder.insertField("PAGE", ""); } builder.insertBreak(BreakType...

    forum.aspose.com/t/aspose-words-html-word/315396
  7. Convert PDF File|Aspose.PDF for Java

    Explore how to convert a PDF file to other formats in Java with Aspose.PDF for efficient document format transformation....Contents [ Hide ] Convert PDF Pages to Different Image Formats (Facades)...(Facades) In order to convert PDF pages to different image formats,...

    docs.aspose.com/pdf/java/convert-pdf-file/
  8. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets Page setup to default paper size, margins and orientation in C++....PageSetup::ClearFormatting method Resets page setup to default paper size...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. Insert Nested Fields in Jython|Aspose.Words for...

    Insert Nested Fields using Jython....DocumentBuilder ( doc ) # Insert few page breaks (just for testing) i.... insertBreak ( BreakType . PAGE_BREAK ) i = i + 1 # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  10. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...WriteLine("### Number of markups found on page {0} : {1}", markup.Number, markup...WriteLine("Paragraph {0} of section {1} on page {2}:", j, i, markup.Number);...

    forum.aspose.com/t/text-fragments-found-in-page...