Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 184,247 for

page

(0.1 sec)
  1. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a document or section. To learn more, visit the documentation article in C++....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...JpegDevice(resolution) page_count = 1 dmc_preview_urls =...dmc_password) while page_count <= max_pages and page_count <= len(document...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  3. Several WORD Into TIFF C#

    Merge multiple a Word document into TIFF in C# code. Save a Word document as TIFF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-tiff/
  4. Several TEXT Into SVG C#

    Merge multiple TEXT into SVG in C# code. Save TEXT as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/text-to-svg/
  5. Several DOC Into JPG C#

    Merge multiple DOC into JPG in C# code. Save DOC as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-jpg/
  6. Several HTML Into JPG C#

    Merge multiple HTML into JPG in C# code. Save HTML as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-jpg/
  7. Aspose::Words::Saving::MultiPageLayout class | ...

    Aspose::Words::Saving::MultiPageLayout class. Defines a layout for rendering multiple Pages into a single output in C++....layout for rendering multiple pages into a single output. class...get_BorderColor () Gets the color of the pages border. The default is Empty...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. 从PDF页面中搜索并获取文本|Aspose.PDF for Python via .NET

    本文解释了如何使用各种工具从Aspose.PDF for .NET中搜索和获取文本。...为了从整个文档中搜索文本,您需要调用 Pages 集合的 Accept 方法。 Accept 方法接受 ...// 接受所有页面的吸收器 pdfDocument . Pages . Accept ( textFragmentAbsorber...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  9. Working with Documents in Python via Java|Aspos...

    Learn to create, edit, and manage PDF documents in Python using Aspose.PDF. Simplify your document workflow....Java Get Document Window and Page Display Properties in Python...Python via Java Working with Pages in Python via Java...

    docs.aspose.com/pdf/python-java/working-with-do...
  10. Convert Image To JPG C#

    Convert Image to JPG format in C# code. Save Image as JPG using C#....jpg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.jpg", saveOptions);...

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