Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 184,150 for

page

(0.08 sec)
  1. Გადაიყვანეთ HTML GIF C++

    გადაიყვანეთ HTML GIF C++ ფორმატში კოდით. შეინახეთ HTML როგორც GIF C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/ka/cpp/conversion/htm...
  2. Გადაიყვანეთ TEXT GIF C++

    გადაიყვანეთ TEXT GIF C++ ფორმატში კოდით. შეინახეთ TEXT როგორც GIF C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/ka/cpp/conversion/tex...
  3. Փոխարկել DOC Պատկեր C++

    Փոխարկեք DOC ը Պատկեր ձևաչափի C++ կոդով: Պահեք DOC որպես Պատկեր օգտագործելով 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/doc...
  4. Փոխարկել TEXT JPG C++

    Փոխարկեք TEXT ը JPG ձևաչափի C++ կոդով: Պահեք TEXT որպես JPG օգտագործելով 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/tex...
  5. Გადაიყვანეთ WORD TIFF C#

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

    products.aspose.com/words/ka/net/conversion/wor...
  6. Გადაიყვანეთ DOC JPG C++

    გადაიყვანეთ DOC JPG C++ ფორმატში კოდით. შეინახეთ DOC როგორც JPG C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/ka/cpp/conversion/doc...
  7. Aspose::Words::Layout::LayoutEnumerator::get_Cu...

    Aspose::Words::Layout::LayoutEnumerator::get_Current method. Gets or sets current position in the Page layout model. This property returns an opaque object which corresponds to the current layout entity in C++....sets current position in the page layout model. This property...how to see the the ranges of pages that a node spans. auto doc...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. ConvertUtil.PixelToPoint | Aspose.Words for .NET

    Effortlessly convert pixels to points at 96 dpi with ConvertUtil's PixelToPoint method. Enhance your design precision today!...Examples Shows how to specify page properties in pixels. Document...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/net/aspose.words/con...
  9. System displaying invalid character in the chin...

    When rendering the pdf document the watermark text of chinese text showing incorrect word in the textstamp. sampledoc.pdf (222.5 KB) sample.png (13.6 KB) Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(“C:\…...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...

    forum.aspose.com/t/system-displaying-invalid-ch...
  10. 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/