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

insert documents

(0.15 sec)
  1. Working with Operators using Python|Aspose.PDF ...

    This topic explains how to use operators with Aspose.PDF for Python via .NET. The operator classes provide great features for PDF manipulation....into a PDF file: Open the PDF Document Define Image Placement Coordinates...State Save the Modified PDF Document The following code snippet...

    docs.aspose.com/pdf/python-net/working-with-ope...
  2. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...is a template table in my document which each header columns...table to another table in your document using Aspose.Words for .NET...

    forum.aspose.com/t/copy-table-cell-styles/307232
  3. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....annotation: Load the PDF file - new Document . Create new CaretAnnotation...annotation is used to indicate the insertion of text. Once we are able...

    docs.aspose.com/pdf/python-net/extra-annotations/
  4. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....additional options when saving a document into the SaveFormat.HTML_FIXED...the Specify Save Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  5. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...transformation from HTML to Word document with aspose.words in java...transformed word document is always empty, the document starts from...

    forum.aspose.com/t/html-to-docx-transformation-...
  6. 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...
  7. Watermarker.set_image method | Aspose.Words for...

    aspose.words.lowcode.Watermarker.set_image method...an image watermark into the document. def set_image ( self , input_file_name...an image watermark into the document with options. def set_image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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/
  9. 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/...
  10. Updating Fields Python|Aspose.Words for Node.js...

    Update fields in a document in different ways and using different option in Node.js....Hide ] Typically, a field inserted into Microsoft Word already...for the given version of the document. But if you have an application...

    docs.aspose.com/words/nodejs-net/update-fields/