Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 12,542 for

merge documents

(0.24 sec)
  1. FieldMergeBarcode.PosCodeStyle | Aspose.Words f...

    Discover the FieldMergeBarcode PosCodeStyle property for customizable Point of Sale barcodes. Support for UPCA, EAN13, and more with flexible styling options!...mail merge on EAN13 barcodes. Document doc = new Document ();...a data source during a mail merge. // This field will convert...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::MailMerging::IFieldMergingCallba...

    Aspose::Words::MailMerging::IFieldMergingCallback::FieldMerging method. Called when the Aspose.Words mail Merge engine is about to insert data into a Merge field in the document in C++....mail merge engine is about to insert data into a merge field...field in the document. virtual void Aspose :: Words :: MailMerging...

    reference.aspose.com/words/cpp/aspose.words.mai...
  3. MailMergeRegionInfo.ParentRegion | Aspose.Words...

    Discover the MailMergeRegionInfo ParentRegion property, which provides essential parent region details, returning null for top-level regions. Enhance your document automation!...read mail merge regions. Document doc = new Document (); DocumentBuilder...the starts and ends of mail merge regions. Assert . That ( doc...

    reference.aspose.com/words/net/aspose.words.mai...
  4. FieldMergeField | Aspose.Words for Java

    Implements the MergeFIELD field in Java....the Working with Fields documentation article. Remarks: Retrieves...within the merge characters in a mail merge main document. When the...

    reference.aspose.com/words/java/com.aspose.word...
  5. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for Python via .NET recognition results as PDF, text, Word, or Excel Documents, as well as XML and JSON files....PDF Portable Document Format. The original images...SaveFormat.PDF_NO_IMG Portable Document Format containing only text...

    docs.aspose.com/ocr/python-net/save-file/
  6. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for Python via .NET for cell alignment settings.... Merging Cells Like Microsoft Excel...for Python via .NET supports merging several cells into one. Aspose...

    docs.aspose.com/cells/python-net/cells-alignmen...
  7. MailMerge.TrimWhitespaces | Aspose.Words for .NET

    Optimize your mail Merge process with the TrimWhitespaces property, ensuring clean data by removing leading and trailing spaces for accurate results....whitespaces are trimmed from mail merge values. public bool TrimWhitespaces...executing a mail merge. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Aspose::Words::MailMerging::IMailMergeDataSourc...

    Aspose::Words::MailMerging::IMailMergeDataSource::get_TableName method. Returns the name of the data source in C++....mail merge region name specified in the template document. The...data source name and the mail merge region name is not case sensitive...

    reference.aspose.com/words/cpp/aspose.words.mai...
  9. Getting Started | Aspose.PUB for Java

    Aspose.PUB for Java API solution provides you with the reach functionality on manipulating Publisher files. Here is all you need to know to start using it....convert, merge or open your MS Publisher documents online. Apart...to manipulate MS Publisher documents for C++ and C# .NET programming...

    docs.aspose.com/pub/java/getting-started/
  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...