Sort Score
Result 10 results
Languages All
Labels All
Results 9,731 - 9,740 of 400,591 for

document

(0.73 sec)
  1. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications....the pages of PDF document through the Document object’s PageCollection...each iteration, create a new Document object and add the individual...

    docs.aspose.com/pdf/php-java/split-document/
  2. Android API to Convert DOT to XLSB or with free...

    Convert DOT to XLSB in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free DOT to XLSB online converter quickly before integrating the code....developers to easily integrate document manipulation and conversion...API, which is a feature-rich document manipulation and conversion...

    products.aspose.com/total/android-java/conversi...
  3. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    Discover the FieldStyleRef InsertParagraphNumber property to easily manage paragraph numbering in your Documents, ensuring accurate references and enhanced formatting....exactly as it appears in the document. public bool InsertParagraphNumbe...STYLEREF fields. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Working with XML|Aspose.PDF for Java

    Learn how to generate a PDF Document from XML in Aspose.PDF for Java...with XML documents. Create a Hello World PDF Document through...transform your existing XML document to PDF. Generate PDF from...

    docs.aspose.com/pdf/java/working-with-xml/
  5. Aspose::Words::AI::IAiModelText::CheckGrammar m...

    Aspose::Words::AI::IAiModelText::CheckGrammar method. Checks grammar of the provided Document. This operation leverages the connected AI model for checking grammar of Document in C++....Checks grammar of the provided document. This operation leverages...model for checking grammar of document. virtual System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  6. 在使用 JavaScript 通过 C++ 将电子表格转换为 HTML 时,为 WordArt...

    学习如何在使用 Aspose.Cells for JavaScript 通过 C++ 将电子表格转换为 HTML 时,为 WordArt 渲染渐变填充。...Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  7. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。...Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const resultDiv = document . getElementById ( 'result'...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...
  8. HtmlSaveOptions.navigation_map_level property |...

    HtmlSaveOptions.navigation_map_level property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats...of navigation through the document structure. Usually navigation...correspond to headings in the document. In order to populate headings...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Text Stamp to PDF using C++ | Aspose.PDF

    Add text stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++.... powerful and easy to use document manipulation API for cpp platform...Cpp Add Text Stamp to PDF Document C++ You need Aspose.PDF for...

    products.aspose.com/pdf/cpp/stamps/text/
  10. 用C++打开PDF文档|Aspose.PDF for C++

    使用Aspose.PDF的下一个代码片段,通过C++库打开您的PDF文档。...pdf" ); auto document = MakeObject < Document > ( fileName );...); int countPages = document -> get_Pages () -> get_Count ();...

    docs.aspose.com/pdf/zh/cpp/open-pdf-document/