Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 12,880 for

merge documents

(0.2 sec)
  1. C# API to Export PS to DOT | products.aspose.com

    Convert PS to DOT without using Microsoft Word...API that provides powerful document manipulation and conversion...edit, and manipulate PDF documents. It provides a wide range...

    products.aspose.com/total/net/conversion/ps-to-...
  2. Convert PPT to DOTX in Python or with free Onli...

    PPT to DOTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free PPT to DOTX online converter quickly before integrating the code....format that is used to create documents with a consistent look and...great way to ensure that all documents created using the template...

    products.aspose.com/total/python-net/conversion...
  3. OdsoFieldMapDataCollection Class | Aspose.Words...

    Discover the Aspose.Words OdsoFieldMapDataCollection class, a powerful typed collection for efficient management of OdsoFieldMapData objects....visit the Mail Merge and Reporting documentation article. public...columns to merge fields. Document doc = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words.set...
  4. FieldMergeBarcode.ErrorCorrectionLevel | Aspose...

    Discover the FieldMergeBarcode ErrorCorrectionLevel property to optimize your QR Code's reliability. Set values from 0 to 3 for enhanced error correction....mail merge on QR barcodes. Document doc = new Document (); DocumentBuilder...a data source during a mail merge. // This field will convert...

    reference.aspose.com/words/net/aspose.words.fie...
  5. OdsoRecipientData.UniqueTag | Aspose.Words for ...

    Discover the OdsoRecipientData UniqueTag property, defining unique record contents. Optimize your data management with this essential feature....designates which merge data source records a mail merge will exclude...exclude. Document doc = new Document ( MyDir + "Odso data.docx" );...

    reference.aspose.com/words/net/aspose.words.set...
  6. OdsoRecipientData.Column | Aspose.Words for .NET

    Discover the OdsoRecipientData Column property, easily identify unique data columns for records, enhancing data management. Default value is 0....designates which merge data source records a mail merge will exclude...exclude. Document doc = new Document ( MyDir + "Odso data.docx" );...

    reference.aspose.com/words/net/aspose.words.set...
  7. 使用 C# 处理 PDF 图层|Aspose.PDF for .NET

    下一任务解释如何锁定 PDF 图层、提取 PDF 图层元素、扁平化分层 PDF,并将 PDF 中的所有图层合并为一个。...LockLayerInPDF () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/work-with-pdf-layers/
  8. MailMergeRegionInfo.Name | Aspose.Words for .NET

    Discover the MailMergeRegionInfo Name property, which efficiently retrieves the name of a specified region for seamless document automation....verify mail merge regions. Document doc = new Document ( MyDir +...+ "Mail merge regions.docx" ); // Returns a full hierarchy of...

    reference.aspose.com/words/net/aspose.words.mai...
  9. MailMergeRegionInfo.Regions | Aspose.Words for ...

    Discover the MailMergeRegionInfo Regions property, which efficiently returns a comprehensive list of child regions for seamless data management....verify mail merge regions. Document doc = new Document ( MyDir +...+ "Mail merge regions.docx" ); // Returns a full hierarchy of...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Suppress Blank space if condition did not satis...

    Summary I’m trying to hide a paragraph (conditional content) when a condition is not met. Even with MailMerge.CleanupOptions enabled, the paragraph space remains in the final DOCX. I need the paragraph to be fully remove…... It has a conditional merge field/paragraph for coverage...(attached). Code var doc = new Document(@"in.docx"); // Read JSON...

    forum.aspose.com/t/suppress-blank-space-if-cond...