Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 184,195 for

page

(0.11 sec)
  1. Փոխարկել 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/hy/java/conversion/wo...
  2. Փոխարկել 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...
  3. Փոխարկել DOC RTF Java

    Փոխարկեք DOC ը RTF ձևաչափի Java կոդով: Պահեք DOC որպես RTF օգտագործելով Java:...for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.rtf", page + 1)...

    products.aspose.com/words/hy/java/conversion/do...
  4. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS Page using graphic utilities in Aspose.Page API for Java...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/xps/graphic-utilities/
  5. 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...
  6. 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...
  7. Border | Aspose.Words for Java

    Represents a border of an object in Java....border from text or from the page edge in points. getLineStyle()...border from text or from the page edge in points. setLineStyle(int...

    reference.aspose.com/words/java/com.aspose.word...
  8. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....should add all annotations to the page. Add Highlight Annotation import...HighlightAnnotation ( document . pages [ 1 ], ap . Rectangle ( 300...

    docs.aspose.com/pdf/python-net/highlights-annot...
  9. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....positioned in the centre of the page. While in Aspose.Words there...// Place the watermark in the page center. watermark . setRelativeHorizonta...

    docs.aspose.com/words/java/add-watermark-in-doc...
  10. BorderCollection.shadow property | Aspose.Words...

    BorderCollection.shadow property. Gets or sets a value indicating whether the border has a shadow....wavy page border with a shadow. doc = aw . Document () page_setup...doc . sections [ 0 ] . page_setup page_setup . borders . line_style...

    reference.aspose.com/words/python-net/aspose.wo...