Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 10,802 for

page count

(0.23 sec)
  1. 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...
  2. Convert PDF To HTML Python

    Convert PDF to HTML format in Python code. Save PDF 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...
  3. Convert Image To SVG Python

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

    products.aspose.com/words/python-net/conversion...
  4. 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/
  5. 使用 Aspose.Page JavaScript 通过 C++ API 转换 PostScript

    本文通过代码片段讲解并演示了 Aspose.Page JavaScript 通过 C++ API 解决方案中包含的 PS 到 BMP 的转换功能。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/javascript-cpp/convert-ps/
  6. Bug 5077: 1.0.0.3_x- Converting TopoJson to Top...

    Hi Alexander, Please see: Test data(input/output/QGIS) 5077-TopoJson -TopoJson.zip (9.3 KB) If the input is not valid - this is .json extension , please give me valid .json sample for TopoJson that I will make full…...Count}"); // Example: iterate over...Summary: You reproduce this issue. Count of features is correct but QGIS...

    forum.aspose.com/t/bug-5077-1-0-0-3-x-convertin...
  7. 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...
  8. 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...
  9. 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...
  10. 用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/