Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 181,027 for

page

(0.08 sec)
  1. FieldIndex.NumberOfColumns | Aspose.Words for .NET

    Discover the FieldIndex NumberOfColumns property to easily customize your index layout with optimal column settings for enhanced readability and performance....sets the number of columns per page used when building the index...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting....some page setup properties for the section. section . page_setup... SectionStart . NEW_PAGE section . page_setup . paper_size =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 在 AWS 中转换文档|Aspose.PDF for .NET

    学习如何在 AWS 环境中部署和使用 Aspose.PDF for .NET。解锁云中的强大 PDF 处理能力。...(); // Add a page Page page = pdfDocument . Pages . Add (); //...// Add text elements page . Paragraphs . Add ( new TextFragment...

    docs.aspose.com/pdf/zh/net/integration-aws/
  4. 使用 C# 向 PDF 添加标题 | Aspose.PDF

    使用 Aspose.PDF 通过 .NET 处理来自 PDF 的标头的示例 C# 代码。...on all pages foreach ( var page in pdfDocument . Pages ) { page...

    products.aspose.com/pdf/zh-hans/net/header/
  5. Word Table Cell Merge Issue - Free Support Foru...

    Cell Merge is not working for me. Below is my code. Table footerTbl = builder.StartTable(); builder.InsertCell(); builder.CellFormat.HorizontalMerge = CellMerge.First; builder.Font.Size = 8; builder.ParagraphFormat.Alig…...trying to do is to write the page number into the footer and have...InsertField(FieldType.FieldPage, true); // page number in merged cell builder...

    forum.aspose.com/t/word-table-cell-merge-issue/...
  6. Convert cmx to pdf|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....we can convert single paged or multi-page cmx image to pdf. The...

    docs.aspose.com/imaging/net/convert-cmx-to-pdf/
  7. Aspose::Words::LowCode::Splitter::ExtractPages ...

    Aspose::Words::LowCode::Splitter::ExtractPages method. Extracts a specified range of Pages from a document stream and saves the extracted Pages to an output stream using the specified save format in C++....Extracts a specified range of pages from a document stream and saves...saves the extracted pages to an output stream using the specified...

    reference.aspose.com/words/cpp/aspose.words.low...
  8. Manage Visio File Metadata via Java | products....

    View, add, edit, remove or extract Visio files metadata with just few lines of Java code...with collection of pages as well as Page class for representing...representing single Page. Along with these classes, documentproperties...

    products.aspose.com/diagram/java/metadata/
  9. 使用 Python 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF 通过 Python 和 .NET 处理 PDF 页脚的 Python 代码示例。... Top = 20 for page in document . pages : page . footer = footer...

    products.aspose.com/pdf/zh-hans/python-net/footer/
  10. HMTL to PDF conversion - Free Support Forum - a...

    Hi Team, I am working on convert HTML to PDF, my issue is style are not applying from style block block. My code: foreach (string contentPart in contentParts) { Aspose.Pdf.Page Page = merge…...Page page = mergedPdfDocument.Pages.Add(); if (pageSettingData...PageSettingPdf(mergedPdfDocument, page, pageSettingData, pageIndex);...

    forum.aspose.com/t/hmtl-to-pdf-conversion/314583