Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 181,794 for

page

(0.58 sec)
  1. Convert Excel to PDF with Golang via C++|Docume...

    Learn how to convert Excel workbooks to PDF format using Aspose.Cells with Golang via C++....Cells Yes Page Break Yes Page Setup Header/Footer Yes Page Setup...Margins Yes Page Setup Page Orientation Yes Page Setup Page Size Yes...

    docs.aspose.com/cells/go-cpp/convert-excel-to-pdf/
  2. System displaying invalid character in the chin...

    When rendering the pdf document the watermark text of chinese text showing incorrect word in the textstamp. sampledoc.pdf (222.5 KB) sample.png (13.6 KB) Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(“C:\…...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...Top; foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...

    forum.aspose.com/t/system-displaying-invalid-ch...
  3. 有什么新功能|Aspose.PDF for Java

    本页面介绍了Aspose.PDF for Java最近发布版本中引入的最受欢迎的新功能。... Page page = document . getPages ()....迭代页面内容。 for ( int i = 1 ; i <= page . getContents (). size (); i...

    docs.aspose.com/pdf/zh/java/whatsnew/
  4. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....you can split the document at page breaks and heading paragraphs...it falls under two criteria: PAGE_BREAK and HEADING_PARAGRAPH...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/ps/working-with...
  6. Convert HTML To Image C++

    Convert HTML to Image format in C++ code. Save HTML as Image using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/html-t...
  7. Convert WORD To PNG C++

    Convert a Word document to PNG format in C++ code. Save a Word document as PNG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/word-t...
  8. Convert TEXT To SVG C#

    Convert TEXT to SVG format in C# code. Save TEXT as SVG using C#....Svg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .svg" ,...

    products.aspose.com/words/net/conversion/text-t...
  9. Convert TEXT To GIF C++

    Convert TEXT to GIF format in C++ code. Save TEXT as GIF using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/text-t...
  10. Render table with Entity Framework|Aspose.PDF f...

    This article will show you how to render table using Entity Framework model as data source using the Aspose.PDF for .NET....PDF library uses the Document-Page model, where: Document - contains...document including page collection. Page - contains the properties...

    docs.aspose.com/pdf/net/render-table-using-enti...