Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 187,783 for

page

(0.09 sec)
  1. Փոխարկել DOC DOCX Java

    Փոխարկեք DOC ը DOCX ձևաչափի Java կոդով: Պահեք DOC որպես 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/hy/java/conversion/do...
  2. MHT imaging using aspose.html V25.3, content ke...

    i have Aspose.Total.Java.lic license. i’m trying to convert mhtml files to jpg using aspose-html Irrespective of 24.11 or 24.12 version of Aspose.html, content keeps getting cutoff for some MHT files. There were some t…... Page Size and Margins : You can customize the page size...example, you can set a custom page size like this: ImageSaveOptions...

    forum.aspose.com/t/mht-imaging-using-aspose-htm...
  3. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....related to the page layout algorithms (e.g. PAGE, PAGES, PAGEREF)...PAGEREF). The page layout-related fields are updated when you render...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Convert PDF file to other formats|Aspose.PDF fo...

    Learn how to convert PDF documents to other formats such as Word, Excel, and image formats using Aspose.PDF in C++....whole PDF document and single page to a Text file. Convert whole...extract the texts from the all pages. void ConvertPDFDocToTXT ()...

    docs.aspose.com/pdf/cpp/convert-pdf-to-other-fi...
  5. Convert HTML To Markdown Python

    Convert HTML to Markdown format in Python code. Save HTML as Markdown using Python....the easy steps to turn a HTML page into MD format. Read your HTML...md) for page in range(doc.page_count): save_options.page_set =...

    products.aspose.com/words/python-net/conversion...
  6. Convert HTML To MARKDOWN Python

    Convert HTML to MARKDOWN format in Python code. Save HTML as MARKDOWN using Python....the easy steps to turn a HTML page into Markdown format. Read your...md) for page in range(doc.page_count): save_options.page_set =...

    products.aspose.com/words/python-net/conversion...
  7. Eliminate Extra spacing\lines in MS Word before...

    Hello We use MS Word Template with xml data to create pdfs using Aspose. Currently we are facing an issue when we assemble multiple Word Templates together before mailmerge. Looking to see how to eliminate the extra li…...section break inserts an implicit page break, which can look like an...an extra line when the page layout is tight. Use SectionBreakType...

    forum.aspose.com/t/eliminate-extra-spacing-line...
  8. Aspose.Total for Android via Java|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....for Android via Java Product Page Download Aspose.Words for Android...for Android via Java Product Page Download Aspose.PDF for Android...

    docs.aspose.com/total/android-java/
  9. 如何在 HTML 转换过程中调整文档大小?- C#

    了解如何使用 Aspose.HTML for .NET 在转换为 PDF、XPS、DOCX 和图像格式时通过设置渲染选项来调整 HTML 文档的大小。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/zh/net/resize-document/
  10. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…... When page‑by‑page layout is not essential...you do not require exact page‑by‑page layout. TL;DR The dotted...

    forum.aspose.com/t/bug-when-generating-html-in-...