Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 184,161 for

page

(0.46 sec)
  1. PDF to DOCX Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to DOCX document In loop: add...

    products.aspose.com/pdf/cpp/merger/pdf-to-docx/
  2. Convert a Document to PDF in Python|Aspose.Word...

    Convert a document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....paginated or has the concept of pages. Convert a Word Document to...mimics the way Microsoft Word’s page layout engine works, making...

    docs.aspose.com/words/python-net/convert-a-docu...
  3. ViewOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.ViewOptions class to customize document display in Microsoft Word, enhancing your editing experience and productivity....text and the top edge of the page. FormsDesign { get; set; } Specifies...document to fit the width of the page. // Set the "ZoomType" property...

    reference.aspose.com/words/net/aspose.words.set...
  4. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...TextFragment(“Heading 3”); Page page = doc.getPages().add(); page.getParagraphs()...getParagraphs().add(tf); page.getParagraphs().add(tf2); page.getParagraphs()...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...
  5. Add Images to PDF using JavaScript via C++ | As...

    Adding images into PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/javascript-cpp/images/add/
  6. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....you can split the document at page breaks and heading paragraphs...it falls under two criteria: PAGE_BREAK and HEADING_PARAGRAPH...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert HTML To GIF Javascript

    Convert HTML to GIF format in JavaScript code. Save HTML as GIF using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/nodejs-net/conversion...
  8. Გადაიყვანეთ HTML GIF C#

    გადაიყვანეთ HTML GIF C# ფორმატში კოდით. შეინახეთ HTML როგორც GIF C#....Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...

    products.aspose.com/words/ka/net/conversion/htm...
  9. Გადაიყვანეთ TEXT PNG C#

    გადაიყვანეთ TEXT PNG C# ფორმატში კოდით. შეინახეთ TEXT როგორც PNG C#....Png); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .png" ,...

    products.aspose.com/words/ka/net/conversion/tex...
  10. Გადაიყვანეთ PDF Გამოსახულება C#

    გადაიყვანეთ PDF Გამოსახულება C# ფორმატში კოდით. შეინახეთ PDF როგორც Გამოსახულება C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

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