Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 829 for

page layout engine

(0.88 sec)
  1. C# OCR Library – Image to Text in .NET | Aspose

    With the Aspose C# OCR API you can add optical character recognition (OCR) to your .NET applications with a few lines of code....in C# OCR // Initialize OCR engine var recognitionEngine = new...read multi-page PDF documents and TIFF images. Layout detection...

    products.aspose.com/ocr/net/
  2. Several DOC Into JPG C++

    Merge multiple DOC into JPG in C++ code. Save DOC as JPG using C++....conversion engine analyses the original DOC layout and structure...( int page = 0 ; page < output-> get_PageCount (); page++) { auto...

    products.aspose.com/words/cpp/merge/doc-to-jpg/
  3. Several WORD Into Image C++

    Merge multiple a Word document into Image in C++ code. Save a Word document as Image using C++....conversion engine analyses the original Word layout and structure...( int page = 0 ; page < output-> get_PageCount (); page++) { auto...

    products.aspose.com/words/cpp/merge/word-to-image/
  4. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....reporting engine of Aspose.Words. The reporting engine allows to...appears between the chapter and page number. Chart Provides access...

    reference.aspose.com/words/java/com.aspose.words/
  5. Several WORD Into PNG Python

    Merge multiple a Word document into PNG in Python code. Save a Word document as PNG using Python....conversion engine analyses the original Word layout and structure...KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...

    products.aspose.com/words/python-net/merge/word...
  6. Several DOC Into Image Python

    Merge multiple DOC into Image in Python code. Save DOC as Image using Python....conversion engine analyses the original DOC layout and structure...KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...

    products.aspose.com/words/python-net/merge/doc-...
  7. Create custom TeX output | .NET API Solution

    .NET API Solution to work with TeX. Read the hints and tips on how to provide custom TeX output for TeX file in C#....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/tex/net/customize-output/
  8. Create custom TeX output | C++ API Solution

    C++ API Solution to work with TeX. Read the guideline on how to implement custom TeX output in C++....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/tex/cpp/customize-output/
  9. Several WORD Into Image C#

    Merge multiple a Word document into Image in C# code. Save a Word document as Image using C#....conversion engine analyses the original Word layout and structure...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/word-to-image/
  10. Several WORD Into PNG C#

    Merge multiple a Word document into PNG in C# code. Save a Word document as PNG using C#....conversion engine analyses the original Word layout and structure...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/word-to-png/