Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 140,592 for

page

(0.05 sec)
  1. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of paragraph count in your document for better content management....document statistics such as word/page/character counts as metadata...Statistics // Page count: The PageCount property shows the page count...

    reference.aspose.com/words/net/aspose.words.pro...
  2. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...all the pages foreach (Page page in pdfDocument.Pages) { // Adjust...and CropBox page.MediaBox = new Rectangle( page.MediaBox.LLX...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  3. Draw shapes in PS files | API for .NET

    .NET API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C# code snippet....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/add-shapes-to-ps/
  4. Გადაიყვანეთ Გამოსახულება DOCX Java

    გადაიყვანეთ Გამოსახულება DOCX Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOCX 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/im...
  5. Გადაიყვანეთ Გამოსახულება WORD Java

    გადაიყვანეთ Გამოსახულება WORD Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც 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/im...
  6. 在 Jython 中设置页面选项|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... page_orientation () self . scaling () def page_orientation...Portrait page_setup = sheet . getPageSetup () page_orientation_type...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  7. Convert Image To JPG C#

    Convert Image to JPG format in C# code. Save Image as JPG using C#....jpg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.jpg", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  8. Convert Image To BMP C#

    Convert Image to BMP format in C# code. Save Image as BMP using C#....bmp); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.bmp", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  9. Several TEXT Into SVG Java

    Merge multiple TEXT into SVG in Java code. Save TEXT as SVG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/text-to-svg/
  10. Convert HTML To DOCX C++

    Convert HTML to DOCX format in C++ code. Save HTML as DOCX using 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/cpp/conversion/html-t...