Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 141,589 for

page

(0.11 sec)
  1. PDF Conversion Solution using PHP | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for PHP via Java...API supports converting PDF pages to PowerPoint Presentation Slides...resultant HTML into multiple pages and more. PDF to HTML PDF to...

    products.aspose.com/pdf/php-java/conversion/
  2. Document.footnote_options property | Aspose.Wor...

    Document.footnote_options property. Provides options that control numbering and positioning of footnotes in this document....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/python-net/aspose.wo...
  3. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a document or section...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/python-net/aspose.wo...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Showcases https://docs.aspose.com/imaging/net/showcases/ Recent content in Showcases on Documentation Hugo -- gohugo.io https://docs.aspose.com/imagi......ti-page-tiff-file 2) Create an animation from multi-page Tiff...gle-page-image 3) Create APNG animation from single-page image...

    docs.aspose.com/imaging/net/showcases/index.xml
  5. 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/
  6. 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/
  7. FootnoteOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FootnoteOptions class for customizable footnote numbering in your documents and sections. Enhance your document's clarity today!...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/net/aspose.words.not...
  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...