Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 10,801 for

page count

(0.1 sec)
  1. Manipulating TIFF Images|Documentation

    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.... Export Multi Page frames to different Image format...Sometimes you need to export Multi-page TIFF frames to some other image...

    docs.aspose.com/imaging/python-net/manipulating...
  2. 类型1字体的字形和指标 | C++

    C ++ API用于开发人员操纵和字体文件。了解有关如何使用C ++中类型字体的字形和指标工作的基本原理。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/zh/cpp/glyphs-and-metrics-...
  3. SvgSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.SvgSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Svg](../../aspose.words/saveformat/#Svg) format...Allows to control how separate pages are saved when a document is...is exported to fixed page format. (Inherited from FixedPageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SvgSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.SvgSaveOptions to enhance your document conversion to SVG format with customizable features for optimal results....Allows to control how separate pages are saved when a document is...is exported to fixed page format. PageSet { get; set; } Gets or...

    reference.aspose.com/words/net/aspose.words.sav...
  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. Invoice recognition settings|Documentation

    Configuring Aspose.OCR for Python via .NET recognition engine for extracting text from invoice images.... threads_count integer auto The number of CPU...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/python-net/recognition-sett...
  7. Convert Image To TXT Python

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

    products.aspose.com/words/python-net/conversion...
  8. Convert Image To HTML Python

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

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

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

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To HTML Python

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

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