Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 192,036 for

page

(0.31 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 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/
  5. Getting recognition results as text|Documentation

    Returning Aspose.OCR for Python via .NET recognition results as formatted text.... Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/python-net/save-text/
  6. ITFParameters|Aspose.BarCode for Python via .NE...

    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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/barcode/python-net/api-referenc...
  7. IDocumentProcessorPlugin.save method | Aspose.W...

    IDocumentProcessorPlugin.save method. Save the document loaded by [IDocumentProcessorPlugin.load()](../load/#bytesio_loadoptions) method to the output stream using the specified save options....format is image, only the first page image is saved to the output...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Issue with Splitting Editable PDF | Missing rad...

    Hi Team, We are facing an issue while splitting an editable PDF. The radio button values are not being retained after the PDF is split. Details: Aspose Version: 24.3.0 Note: Upgrading the Aspose version is not feasib…...Pages.Count(); Aspose.Pdf.Document...pageNumber++) { Aspose.Pdf.Page page = pdfDocument.Pages[pageNumber]; newDocument...

    forum.aspose.com/t/issue-with-splitting-editabl...
  9. Aspose.Words.Saving module | Aspose.Words for N...

    The Aspose.Words.Saving module provides classes and enumerations that allow to specify additional options for saving or converting documents....saving a document into fixed page formats (PDF, XPS, images etc)...options when rendering document pages or shapes to images. To learn...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert Image To TXT C++

    Convert Image to TXT format in C++ code. Save Image as TXT using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

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