Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 10,603 for

page count

(0.08 sec)
  1. Using Smart Markers|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.... (1=AVERAGE, 2=COUNT, 3=COUNTA, 4=MAX, 5=MIN,…9=SUM...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/using-smart-markers/
  2. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...
  3. GlossaryDocument class | Aspose.Words for Node.js

    Aspose.Words.BuildingBlocks.GlossaryDocument class. Represents the root element for a glossary document within a Word document... count Gets the number of immediate... pageColor Gets or sets the page color of the document. This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Dynamically Generate Formatted Excel Reports wi...

    This article introduces how to generate report in GridWeb....I place some control on the page and set their properties, i...</ SalesData > private void Page_Load ( object sender , System...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. IResourceSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves external resources images fonts and css when saving a document to fixed Page HTML or SVG in Java....when saving a document to fixed page HTML or SVG. Examples: Shows...an external resource to fixed page HTML or SVG. /// public void...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.OCR Not Detecting All Text in Mixed Sear...

    Hi Support, We have a requirement to convert existing PDFs into searchable PDFs. Some of our PDFs already contain searchable PDF text fragments, but they may also contain images on the same Page which include text. Our…...also contain images on the same page which include text. Our requirement...contained inside images on the PDF pages. We are already using Aspose...

    forum.aspose.com/t/aspose-ocr-not-detecting-all...
  7. Add Table to PDF using C# | Aspose.PDF

    Adding table in PDF file programmatically with C# sample code using Aspose.PDF for .NET... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/net/table/add/
  8. Convert WORD To Image Python

    Convert a Word document to Image format in Python code. Save a Word document as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  9. Convert TEXT To Image Python

    Convert TEXT to Image format in Python code. Save TEXT as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To GIF Python

    Convert TEXT to GIF format in Python code. Save TEXT as GIF using Python....GIF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .gif" , save_options)...

    products.aspose.com/words/python-net/conversion...