Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 422,782 for

document

(0.64 sec)
  1. Extract Text and Images from TSV File Online an...

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

    products.aspose.com/total/cpp/parse/tsv/
  2. Extract Text and Images from XLS File Online an...

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

    products.aspose.com/total/cpp/parse/xls/
  3. Aspose::Words::Saving::WordML2003SaveOptions::g...

    Aspose::Words::Saving::WordML2003SaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can only be WordML in C++....Specifies the format in which the document will be saved if this save...Shows how to manage output document’s raw content. auto doc =...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...additional options when saving a document into the SaveFormat.HTML ...the Specify Save Options documentation article. Inheritance: HtmlSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PDF to TIFF Conversion: Arguments should lie in...

    Hi there, Attached BadPdfPOC.zip (26.0 KB) is the code solution for this post: https://forum.aspose.com/t/pdf-to-tiff-conversion-arguments-should-lie-in-interval-0-1-argumentoutofrangeexception/328715/3 Thanks! -An…...PDF document to a TIFF image: var document = new Document("Invoice...TiffDevice(); device.Process(document, "Invoice.tif"); This resulted...

    forum.aspose.com/t/pdf-to-tiff-conversion-argum...
  6. C++ API to Convert XPS to POTX | products.aspos...

    Convert XPS to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader... XPS is a fixed-layout document format developed by Microsoft...Microsoft and is used to store documents in an XML-based format. POTX...

    products.aspose.com/total/cpp/conversion/xps-to...
  7. Remove Fields using Node.js|Aspose.Words for No...

    Learn how to remove fields in Node.js. Remove fields programmatically using Node.js via .NET API....to remove a field from the document. This may occur when it is...is no longer needed in the document. For example a TOC field when...

    docs.aspose.com/words/nodejs-net/remove-fields/
  8. Remove Attachments|Aspose.PDF for Python via .NET

    This example binds an input PDF, deletes all attachments, and saves the modified PDF without any embedded files....contain attachments such as documents, images, or other files. There...embedded attachments in a document. Create the PdfContentEditor...

    docs.aspose.com/pdf/python-net/remove-attachments/
  9. SubDocument Class | Aspose.Words for .NET

    Discover Aspose.Words.SubDocument class, efficiently manage and reference external Documents for seamless integration and enhanced Document processing....reference to an externally stored document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. public...

    reference.aspose.com/words/net/aspose.words/sub...
  10. Convert docx to pdf Chinese garbled - Free Supp...

    Convert docx to pdf,Chinese garbled,English normal. code: file_name = download_file(filepath) file_name_without_ext = Path(file_name).stem file_path = base_dir / "file" / file_name new_file_name = file_name_without_…...Document(str(file_path)) doc.save(str(new_file_path))...the fonts used in your DOCX document are embedded during the conversion...

    forum.aspose.com/t/convert-docx-to-pdf-chinese-...