Sort Score
Result 10 results
Languages All
Labels All
Results 9,921 - 9,930 of 27,794 for

word processing

(0.36 sec)
  1. Clean Up Before or During a Mail Merge Operatio...

    Apply different cleaning and removing options such as deleting merge fields before performing a Mail Merge operation or removing unused regions during a Mail Merge operation using Java....Words allows you to apply different...Up a Removing Option Aspose.Words enables you to remove unmerged...

    docs.aspose.com/words/java/clean-up-before-or-d...
  2. Apply custom class using mustache syntax - Free...

    Hi, I want to use {{name}} with custom implementation class for mail merge like <<[x.fmt(name,"LIKE THIS")]>> so i want similar implementation in mustache syntax. How it is possible? Thank you in advance....Words Product Family jilp July 18...the specific formatting or processing you want to achieve. Solution...

    forum.aspose.com/t/apply-custom-class-using-mus...
  3. FieldFootnoteRef | Aspose.Words for Java

    Implements the FOOTNOTEREF field in Java....words.Field public class FieldFootnoteRef...getType() Gets the Microsoft Word field type. isDirty() Gets whether...

    reference.aspose.com/words/java/com.aspose.word...
  4. PageSetup HeaderDistance, FooterDistance TextCo...

    Hello, despite setting the CurrentCulture of the CurrentThread to something static and resetting the DefaultFont LocaleId to again something stating, some parameters of PageSetup keeps changing according to the environm…...Words Product Family qlikTERror October...way to completely set Aspose.Words as much as possible environment...

    forum.aspose.com/t/pagesetup-headerdistance-foo...
  5. Summarize a Document|Aspose.Words for C++

    Summarize a document. Aspose.Words for C++ simplifies document summarization using OpenAI and Google AI models by allowing you to specify the summary length....Words supports document summarization...models, making it easier to process long text. This feature, available...

    docs.aspose.com/words/cpp/summarize-a-document/
  6. Plugins and Integration Samples | Aspose.Tasks ...

    This page provides information about various plugins that can be used with Aspose.Tasks for .NET....Words Product Solution Aspose.PDF...Total Product Family Aspose.Words Product Solution Aspose.PDF...

    docs.aspose.com/tasks/net/plugins/
  7. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....performed automatically; this process is called binarization . In...considered a black pixel. In other words, the higher the threshold value...

    docs.aspose.com/ocr/javascript-cpp/binarization/
  8. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting. To learn more, visit the documentation article in C++....Aspose::Words::DocumentBuilder class Contents [ Hide ] DocumentBuilder...Aspose :: Words :: IRunAttrSource , public Aspose :: Words :: IParaAttrSource...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Converting a PDF file to DOC using Android via ...

    Sample code on Java for PDF to DOC conversion. Use example code for batch PDF to DOC conversion in Android...File ( fileStorage , "PDF-to-Word.doc" ); try { // Save the file...Android via Java is a PDF processing API that allows Android apps...

    products.aspose.com/pdf/android-java/conversion...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...Words Product Family words-java m16vip123 March...which is able to get com.aspose.words.Field class, but not sure on...

    forum.aspose.com/t/alternative-way-to-extract-a...