Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 20,619 for

document insertion

(0.13 sec)
  1. Unable to change Run font with tracked changes ...

    Hi, I’m trying to change the font of a run in a Document that has tracked changes enabled. The following code doesn’t work for me unless I call AcceptAllRevisions() before, but I need to retain the revisions. Any ideas…...change the font of a run in a document that has tracked changes enabled...revisions. Any ideas? var document = new Document(@"c:\temp\support\TrackedChangesDoc...

    forum.aspose.com/t/unable-to-change-run-font-wi...
  2. Watermark PDF Files Online or using Java | prod...

    Free online app to Watermark different PDF files. Java watermarking library code for PDF Documents....Develop powerful Java based PDF document Watermarking applications...Freely Watermark various documents including PDF files online...

    products.aspose.com/total/java/watermark/pdf/
  3. Watermark DOC Files Online or using Java | prod...

    Free online app to Watermark different DOC files. Java watermark library code for DOC Documents....Develop powerful Java based DOC document Watermarking applications...Freely Watermark various documents including DOC files online...

    products.aspose.com/total/java/watermark/doc/
  4. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using Java. Also insert images from a Database during Mail Merge in Java....Ask AI Insert Checkboxes, Text Input, or Images Contents [ Hide...] The merge engine takes a document as input, looks for MERGEFIELD...

    docs.aspose.com/words/java/insert-checkboxes-te...
  5. IReplacingCallback Interface | Aspose.Words for...

    Enhance your Document processing with Aspose.Words' IReplacingCallback interface. Create custom find and replace methods for tailored results.... Document doc = new Document ( MyDir + "Header...such replacements. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete Documentation + practical examples related to the following areas: 1. Word Range Operations I am looking for full details and examples for: …...Need Complete Documentation for Word Range Operations & Section...js and I need complete documentation + practical examples related...

    forum.aspose.com/t/need-complete-documentation-...
  7. Add Slides to Presentations in JavaScript|Aspos...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java — seamless, efficient slide Insertion in seconds.... dispose (); } FAQ Can I insert a new slide at a specific position...supports slide collections and insert / clone operations, so you...

    docs.aspose.com/slides/nodejs-java/add-slide-to...
  8. Working with Ole Objects|Aspose.Words for Java

    Create and modify OLE embedding in your Document using Java....which users can work with documents containing “objects” created...article, we will talk about inserting an OLE object and setting...

    docs.aspose.com/words/java/working-with-ole-obj...
  9. How to Replace an Existing Table in DOCX (Find ...

    Hello Team, I am using Aspose.Words for Node.js and I need to detect and replace a specific table inside a DOCX file. :heavy_check_mark: My Requirement I want to: Find a table by index OR by bookmark OR by matching…...(Find by Index/Bookmark and Insert New Table) Using Aspose.Words...Remove/Clear the existing table Insert a new table in the exact same...

    forum.aspose.com/t/how-to-replace-an-existing-t...
  10. Importing and adding rows to table not applying...

    Hi all, We have some code that imports tables rows from one Document into another and appends them to a table. Both tables have the same total width. However they have a different number of columns. We’re doing it like…...imports tables rows from one document into another and appends them...this: static void AppendTable(Document targetDoc, string docWithTable)...

    forum.aspose.com/t/importing-and-adding-rows-to...