Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 184,209 for

page

(0.31 sec)
  1. Փոխարկել WORD Պատկեր C++

    Փոխարկեք WORD ը Պատկեր ձևաչափի C++ կոդով: Պահեք WORD որպես Պատկեր օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/hy/cpp/conversion/wor...
  2. Փոխարկել 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/hy/net/conversion/htm...
  3. Გადაიყვანეთ DOC PNG Java

    გადაიყვანეთ DOC PNG Java ფორმატში კოდით. შეინახეთ DOC როგორც PNG Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.png" , page + 1...

    products.aspose.com/words/ka/java/conversion/do...
  4. Გადაიყვანეთ TEXT SVG Java

    გადაიყვანეთ TEXT SVG Java ფორმატში კოდით. შეინახეთ TEXT როგორც SVG Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.svg" , page + 1...

    products.aspose.com/words/ka/java/conversion/te...
  5. Փոխարկել TEXT Պատկեր Java

    Փոխարկեք TEXT ը Պատկեր ձևաչափի Java կոդով: Պահեք TEXT որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/hy/java/conversion/te...
  6. Aspose::Words::Document::get_Frameset method | ...

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this document represents a frames Page in C++....document represents a frames page. System :: SharedPtr < Aspose...Shows how to access frames on-page. // Document contains several...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Add Table to PDF using C++ | Aspose.PDF

    Adding table in PDF file programmatically with C++ sample code using Aspose.PDF for C++... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/cpp/table/add/
  8. BMP to PDF Merge using Java | Aspose.PDF

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

    products.aspose.com/pdf/java/merger/bmp-to-pdf/
  9. RelativeHorizontalSize | Aspose.Words for Java

    Specifies relatively to what the width of a shape or a text frame is calculated horizontally in Java....odd pages and to the right margin area size for even pages. LEFT_MARGIN...odd pages and to the left margin area size for even pages. PAGE...

    reference.aspose.com/words/java/com.aspose.word...
  10. RelativeVerticalSize | Aspose.Words for Java

    Specifies relatively to what the height of a shape or a text frame is calculated vertically in Java....top margin area size for odd pages and to the bottom margin area...area size for even pages. MARGIN Specifies that the height is calculated...

    reference.aspose.com/words/java/com.aspose.word...