Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 65,909 for

page

(0.13 sec)
  1. IDocumentConverterPlugin.convert_to_images meth...

    IDocumentConverterPlugin.convert_to_images method. Converts Pages from document from input stream to array of images....load_options, save_options) Converts pages from document from input stream...save options. Returns Array of page images streams. See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IDocumentProcessorPlugin.SetImageWatermark | As...

    Enhance your documents with the SetImageWatermark feature of the IDocumentProcessorPlugin, adding custom watermarks to every Page effortlessly....Adds image watermark on each page of the document loaded by Load...

    reference.aspose.com/words/net/aspose.words/ido...
  3. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_SuppressBottomSpacing method. Ignore Exact Line Height for Last Line on Page in C++....Line Height for Last Line on Page. void Aspose :: Words :: Settings...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Header and footer display in a wrong format aft...

    Display In Wps apperently it all display in single Page . when convert to pdf , it turns to double Page . what is the best practoce to fix it ? following is the origin file . 695200843888066560.docx (67.4…...single page . when convert to pdf , it turns to double page . 909×944...

    forum.aspose.com/t/header-and-footer-display-in...
  5. RevisionOptions.deletedTextColor property | Asp...

    RevisionOptions.deletedTextColor property. Allows to specify the color to be used for deleted content [RevisionType.Deletion](../../../aspose.words/revisiontype/#Deletion)...bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . showInBalloons...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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/
  7. Aspose::Words::Layout::RevisionOptions::get_Mov...

    Aspose::Words::Layout::RevisionOptions::get_MovedFromTextEffect method. Allows to specify the effect to be applied to the areas where content was moved from Moving. Default value is DoubleStrikeThrough in C++....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions -> set_ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Aspose::Words::Layout::RevisionOptions::get_Mov...

    Aspose::Words::Layout::RevisionOptions::get_MovedToTextColor method. Allows to specify the color to be used for areas where content was moved to Moving. Default value is ByAuthor in C++....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions -> set_ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::Layout::RevisionOptions::get_Mov...

    Aspose::Words::Layout::RevisionOptions::get_MovedToTextEffect method. Allows to specify the effect to be applied to the areas where content was moved to Moving. Default value is DoubleUnderline in C++....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions -> set_ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. 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....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

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