Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 188,091 for

page

(0.13 sec)
  1. Adding Bookmarks to PDF file|Aspose.PDF for .NET

    This section explains how to create Nested Bookmarks with PdfContentEditor Class....keep track/link to specific page inside the PDF document. PdfContentEditor...PDF file, at a given page or all pages. Implementation details...

    docs.aspose.com/pdf/net/how-to-create-nested-bo...
  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. Management Features in PHP|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....PHP Display Features in PHP Page Setup Features in PHP Analyzing...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/management-features-...
  4. IDocumentProcessorPlugin.ToPages | Aspose.Words...

    Effortlessly save each Page of your document with the ToPages method, utilizing customizable fixed Page options for optimal results....ToPages method Saves each page of the document loaded by Load...method using the specified fixed page save options. public Stream...

    reference.aspose.com/words/net/aspose.words/ido...
  5. LINQ Reporting Engine API in C#|Aspose.Words fo...

    Learn LINQ Reporting Engine API to build a report in C#.... What is this page about? This page explains the LINQ Reporting...results. Please refresh the page and try again....

    docs.aspose.com/words/net/linq-reporting-engine...
  6. Get Paper Width and Height from PageSetup of Wo...

    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....paper size as it has been set in page setup of the worksheet. Please...Document Assistant Close Calculate Page Setup Scaling Factor Analyzing...

    docs.aspose.com/cells/java/get-paper-width-and-...
  7. 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...
  8. 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...
  9. 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...
  10. 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...