Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 181,431 for

page

(0.13 sec)
  1. 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/
  2. Error handling|Documentation

    Debugging and identifying errors in the Aspose.OMR for Java machine-readable forms.... getErrorMessage ()); } Page setup Analyzing your prompt...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/omr/java/generate-template/erro...
  3. Aspose::Words::Fields::FieldSectionPages class ...

    Aspose::Words::Fields::FieldSectionPages class. Implements the SECTIONPageS field. To learn more, visit the documentation article in C++....SECTIONPAGES fields to number pages by sections. auto doc = System...()); // A PAGE field displays the number of the page it is in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Working with Shapes in PS file | Python

    How to add shapes to 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...
  5. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.Pages property. Represents an estimate of the number of Pages in the document....pages property BuiltInDocumentPrope.pages property Represents...number of pages in the document. @property def pages ( self )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Recognize multipage TIFF via C# | Aspose

    Recognize multiPage TIFF via C#....specify the start page and the total number of pages to be recognized...recognized. Pages are indexed starting from 0. By default, you will...

    products.aspose.com/ocr/net/recognition/recogni...
  7. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your document's Page count for efficient management and organization....Pages Contents [ Hide ] BuiltInDocumentPrope.Pages property Represents...number of pages in the document. public int Pages { get ; set...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Import and Export Annotations to XFDF|Aspose.PD...

    You may import and export annotation with XFDF format with C# and Aspose.PDF for .NET library....Document ()) { // Add page var page = document . Pages . Add (); // Bind...()) { // Add page var page = documentTo . Pages . Add (); //...

    docs.aspose.com/pdf/net/import-export-xfdf/
  9. Convert PDF To PNG C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert WORD To TIFF C#

    Convert a Word document to TIFF format in C# code. Save a Word document as TIFF using C#....Tiff); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .tiff" ...

    products.aspose.com/words/net/conversion/word-t...