Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 8,067 for

page count

(0.07 sec)
  1. Barcodes and QR codes|Documentation

    Add barcodes and QR codes to personalize or uniquely identify a form....relative to the left edge of the page. Overrides the value of align...relative to the top edge of the page. y=500 rotation_angle n/a Rotate...

    docs.aspose.com/omr/net/txt-markup/elements-bar...
  2. NumberStyle enumeration | Aspose.Words for Python

    aspose.words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, Page numbers....list, footnotes and endnotes, page numbers. Members Name Description...Ideograph-digital KANJI_DIGIT Japanese counting AIUEO_HALF_WIDTH Aiueo IROHA_HALF_WIDTH...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Section | Aspose.Words for Java

    Represents a single section in a document in Java....set of properties that specify page size, orientation, margins etc...appendChild(section); // Set some page setup properties for the section...

    reference.aspose.com/words/java/com.aspose.word...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for PowerPoint File Automation – Слияние PDF, PPT, PPTX и многих других форматов файлов с помощью C++https://products.aspose.com/slides/ru......pf-landing-page-com .header1 h1,.pf-landing-page-com .header1...1rem!important; } .pf-landing-page-com{margin-left: 0!important;...

    products.aspose.com/slides/ru/cpp/merger/index.xml
  5. 用C++替换PDF中的文本|Aspose.PDF for C++

    了解有关从PDF中替换和删除文本的各种方法。Aspose.PDF允许在特定区域或使用正则表达式替换文本。...接受文档第一页的吸收器 document -> get_Pages () -> Accept ( textFragmentAbsorber...文件的第一页搜索文本 document -> get_Pages () -> idx_get ( 1 ) -> Accept...

    docs.aspose.com/pdf/zh/cpp/replace-text-in-pdf/
  6. block|Documentation

    Block element is used to organize content within containers....overflow Inherit the global page settings Define how to clip...attribute overrides the global page setting for the specific block...

    docs.aspose.com/omr/net/txt-markup/block/
  7. Several PDF Into SVG Python

    Merge multiple PDF into SVG in Python code. Save PDF as SVG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/pdf-...
  8. Convert HTML To DOC Python

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

    products.aspose.com/words/python-net/conversion...
  9. Convert JPG To TIFF Python

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

    products.aspose.com/words/python-net/conversion...
  10. Convert JPG To BMP Python

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

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