Sort Score
Result 10 results
Languages All
Labels All
Results 6,581 - 6,590 of 187,982 for

page

(0.19 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. 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...
  4. How to Insert Audio in PDF using Java

    This article describes how to insert audio in PDF using Java. It contains all the basic information to set the IDE and sample coded demonstrating the complete process to embed audio file in PDF using Java....Page Product Family Aspose.PSD Product...object and access the desired page for adding audio Create a SoundAnnotation...

    kb.aspose.com/pdf/java/how-to-insert-audio-in-p...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – متن، تصویر یا تمبر صفحه در PDF با استفاده از C++ https://products.aspose.com/pdf/fa/cpp/stamps/ Recent content in متن، تصویر یا تمبر صفحه در PD......c1 // Add stamp to particular page line cl n documento -&gt;n get_Pagesp...c1 // Add stamp to particular page line cl n documento -&gt;n get_Pagesp...

    products.aspose.com/pdf/fa/cpp/stamps/index.xml
  6. Aspose::Words::Saving namespace | Aspose.Words ...

    Aspose::Words::Saving namespace. The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents in C++....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/cpp/aspose.words.sav...
  7. Convert DOC To HTML C++

    Convert DOC to HTML format in C++ code. Save DOC as HTML 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/doc-to...
  8. Convert Image To BMP C#

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

    products.aspose.com/words/net/conversion/image-...
  9. Convert Image To JPG C#

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

    products.aspose.com/words/net/conversion/image-...
  10. Convert Image To DOC C#

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

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