Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 10,496 for

page count

(0.14 sec)
  1. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......LastChild Node False True False count Count int False True False story_type...Words.BookmarkCollection count Count int False True False [index]...

    docs.aspose.com/words/af/python-net/python-note...
  2. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the Page is appended, the aspect …...image that is larger than the page is appended, the aspect ratio...Aspose.Pdf.Document(); Page page = pdfDoc.Pages.Add(); FileStream...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  3. Insert a chart|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.... Count () == 0 ) { // The specified...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/insert-a-chart/
  4. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling....the formatted text to a new page in a PDF. Create a new PDF document...formatted text fragment into the page’s paragraphs collection. Save...

    docs.aspose.com/pdf/python-net/text-formatting-...
  5. 将图像添加到 PDF 使用 C++|Aspose.PDF for C++

    本节描述如何使用 C++ 库将图像添加到现有的 PDF 文件中。...获取要添加图像的页面 auto page = document -> get_Pages () -> idx_get (...); // 将图像添加到页面资源的 Images 集合中 page -> get_Resources () -> get_Images...

    docs.aspose.com/pdf/zh/cpp/add-image-to-existin...
  6. Working with Styles and Themes|Aspose.Words for...

    Access and manage styles and themes in a document using Node.js....useful to identify, list and count paragraphs and runs of text...results. Please refresh the page and try again....

    docs.aspose.com/words/nodejs-net/working-with-s...
  7. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...tiffSettings ); // Convert a particular page and save the image to stream...tiffSettings ); // Convert a particular page and save the image to stream...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  8. 如何将智能卡签名添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用签名字段从智能卡签署PDF文档。... Pages [ 1 ], new Aspose . Pdf . Rectangle...index = 0 ; index <= sigNames . Count - 1 ; index ++) { if (! pdfSign...

    docs.aspose.com/pdf/zh/net/sign-pdf-document-fr...
  9. Aspose.Cells 8.5.2中的公共API更改|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.... Blue ); //Set one page per sheet to true in image or...仅Microsoft Excel 2013支持Distinct Count统计函数。 GridDesktop 更好地处理事件 Aspose...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for Page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...