Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 189,278 for

page

(0.53 sec)
  1. Aspose::Words::LowCode::SplitCriteria enum | As...

    Aspose::Words::LowCode::SplitCriteria enum. Specifies how the document is split into parts in C++....Description Page 0 Specifies that the document is split into pages. SectionBreak...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. Aspose::Words::Hyphenation class | Aspose.Words...

    Aspose::Words::Hyphenation class. Provides methods for working with hyphenation dictionaries. These dictionaries prescribe where words of a specific language can be hyphenated. To learn more, visit the documentation article in C++....to request dictionaries when page layout of the document is built...to request dictionaries when page layout of the document is built...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  3. 合并图像|Aspose.PDF for Java

    本节解释如何合并图像,并可以保存为Tiff格式。...Document (); Page page = document . getPages (). add (); page . addImage...

    docs.aspose.com/pdf/zh/java/merge-images/
  4. 连接形状|Documentation

    本节介绍如何用 Aspose.Diagram for Java 连接两个形状。..."Rectangle" ; // add two rectangles to page 0 long rectangle1 = diagram... 0 ); // add a connector to page 0 Shape connector1 = new Shape...

    docs.aspose.com/diagram/zh/java/connect-shapes/
  5. Layers missing when converting corel draw file ...

    We are evaluating Aspose.Imaging for our corel draw files noticed that one of our test files have missing layers when converted to jpg or png. It also altered some of the layout of the text. Hope you could help me if thi…...Cast to CdrImage to access pages CdrImage cdrImage = image as...false); } // Get pages array - for single page CDR, Pages will contain...

    forum.aspose.com/t/layers-missing-when-converti...
  6. Working with PDF printing|Aspose.PDF for .NET

    This section explains how to print PDF files with Aspose.PDF Facades using PdfFileEditor class....Default Printer using Printer and Page Settings First, the document...the printing status. Printing pages in Simplex and Duplex mode In...

    docs.aspose.com/pdf/net/working-with-pdf-printi...
  7. 页眉和页脚|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....//Setting the current page number and page count at the right footer...

    docs.aspose.com/cells/zh/java/header-and-footers/
  8. Aspose::Words::TextColumnCollection class | Asp...

    Aspose::Words::TextColumnCollection class. A collection of TextColumn objects that represent all the columns of text in a section of a document. To learn more, visit the documentation article in C++....them equals page width minus left and right page margins. Examples...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. Issue with Missing Radio Button Values in Final...

    We are encountering an issue where radio button values are missing in the final PDF after appending multiple PDF files using the Aspose.Pdf.Document class. The issue occurs specifically when appending editable PDF files …...Pages.Add(tempPdf.Pages); pdfDocument.Save(OutputFile);...Document(InputFile); pdfDocument.Pages.Add(tempPdf.Pages); pdfDocument.Save(OutputFile);...

    forum.aspose.com/t/issue-with-missing-radio-but...
  10. Several DOC Into PNG C#

    Merge multiple DOC into PNG in C# code. Save DOC as PNG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-png/