Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 141,574 for

page

(0.07 sec)
  1. PrinterSettingsContainer.PaperSources | Aspose....

    Discover the PrinterSettingsContainer's PaperSources property for seamless printing. Optimize your print settings for better results and efficiency!...the printing page, // the printer will print the page using the...

    reference.aspose.com/words/net/aspose.words.ren...
  2. PrinterSettingsContainer.PaperSizes | Aspose.Wo...

    Discover the PrinterSettingsContainer's PaperSizes property for easy customization of print layouts. Optimize your printing experience today!...the printing page, // the printer will print the page using the...

    reference.aspose.com/words/net/aspose.words.ren...
  3. Convert CGM to PPT via Java API | products.aspo...

    Java API to Convert CGM to PPT without using Microsoft Word...to set the page size, page orientation, and page margins. Additionally...to set the page size, page orientation, and page margins. Additionally...

    products.aspose.com/total/java/conversion/cgm-t...
  4. Licensing|Aspose.Words for Java

    Licensing Aspose.Words for Android via Java....Android via Java from the download page for evaluation. The evaluation...the Licensing and Subscription page . Purchased License After purchase...

    docs.aspose.com/words/java/licensing-android/
  5. FieldXE.pageNumberReplacement property | Aspose...

    FieldXE.PageNumberReplacement property. Gets or sets text used in place of a Page number....sets text used in place of a page number. get pageNumberReplacemen...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Several WORD Into JPG C#

    Merge multiple a Word document into JPG in C# code. Save a Word document 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/word-to-jpg/
  7. Several TEXT Into GIF C#

    Merge multiple TEXT into GIF in C# code. Save TEXT as GIF 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-gif/
  8. Convert Image To TXT C#

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

    products.aspose.com/words/net/conversion/image-...
  9. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in C++ between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....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/
  10. Convert JPG To PDF C++

    Convert JPG to PDF format in C++ code. Save JPG as PDF 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/jpg-to...