Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 8,221 for

page count

(0.04 sec)
  1. PCL to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for PCL to JPEG conversion. Use example code for batch PCL to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...settings for converting PDF pages to JPEG images.This option allows...

    products.aspose.com/pdf/python-net/conversion/p...
  2. 使用 PHP 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式在 PDF 文件中添加表格...for ( $row_count = 1 ; $row_count < 10 ; $row_count ++ ) { //...-> add ( "Column (" . $row_count . ", 1)" ); $row -> getCells...

    products.aspose.com/pdf/zh-hans/php-java/table/...
  3. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....During the first pass, all pages of the PDF are converted to...< pagesStream.Count; ++i) { // Set maximum page size to avoid...

    products.aspose.com/words/net/compress/pdf/
  4. TextColumn class | Aspose.Words for Python

    aspose.words.TextColumn class. Represents a single text column...doc ) page_setup = builder . page_setup columns = page_setup...evenly_spaced = False columns . set_count ( 2 ) # Determine the amount...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = new Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...GetColor(); foreach (var page in document.Pages) { page.AddStamp(stamp);...var aftifact = pdfDocument.Pages[1].PageInfo; foreach (var artifact...

    forum.aspose.com/t/get-watermark-text-from-pdf/...
  6. NumberStyle | Aspose.Words for Java

    Specifies the number style for a list footnotes and endnotes Page numbers in Java....list, footnotes and endnotes, page numbers. Examples: Shows how...digital HANJA_READ_DIGIT Korean counting HEBREW_1 Hebrew-1 HEBREW_2...

    reference.aspose.com/words/java/com.aspose.word...
  7. grid|Documentation

    Grid element generates a matrix of numbered bubbles that are combined into a single answer....Description Usage example sections_count 8 The maximum number of digits...orientation . sections_count=7 options_count 10 The number of bubbles...

    docs.aspose.com/omr/net/txt-markup/grid/
  8. XamlFixedSaveOptions.resourceSavingCallback pro...

    XamlFixedSaveOptions.resourceSavingCallback property. Allows to control how resources (images and fonts) are saved when a document is exported to fixed Page Xaml format....document is exported to fixed page Xaml format. get resourceSavingCallba...resource ); }); /// <summary> /// Counts and prints URIs of resources...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Body::EnsureMinimum method | Asp...

    Aspose::Words::Body::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....display all its contents // on the page between the section's header...NodeType :: Any , true ) -> get_Count ()); // Call the "EnsureMinimum"...

    reference.aspose.com/words/cpp/aspose.words/bod...
  10. Convert PDF To RTF Python

    Convert PDF to RTF format in Python code. Save PDF as RTF using Python....rtf) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.rtf", save_options)...

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