Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 20,468 for

document insertion

(0.99 sec)
  1. Convert Image To DOC Python

    Convert Image to DOC format in Python code. Save Image as DOC using Python....converting image to DOC Use our document conversion API to develop...image, DOC, and many other document formats using Python. DOC...

    products.aspose.com/words/python-net/conversion...
  2. 使用JavaScript通过C++管理图片|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++在电子表格中添加和定位图片。...and select an image file to insert as a picture. </ p > < input...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  3. Creating a Searchable PDF from a Scanned PDF Fi...

    Hi Everyone, We are testing Aspose C# SDk to create Searchable PDF from a scanned PDF file. But we are getting only OCR text result. Is there any way to achive this task using the sdk? We can only see OCR to Image SDK i…...NET Holds the final PDF document and can embed hidden text...cument.pdf"; Document scannedPdf = new Document(scannedPdfPath);...

    forum.aspose.com/t/creating-a-searchable-pdf-fr...
  4. Mail Merge and Reporting in C#|Aspose.Words for...

    Mail Merge is a popular feature for quickly creating Documents using C#. Aspose.Words for .NET takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex Documents such as reports, catalogs, inventories, and invoices....and shows how to generate documents from data sources. Mail Merge...quickly and easily creating documents such as letters, labels, and...

    docs.aspose.com/words/net/mail-merge-and-report...
  5. LineStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.LineStyle enum for customizable border styles, enhancing your Document design with flexibility and precision....to insert a string surrounded by a border into a document. Document...Document doc = new Document (); DocumentBuilder builder = new...

    reference.aspose.com/words/net/aspose.words/lin...
  6. CellCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellCollection class for easy, typed access to Cell nodes, enhancing Document manipulation and efficiency....the Working with Tables documentation article. public class CellCollection...this collection and from the document. Contains ( Node ) Determines...

    reference.aspose.com/words/net/aspose.words.tab...
  7. RowCollection Class | Aspose.Words for .NET

    Explore Aspose.Words.Tables.RowCollection for efficient access to Row nodes. Enhance Document processing with our powerful, typed collection features....the Working with Tables documentation article. public class RowCollection...this collection and from the document. Contains ( Node ) Determines...

    reference.aspose.com/words/net/aspose.words.tab...
  8. FieldCitation Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldCitation class for seamless citation management in Documents. Enhance your writing with efficient field implementation!...the Working with Fields documentation article. public class FieldCitation...format the citation in the document. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ChartSeriesGroup.BubbleScale | Aspose.Words for...

    Discover the ChartSeriesGroup BubbleScale property to customize bubble sizes in your charts, enhancing data visualization and user engagement.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a bubble 3D chart. Shape shape...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a Document. NPOI does not provide an opportunity to add a watermark using C#....watermarks (text or image) to Word documents via Aspose.Words. Try online...Sometimes you need to insert a watermark into a document, for instance...

    docs.aspose.com/words/net/add-watermark/