Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 20,473 for

insert documents

(0.11 sec)
  1. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...Style = document.Styles["tableStyle"]; builder...applied a font earlier in the document using Aspose.Words.Font font...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  2. MailMerger.ExecuteWithRegions | Aspose.Words fo...

    Streamline your document creation with MailMerger's ExecuteWithRegions method. Effortlessly merge DataTables into Documents using customizable regions....from a DataTable into the document with mail merge regions. public...from a DataTable into the document with mail merge regions. public...

    reference.aspose.com/words/net/aspose.words.low...
  3. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly....Slides for Python lets you insert OLE objects into slides as...slides. For example, you can insert HTML, PDF, and ZIP files as...

    docs.aspose.com/slides/python-net/manage-ole/
  4. Several Image Into PDF Python

    Merge multiple Image into PDF in Python code. Save Image as PDF using Python....several image into PDF Use our document merging API to develop high-level...combined picture as a PDF document. Use Python to convert images...

    products.aspose.com/words/python-net/merge/imag...
  5. Several JPG Into HTML Python

    Merge multiple JPG into HTML in Python code. Save JPG as HTML using Python....several JPG into HTML Use our document merging API to develop high-level...combined picture as a HTML document. Use Python to convert JPG...

    products.aspose.com/words/python-net/merge/jpg-...
  6. Remove XLSB Annotation Online or Manage Annotat...

    delete comments from XLSB file through online app for free. .NET API code to manage comments of XLSB files....Xlsb Clear Comments from XLSB Document Online or Manage via .NET...Develop powerful .NET based XLSB document annotation utility application...

    products.aspose.com/total/net/annotate/xlsb/
  7. Remove DOTM Annotation Online or Manage Annotat...

    delete comments from DOTM file through online app for free. Java API code to manage comments of DOTM files....Dotm Clear Comments from DOTM Document Online or Manage via Java...Develop powerful Java based DOTM document annotation utility application...

    products.aspose.com/total/java/annotate/dotm/
  8. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!... Examples Document doc = new Document (); DocumentBuilder...( "Numbers 1, 2, 3" ); // Inserts paragraph break after Numbers...

    reference.aspose.com/words/net/aspose.words/ran...
  9. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...// Load your document Document doc = new Document(); DocumentBuilder...imagePaths.Length; i++) { // Insert the image builder.InsertImage(imagePaths[i]);...

    forum.aspose.com/t/render-multiple-images-in-a-...
  10. Word Table Cell Merge Issue - Free Support Foru...

    Cell Merge is not working for me. Below is my code. Table footerTbl = builder.StartTable(); builder.InsertCell(); builder.CellFormat.HorizontalMerge = CellMerge.First; builder.Font.Size = 8; builder.ParagraphFormat.Alig…... When you insert a field ( builder.InsertField(FieldType...Set the merge flags before inserting the page field. Call EndRow()...

    forum.aspose.com/t/word-table-cell-merge-issue/...