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

page

(0.23 sec)
  1. Extract Images from Worksheets using ImageOrPri...

    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....Assistant Close Render Sequence of Pages using PageIndex and PageCount...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/extract-images-from-w...
  2. Image processing|Documentation

    Automatic or manual actions for formatting an image before sending it for recognition to Aspose.OCR for Python via .NET....Straighten page curvature and fix camera lens distortion for page photos...memory (3) Photos of curved pages Ultra wide-angle and fisheye...

    docs.aspose.com/ocr/python-net/image-processing/
  3. 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...
  4. 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...
  5. 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...
  6. SplitterContext class | Aspose.Words for Python

    aspose.words.lowcode.SplitterContext class. Document splitter context....Shows how to split document by pages using context. doc = MY_DIR.... lowcode . SplitCriteria . PAGE aw . lowcode . Splitter . create...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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/
  8. 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/
  9. 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/
  10. 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/