Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 2,558 for

trim document

(0.09 sec)
  1. IncorrectFontUsageException - Free Support Foru...

    Getting an IncorrectFontUsageException (Document error: TJ operator without preceding Tf - no font set for the text segment) thrown when using page.Accept(TextAbsorber). To reproduce, run the following code on the attac…...Getting an IncorrectFontUsageEx (Document error: TJ operator without...protected List<IText> GetTexts(Document pdfDocument, CancellationToken...

    forum.aspose.com/t/incorrectfontusageexception/...
  2. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...private void InsertRowsInTable(Document doc, string tagKey, List<object>...string cellText = cell.Range.Text.Trim(); // Normalize the cell text...

    forum.aspose.com/t/font-style-automatically-cha...
  3. Aspose::Words::LowCode::MailMergeOptions class ...

    Aspose::Words::LowCode::MailMergeOptions class. Represents options for the mail merge functionality in C++....indicating whether all of the document mail merge regions with the...indicating whether fields in whole document are updated while executing...

    reference.aspose.com/words/cpp/aspose.words.low...
  4. MailMergeOptions.retain_first_section_start pro...

    MailMergeOptions.retain_first_section_start property. Gets or sets a value indicating whether the section start of the first Document section and its copies for subsequent data source rows are retained during mail merge or updated according to MS Word behaviour....section start of the first document section and its copies for...n property MailMergeOptions.trim_whitespaces property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Accessing JSON Data in Java|Aspose.Words for Java

    Learn how to access JSON data while building a report using LINQ in Java....JSON elements in template documents. For more convenience, the...objects. So, in template documents, a JsonDataSource instance...

    docs.aspose.com/words/java/accessing-json-data/
  6. Accessing JSON Data in C#|Aspose.Words for .NET

    Learn how to access JSON data while building a report using LINQ in C#....JSON elements in template documents. For more convenience, the...objects. So, in template documents, a JsonDataSource instance...

    docs.aspose.com/words/net/accessing-json-data/
  7. Extract Table Data from HTML – C# code

    Learn how to extract data from html table using the Aspose.HTML library in C#. Optimize your data collection and analysis!...extract table data from HTML document programmatically! Download...for .NET Live Demos Cloud Documentation Free Trial API Reference...

    products.aspose.com/html/net/extract-data-from-...
  8. MailMergeOptions | Aspose.Words for Java

    Represents options for the mail merge functionality in Java....indicating whether all of the document mail merge regions with the...indicating whether fields in whole document are updated while executing...

    reference.aspose.com/words/java/com.aspose.word...
  9. MailMergeOptions class | Aspose.Words for Python

    aspose.words.lowcode.MailMergeOptions class. Represents options for the mail merge functionality....indicating whether all of the document mail merge regions with the...the first one. merge_whole_document Gets or sets a value indicating...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Mergefield Calculation - Free Support Forum - a...

    Scenario: We have a merge field defined as: { MERGEFIELD phone # “(000) 000’-'0000” } In the data source, the value for phone is: (734) 123-4567 Actual behavior (Aspose.Words): Aspose interprets the value as a mathem…...correctly on the post-mailmerge document. Is there any way to get around...following code: Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/mergefield-calculation/311156