Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 424,285 for

document

(0.34 sec)
  1. Aspose::Words::Loading::ChmLoadOptions class | ...

    Aspose::Words::Loading::ChmLoadOptions class. Allows to specify additional options when loading CHM Document into a Document object. To learn more, visit the Documentation article in C++....options when loading CHM document into a Document object. To learn more...the Specify Load Options documentation article. class ChmLoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. Extract Text and Images from XLTM File Online a...

    Online XLTM file parser app. C++ API C++ code to extract text in rows and cells from XLTM spreadhseets....Develop powerful C++ based XLTM document parser utility application...for XLTM document parsing. Download Parse XLTM Document via Online...

    products.aspose.com/total/cpp/parse/xltm/
  3. Extract Text and Images from XLSB File Online a...

    Online XLSB file parser app. C++ API C++ code to extract text in rows and cells from XLSB spreadhseets....Develop powerful C++ based XLSB document parser utility application...for XLSB document parsing. Download Parse XLSB Document via Online...

    products.aspose.com/total/cpp/parse/xlsb/
  4. Paragraph.IsEndOfSection | Aspose.Words for .NET

    Discover the Paragraph IsEndOfSection property, identify if a paragraph is the last in a section's main text for enhanced Document structure and clarity....one document to a bookmark in another document. Document doc...doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  5. XML Parser Specification (XPS)|Aspose.Slides Do...

    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....description language and a fixed-document format originally developed...XPS is designed to preserve document fidelity and provide device-independent...

    docs.aspose.com/slides/java/xml-parser-specific...
  6. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for .NET recognition results as PDF, text, Word, or Excel Documents, as well as XML and JSON files....Pdf Portable Document Format. The original images...SaveFormat.PdfNoImg Portable Document Format containing only text...

    docs.aspose.com/ocr/net/save-file/
  7. 用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/
  8. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....the Working with Fields documentation article. Remarks: Inserts...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  9. 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/...
  10. 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/