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

document

(0.41 sec)
  1. Extract Text and Images from ODS File Online an...

    Online ODS file parser app. Android API code to extract text in rows and cells from ODS spreadhseets....powerful Android based ODS document parser utility application...for ODS document parsing. Download Parse ODS Document Online Import...

    products.aspose.com/total/android-java/parse/ods/
  2. Extract Text and Images from XLS File Online an...

    Online XLS file parser app. Android API code to extract text in rows and cells from XLS spreadhseets....powerful Android based XLS document parser utility application...for XLS document parsing. Download Parse XLS Document Online Import...

    products.aspose.com/total/android-java/parse/xls/
  3. Extract Text and Images from XLSB File Online a...

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

    products.aspose.com/total/android-java/parse/xlsb/
  4. Compare Documents in C#|Aspose.Words for .NET

    Compare two Documents in any supported formats and shows content changes using C#. You can apply advanced options when comparing....Ask AI Compare Documents Contents [ Hide ] Purpose Summary This...outlines how to compare two Word documents for differences using Aspose...

    docs.aspose.com/words/net/compare-documents/
  5. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…... Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions...pdf"); After checking the Word document, the text seems to come from...

    forum.aspose.com/t/extra-text-appears-when-conv...
  6. | Aspose

    Sample code for PDF to TXT Java conversion. Use API example code for batch PDF files to TXT conversion within any Web or Desktop Java based application....PDF format and creates PDF documents containing recognized text...converts an PDF image to TXT document: Create an instance of AsposeOcr...

    products.aspose.com/ocr/java/conversion/pdf-to-...
  7. Creating a complex PDF using Aspose.PDF|Aspose....

    Aspose.PDF for Android via Java allows you to create more complex Documents that contain images, text fragments, and tables in one Document....simple steps to create a PDF document using Java and Aspose.PDF...at creating a more complex document with Java and Aspose.PDF for...

    docs.aspose.com/pdf/androidjava/complex-pdf-exa...
  8. Aspose::Words::Saving::OdtSaveOptions::OdtSaveO...

    Aspose::Words::Saving::OdtSaveOptions::OdtSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Odt format in C++....that can be used to save a document in the Odt format. Aspose...Shows how to make a saved document conform to an older ODT schema...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. DocumentRecoveryMode enumeration | Aspose.Words...

    aspose.words.loading.DocumentRecoveryMode enumeration. Specifies the available recovery options when a Document encounters errors during loading....available recovery options when a document encounters errors during loading...recovery is attempted. If the document is invalid, loading will fail...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Text to PDF using Rust|Aspose.PDF for Rust ...

    Learn how to add text to a PDF Document in Rust using Aspose.PDF for content enhancement and Document editing.... Add the text to the PDF document with page_add_text function...PDF file. use asposepdf :: Document ; fn main () -> Result < ()...

    docs.aspose.com/pdf/rust-cpp/add-text-to-pdf-file/