Sort Score
Result 10 results
Languages All
Labels All
Results 6,721 - 6,730 of 18,474 for

docx to doc

(0.23 sec)
  1. Convert EPUB to JPG in Java – Aspose.HTML for Java

    Sample Java code for EPUB To JPG conversion with Aspose.HTML for Java. Use it To convert EPUB To JPG in any Java web or deskTop application....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/java/conversion/epub-t...
  2. Supported File Formats|Aspose.PDF for Python vi...

    This page shows which Aspose.PDF for Python via .NET can load and save file formats.... DOC Saves the document in the Microsoft...Microsoft Word format DOCX Saves the document in the Microsoft...

    docs.aspose.com/pdf/python-net/supported-file-f...
  3. Words cannot set RevisionTextEffect to DoubleSt...

    Aspose Words does not allow setting the Markup Insertions To Double striketrough, eventhTough MS Word allows this: “DoubleStrikeThrough value can only be set for DeletedTextEffect, RevisedPropertiesEffect or MovedFro…...document Document doc = new Document("Input.docx"); // Iterate over...revisions foreach (Revision rev in doc.Revisions) { // Work only with...

    forum.aspose.com/t/words-cannot-set-revisiontex...
  4. Color emoji not rendering in PDF output on Linu...

    We are converting Word/RTF/ODT/TXT Documents To PDF using Aspose.Words for .NET on AWS Lambda (Amazon Linux 2023). Emojis render as black & white outlines in the PDF output. We have confirmed: NoToColorEmoji.ttf is in…...doc, .docx, .rtf, .txt, .xml, .odt)...

    forum.aspose.com/t/color-emoji-not-rendering-in...
  5. PDF Conversion Solution using C# | Aspose.PDF

    Convert PDF To Docx, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for .NET...doc", SaveFormat.Doc); // Save using save...resultant DOC file pdfFile . Save ( "PDF-To-Word.doc" , saveOpts...

    products.aspose.com/pdf/net/conversion/
  6. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose Document in memory and then saves it To either Word or Pdf. We have recently installed 3 new fonts To our server, and while the Word shows them correctly, the PDF Document …...subfolders var doc = new Aspose.Words.Document(stream); doc.FontSettings...FontSettings = fontSettings; doc.Save("output.pdf"); The SetFontsFolder...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  7. Track Changes in Office Docs - Free Support For...

    • Possible To not accept all changes in a Document before sending it back To aspose before comparing again for track changes? WIll it track 2nd, 3rd, etc. versions with different colors. Or are is there a better/ diffe…...Track Changes in Office Docs Aspose.Words Product Family scottarmstrong...Aspose.Words.Document("Original.docx"); var revised = new Aspose...

    forum.aspose.com/t/track-changes-in-office-docs...
  8. Digitally Sign Documents via Python | products....

    Use electronic signature To sign Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your Python application. Insert eSginature online via app....with Python Sign BMP Sign DOC Sign DOCX Sign GIF Sign IMAGE Sign...

    products.aspose.com/total/python-net/signature/
  9. Font Formatting and Styling Issue After Upgradi...

    Hello Aspose Team, We have encountered an issue after upgrading Aspose.dll from version 22.5.0 To 25.6.0 in our application. Environment Details: Aspose.Words.dll: Upgraded from 22.5.0 → 25.6.0 Aspose.Cells.dll: …...and styling from the source DOCX document. Actual Result: After...that the fonts used in your DOCX document are installed and accessible...

    forum.aspose.com/t/font-formatting-and-styling-...
  10. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var Doc = new Aspose.Words.Document(@"C:\Users\admin\DeskTop\demo.Docx"); foreach (Paragraph para in Doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(...sktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType...

    forum.aspose.com/t/some-content-cannot-be-repla...