Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 184,142 for

page

(0.28 sec)
  1. Convert TEXT To SVG C++

    Convert TEXT to SVG format in C++ code. Save TEXT as SVG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/text-t...
  2. Convert WORD To TIFF C++

    Convert a Word document to TIFF format in C++ code. Save a Word document as TIFF using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/word-t...
  3. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_SplitPgBreakAndParaMark method. Always Move Paragraph Mark to Page after a Page Break in C++....Move Paragraph Mark to Page after a Page Break. bool Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. PageSetup.BorderAppliesTo | Aspose.Words for .NET

    Discover how the PageSetup BorderAppliesTo property enhances your document layout by controlling Page border printing for a polished, professional look....property Specifies which pages the page border is printed on. public...border at the top of the first page. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/pag...
  5. TIF to PDF-A-1B is not converting as expected. ...

    Hi Team, We are trying to covert TIF File to PDF using Aspose Total, Aspose PDF. But, the result is not as expected. Image is shrinked and is showing as line. Aspose PDF version : 25.7 Current JDK : 21-jre-alpine vert…... a mismatch between the PDF page size and the image size, or...too small. Set Page Size : Make sure that the page size of the PDF...

    forum.aspose.com/t/tif-to-pdf-a-1b-is-not-conve...
  6. Aspose pdf is failing to convert text containin...

    Hello, I’m using TextAbsorber to extract text from pdf but it is failing to convert the superscript and subscript from pdf. The pdf contains simple mathematical and chemistry equations. Please guide me to get it done, I…...convertToText(Document pdfDocument, int page) throws Exception { // Create...the absorber for all PDF page if (page == 0) { pdfDocument.getPages()...

    forum.aspose.com/t/aspose-pdf-is-failing-to-con...
  7. Փոխարկել DOC PNG C++

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

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

    Փոխարկեք DOC ը PNG ձևաչափի C# կոդով: Պահեք DOC որպես 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/hy/net/conversion/doc...
  10. Փոխարկել 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/hy/net/conversion/wor...