Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 187,808 for

page

(0.13 sec)
  1. ParagraphFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.ParagraphFormat class for comprehensive paragraph formatting options. Enhance your document styling effortlessly!...paragraph are to remain on the same page. KeepWithNext { get; set; }...paragraph is to remains on the same page as the paragraph that follows...

    reference.aspose.com/words/net/aspose.words/par...
  2. 从 PDF 中删除表单 C#|Aspose.PDF for .NET

    基于子类型/表单使用 Aspose.PDF for .NET 库删除文本。 从 PDF 中删除所有表单。...from the first page var forms = document . Pages [ 1 ]. Resources...from the first page var forms = document . Pages [ 1 ]. Resources...

    docs.aspose.com/pdf/zh/net/remove-form/
  3. Split RTF File Online or via .NET | products.as...

    Free online app to split different RTF files. .NET C# splitter library code for RTF documents....Get total pages using Page Count. Loop through each page and use...to extract the page. Save the extracted page into new RTF file...

    products.aspose.com/total/net/split/rtf/
  4. 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/...
  5. Converting a XML file to BMP using C# | Aspose.PDF

    Sample code for XML‑to‑BMP conversion in .NET. Use the API example code for batch XML‑to‑BMP conversion within VB.NET, ASP.NET, or any .NET‑based application....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/net/conversion/xml-to-bmp/
  6. Aspose::Words::PageSetup::get_BorderAppliesTo m...

    Aspose::Words::PageSetup::get_BorderAppliesTo method. Specifies which Pages the Page border is printed on in C++....method Specifies which pages the page border is printed on. Aspose...border at the top of the first page. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Shapes being rendered in a different order - Fr...

    Hello! I found inconsistent orders of rendering word shapes to images. I’d like to know why, in the example provided, the header shapes of a Page are being rendered before the shapes in the previous Page. Without settin…...provided, the header shapes of a page are being rendered before the...the shapes in the previous page. Without setting the license,...

    forum.aspose.com/t/shapes-being-rendered-in-a-d...
  8. 从PDF中的表格提取数据|Aspose.PDF for C++

    学习如何使用Aspose.PDF for C++从PDF中提取表格数据。...扫描页面 for ( auto page : document -> get_Pages ()) { absorber ->...-> Visit ( page ); for ( auto table : absorber -> get_TableList...

    docs.aspose.com/pdf/zh/cpp/extract-data-from-ta...
  9. Add Watermark To PDF with Golang via C++|Docume...

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with Golang via C++....foreground/background, and scale to the page in RenderingWatermark . Add...foreground/background, and scale to the page in RenderingWatermark . Print...

    docs.aspose.com/cells/go-cpp/add-watermark-to-pdf/
  10. How to Add Table in PDF Files using Python | As...

    Do you know how easily add table in PDF via Python? Add table in PDF with high quality using Python PDF library.... Learn the Landing Page for more details. Add Table...instance of Document. Access the Page via its index. Create Table...

    products.aspose.com/pdf/tutorial/add-table-pdf/