Sort Score
Result 10 results
Languages All
Labels All
Results 5,291 - 5,300 of 184,569 for

page

(0.1 sec)
  1. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each Page, enhancing clarity and visual analysis....returned array represents a single page of the output rendered as an...returned array represents a single page of the output rendered as an...

    reference.aspose.com/words/net/aspose.words.low...
  2. Modifications on PDF documents - Free Support F...

    Hell Support, I am working with the team for our Aspose use cases on document related requirements. We ran into an issue while trying to import the appose-pdf library and were hoping you could assist us with this. The …...each page foreach (Page page in pdfDocument.Pages) { page.AddStamp(textStamp);...iterating through the stamps on each page and removing the specific one...

    forum.aspose.com/t/modifications-on-pdf-documen...
  3. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document....document statistics such as word/page/character counts as metadata...Statistics # Page count: The page_count property shows the page count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.words property | Aspo...

    BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the document....document statistics such as word/page/character counts as metadata...Statistics # Page count: The page_count property shows the page count...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Comparer.compare_to_images method | Aspose.Word...

    aspose.words.lowcode.Comparer.compare_to_images method...returned array represents a single page of the output rendered as an...returned array represents a single page of the output rendered as an...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::LowCode::Watermarker::SetImage m...

    Aspose::Words::LowCode::Watermarker::SetImage method. Adds an image watermark into the document from streams with options in C++....PNG, or WebP), only the first page of the output will be saved...PNG, or WebP), only the first page of the output will be saved...

    reference.aspose.com/words/cpp/aspose.words.low...
  7. BuiltInDocumentProperties.Characters | Aspose.W...

    Discover the BuiltInDocumentProperties Characters property, providing an accurate character count estimate to enhance document management and efficiency....document statistics such as word/page/character counts as metadata...Statistics // Page count: The PageCount property shows the page count...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Convert PDF to EPUB, TeX, Text, XPS in Rust|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Rust....demonstrates how to convert the first page of a PDF document into a Grayscale...Convert a PDF Page to Grayscale PDF using page_grayscale function...

    docs.aspose.com/pdf/rust-cpp/convert-pdf-to-oth...
  9. PDF to JPG,JPG比原始文件大了。 - Free Support Forum - a...

    你好,感谢您的查看和帮助。 /// <summary> /// 极简版:直接保存PDF中的图片(纯Aspose.PDF官方API,跨平台) /// </summary> public static void ExtractImageFromPdfSimple(string inputPath, string outputDirectory) { if (!Directory.Exists(outputDirecto…...imageCount = 0; foreach (Page page in document.Pages) { foreach (XImage...(XImage xImage in page.Resources.Images) { imageCount++; string outputPath...

    forum.aspose.com/t/pdf-to-jpg-jpg/323716
  10. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....Programming Sample Split Multiple Pages Aspose.Diagram for Java allows...allows splitting multiple pages while converting the Microsoft Visio...

    docs.aspose.com/diagram/java/convert-visio-to-pdf/