Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 177,435 for

docx

(0.07 sec)
  1. FAQ|Aspose.Words for Java

    Aspose.Words for Java answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....document formats such as DOC, DOCX, HTML, Markdown, PDF, XML, and...documentation section. Q: How to convert DOCX to PDF? It is very easy as well...

    docs.aspose.com/words/java/faq/
  2. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Discover the FindReplaceOptions property of ReplacerContext to enhance your search and replace functionality with customizable options for better results....docx" ; string pattern = "(C)2006...ArtifactsDir + "LowCode.ReplaceContext.docx" ) . Execute (); Shows how to...

    reference.aspose.com/words/net/aspose.words.low...
  3. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...docx (11.6 KB) doc1.docx (11.6 KB) doc2.docx (11.5 KB)...KB) doc1.docx (11.6 KB) Code - First we run below code where we...

    forum.aspose.com/t/aspose-words-automatically-a...
  4. WatermarkerContext class | Aspose.Words for Python

    aspose.words.lowcode.WatermarkerContext class. Document watermarker context....docx' watermark_text = 'This is a...'LowCode.WatermarkContextText.docx' ) . execute () Shows how to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. WORD Mail Merge In C#

    Personalize your Mail merge WORD file using C#. Automate emails or build reports using Mail merge WORD template in C#....further exporting the result to DOCX, PDF, HTML and other popular...popular formats using C#. DOCX Python Java C# C++ View code snippet...

    products.aspose.com/words/net/mailmerge/word/
  6. Aspose::Words::Saving::CompressionLevel enum | ...

    Aspose::Words::Saving::CompressionLevel enum. Compression level for OOXML files. (Docx and DOTX files are internally a ZIP-archive, this property controls the compression level of the archive. Note, that FlatOpc file is not a ZIP-archive, therefore, this property does not affect the FlatOpc files.) in C++.... (DOCX and DOTX files are internally...get_MyDir () + u "Big document.docx" ); // When we save the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. C# Split A File

    Split documents programmatically in C#: Docx, PDF, DOC, ODT, RTF, HTML, TXT and many more.... DOCX Node Python Java C# C++ View...split Word, PDF, EPUB, HTML, DOCX documents into parts. Splitting...

    products.aspose.com/words/net/split/
  8. WatermarkerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words.LowCode.WatermarkerContext class for seamless document watermarking. Enhance your documents with ease and efficiency....docx" ; string watermarkText = "This..."LowCode.WatermarkContextText.docx" ) . Execute (); Shows how to...

    reference.aspose.com/words/net/aspose.words.low...
  9. Converting a PDF file to WORD using Java | Aspo...

    PDF to WORD conversion via Java sample code. Programmers can use this example code to export PDF to WORD within any Web or Desktop Java based application....document in DOCX format pdfDocument . save ( "output.docx" , SaveFormat...SaveFormat . DocX ); pdfDocument . close (); Copy code to the clipboard...

    products.aspose.com/pdf/java/conversion/pdf-to-...
  10. About table border visibility in aspose word te...

    Hi, How to remove border from a table in aspose word template. Even after no border set in table it’s showing border while generate report. As part of alignment uniformity, we have inserted table and add field inside it…...docx that contains the placeholder...doc = new Document("Template.docx"); 2. Find the table(s) you...

    forum.aspose.com/t/about-table-border-visibilit...