Sort Score
Result 10 results
Languages All
Labels All
Results 6,381 - 6,390 of 181,770 for

page

(0.23 sec)
  1. Փոխարկել WORD XPS C++

    Փոխարկեք WORD ը XPS ձևաչափի C++ կոդով: Պահեք WORD որպես XPS օգտագործելով 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/hy/cpp/conversion/wor...
  2. Մի Քանի WORD Դեպի Պատկեր Java

    Միավորել մի քանի WORD Պատկեր ին Java կոդի մեջ: Պահպանեք WORD որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/word-to...
  3. Մի Քանի DOC Դեպի PNG Java

    Միավորել մի քանի DOC PNG ին Java կոդի մեջ: Պահպանեք DOC որպես PNG օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/doc-to-...
  4. Aspose::Words::LowCode::Watermarker::SetImage m...

    Aspose::Words::LowCode::Watermarker::SetImage method. Adds an image watermark into the document from streams with options in C++....PNG, or WebP), only the first page of the output will be saved...PNG, or WebP), only the first page of the output will be saved...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. JPEG to EPUB Converter using C# | Aspose.PDF

    Sample code for JPEG to EPUB C# conversion. Use API example code for batch JPEG files to EPUB conversion within VB.NET, ASP.NET, or any .NET-based application...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/net/conversion/jpeg-to-...
  6. Connect Shapes in Visio via .NET | products.asp...

    C# source code to connect shapes in Visio on .NET Framework, .NET Core, Mono Platforms....) Select Page via its index. Use the ConnectShapesViaConn...connect shapes in the selected page Save Diagram in Vsdx format...

    products.aspose.com/diagram/net/developer/conne...
  7. FieldXE.is_bold property | Aspose.Words for Python

    FieldXE.is_bold property. Gets or sets whether to apply bold formatting to the entry's Page number....bold formatting to the entry’s page number. @property def is_bold...side, # and the number of the page that contains the XE field on...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Hyphenation class | Aspose.Words...

    Aspose::Words::Hyphenation class. Provides methods for working with hyphenation dictionaries. These dictionaries prescribe where words of a specific language can be hyphenated. To learn more, visit the documentation article in C++....to request dictionaries when page layout of the document is built...to request dictionaries when page layout of the document is built...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  9. Გადაიყვანეთ JPG WORD Java

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

    products.aspose.com/words/ka/java/conversion/jp...
  10. Გადაიყვანეთ WORD PDF Java

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

    products.aspose.com/words/ka/java/conversion/wo...