Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 187,783 for

page

(0.09 sec)
  1. What is PDF file? | Knowledge Base

    PDF is the most popular Page Description language. The format is known to anyone who has a computer and is supported by most interfaces and systems....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/what-is-pdf-file/
  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. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Move or Delete Pages in PDF using Python https://products.aspose.com/pdf/python-net/Pages/ Recent content in Add, Move or Delete Pages in ......Products – Add, Move or Delete pages in PDF using Python https://products...com/pdf/python-net/pages/ Recent content in Add, Move or Delete pages in PDF...

    products.aspose.com/pdf/python-net/pages/index.xml
  4. Setting Headers and Footers|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C# API or .NET Library....useful information like the page number, author name, topic name...footers are managed using the page‑setup settings. Setting Headers...

    docs.aspose.com/cells/net/setting-headers-and-f...
  5. How to Convert CSV to PDF in C++

    This basic tutorial will explain how to convert CSV to PDF in C++. You will change CSV to PDF in C++ such that all the contents in the CSV will be printed on a single Page in the output PDF....Page Product Family Aspose.PSD Product...of the CSV file to a single page in the output PDF. Steps to...

    kb.aspose.com/cells/cpp/how-to-convert-csv-to-p...
  6. Change Background of VSD File via .NET | produc...

    C# source code to change background of VSD documents on .NET Framework, .NET Core, Mono or COM Interop....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/net/changebackgroun...
  7. Change Background of VDW File via .NET | produc...

    C# source code to change background of VDW documents on .NET Framework, .NET Core, Mono or COM Interop....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/net/changebackgroun...
  8. 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...
  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. 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...