Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 401,869 for

document

(0.71 sec)
  1. Specify Save Options in C++|Aspose.Words for C++

    More accurately control the save process....Contents [ Hide ] When saving a document, you can set some advanced...options before saving the document into HTML: You can download...

    docs.aspose.com/words/cpp/specify-save-options/
  2. Convert PDF to Excel in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET library allows you to convert PDF to Excel format using C#. These formats include XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....as a second argument to the Document.Save(..) constructor. The...instance of Document object with the source PDF document. Create...

    docs.aspose.com/pdf/net/convert-pdf-to-excel/
  3. SaveOptions.CreateSaveOptions | Aspose.Words fo...

    Discover the CreateSaveOptions method to easily generate save options tailored for your preferred format, enhancing your Document management efficiency....rendering large documents to PDF. Document doc = new Document ( MyDir...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Extract text from PDF in PHP | Aspose.PDF

    PHP sample code for extracting text from PDF file on on any platform....powerful, and easy-to-use document manipulation API for php-java...the PDF with an instance of Document. Create TextAbsorber object...

    products.aspose.com/pdf/php-java/parser/text/
  5. Extract text or images from PDF using PHP | Asp...

    PHP sample code for extracting text and images from PDF files on on any platform....powerful, and easy-to-use document manipulation API for php-java...the PDF with an instance of Document. Create a TextAbsorber object...

    products.aspose.com/pdf/php-java/parser/
  6. Split PDF API | Aspose.PDF

    Split PDF Pages Using .NET, Java, C++, and Android...specific sections or pages of a document via email, cloud services...for details within a larger document. By splitting PDF, sensitive...

    products.aspose.com/pdf/splitter/
  7. Range class | Aspose.Words for Node.js

    Aspose.Words.Range class. Represents a contiguous area in a Document...Represents a contiguous area in a document. To learn more, visit the...with Ranges documentation article. Remarks The document is represented...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Splitter.split method | Aspose.Words for Python

    aspose.words.lowcode.Splitter.split method...output_file_name, options) Splits a document into multiple parts based...to generate file name for document parts using rule “outputFile_partIndex...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a Document to HTML in Java....saves images when saving a document to HTML. May be used by other...during saving into Markdown document. public void renameImages()...

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