Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 18,447 for

docx to doc

(0.19 sec)
  1. 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…...code: Document doc = new Document("C:\\Temp\\in.docx"); // Iterate...(Shape s : (Iterable<Shape>)doc.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  2. PDF Accessibility Removing Colors from Input fi...

    Hello Aspose Support Team, We are currently testing PDF conversion using Aspose.Words version 22.5.0.0 and have encountered an issue related To color preservation in the output PDF. Issue Description: When converting …...docx (26.8 KB) Output- With_PDFUA1...code we are using to convert doc to pdf. Sample code.png (346

    forum.aspose.com/t/pdf-accessibility-removing-c...
  3. Convert EPUB to XPS – C# code examples

    Convert EPUB To XPS using Aspose.HTML for .NET API. Consider various EPUB To XPS conversion scenarios in C# examples. Try online EPUB Converter....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/convert-epub-to-xps/
  4. Python Split TXT

    Split TXT files inTo e pages using Python code. Save TXT as separate files using Python....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Copy import aspose.words as aw doc = aw.Document( "Input.txt" )...

    products.aspose.com/words/python-net/split/txt/
  5. Convert MHTML to Image in C# – MHTML to JPG, PN...

    Convert MHTML To Image using Aspose.HTML for .NET and consider the supported MHTML To Image conversion scenarios in C# examples....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/convert-mhtml-to-image/
  6. Frames with Text Wrapping "Around" cause conten...

    Hi, We are facing an issue while converting a Word Document To PDF using Aspose.Words. A chart (embedded as EMF image) inside a table cell is not rendered in the output PDF when the paragraph has frame properties with t…...Document doc = new Document("WordToPDFTroubleInFr.docx"); doc.Save("output...SaveFormat.Pdf); WordToPDFTroubleInFr.docx (115.7 KB) Regards, alexey.noskov...

    forum.aspose.com/t/frames-with-text-wrapping-ar...
  7. Working with Markdown Features in Java|Aspose.W...

    How To implement Markdown features using Java. All the features are represented as corresponding styles or direct formatting....docx) using Java? A: Load the Markdown...then save it as a DOCX. Example: Document doc = new Document (...

    docs.aspose.com/words/java/working-with-markdow...
  8. MailMerge.Execute clears protected form field v...

    Aspose.Words MailMerge FormField Bug Repro Problem When performing a MailMerge.Execute on a Word Document that contains protected form fields, the values in those form fields become empty after the merge — even if the me…...docx file (with protected form fields)...Opens input/2013 Progress Note.docx using Aspose.Words.Document...

    forum.aspose.com/t/mailmerge-execute-clears-pro...
  9. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word Document To PDF, the page number orientation is incorrect. version:words-25.10-jdk17.jar file: TEST.7z (9.9 MB)...Exception { Document doc = new Document("TEST.docx"); // Re‑calculate...document has mixed orientations doc.updatePageLayout(); // Save as...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  10. Is it possible to remove the space between two ...

    Hello, Directly in Word it is possible To remove the spacing between two pages by hiding the header and footer. See image capture “img-1” and “img-2” Is it possible To reproduce this operation with Aspose when saving a…...property: Document doc = new Document(@"C:\Temp\in.docx"); HtmlFixedSaveOptions...HtmlFixedSaveOptions(); opt.PageMargins = 0; doc.Save(@"C:\Temp\out.html", opt);...

    forum.aspose.com/t/is-it-possible-to-remove-the...