Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 13,829 for

document editing

(0.07 sec)
  1. Convert Excel file to word doc with selected wo...

    Hi, I am trying to see if ASPOSE.total library can export an Excel Sheet into a page within a word doc. Please shared any samples you can guide or confirm this is available within the library. Thank you!...to Image feature (see the document for your reference: https://docs...insert that image to word document via Aspose.Words APIs. 2)...

    forum.aspose.com/t/convert-excel-file-to-word-d...
  2. | Aspose

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

    products.aspose.com/ocr/java/conversion/bmp-to-...
  3. ImageSaveOptions.horizontalResolution property ...

    ImageSaveOptions.horizontalResolution property. Gets or sets the horizontal resolution for the generated images, in dots per inch....to edit the image while Aspose.words converts a document to one...one. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ImageSaveOptions.imageContrast property | Aspos...

    ImageSaveOptions.imageContrast property. Gets or sets the contrast for the generated images....to edit the image while Aspose.words converts a document to one...one. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Working with Table of Contents|Aspose.Words for...

    Insert and manage 'Table of Contents' in a Document using Python....Often you will work with documents containing a table of contents...existing table of contents in the document using just a few lines of...

    docs.aspose.com/words/python-net/working-with-t...
  6. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save Documents in ODT format. Streamline your workflow with this powerful tool!...that can be used to save a document in the Odt format. public...saved document conform to an older ODT schema. Document doc =...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose::Words::Saving::ImageSaveOptions::get_Sa...

    Aspose::Words::Saving::ImageSaveOptions::get_SaveFormat method. Specifies the format in which the rendered Document pages or shapes will be saved if this save options object is used. Can be a raster Tiff, Png, Bmp, Jpeg or vector Emf, Eps, WebP, Svg in C++....format in which the rendered document pages or shapes will be saved...to edit the image while Aspose.Words converts a document to one...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Compare Documents in Python|Aspose.Words for Py...

    Compare two Documents in any supported formats and shows content changes using Python. You can apply advanced options when comparing....Compare Documents Contents [ Hide ] Comparing documents is a process...identifies changes between two documents and contains the changes as...

    docs.aspose.com/words/python-net/compare-docume...
  9. Aspose::Words::Fonts::FontEmbeddingUsagePermiss...

    Aspose::Words::Fonts::FontEmbeddingUsagePermissions enum. Represents the font embedding usage permissions in C++....viewing or printing the document. Editable 3 The font may be embedded...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Embedded...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...要指向 <svg> 元素,您可以应用几种方法: 类的 document_element 属性可以直接访问文档的 <svg>...1 # Create a new SVG document 2 document = SVGDocument() 3 4 #...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/