Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 18,477 for

docx to doc

(0.34 sec)
  1. Java Split TXT

    Split TXT files inTo e pages using Java code. Save TXT as separate files using Java....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...com.aspose.words.*; Document doc = new Document ( "Input.txt"...

    products.aspose.com/words/java/split/txt/
  2. Java Split HTML

    Split HTML files inTo e pages using Java code. Save HTML as separate files using Java....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...com.aspose.words.*; Document doc = new Document ( "Input.html"...

    products.aspose.com/words/java/split/html/
  3. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a section at the given index in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. Body constructor | Aspose.Words for Python

    Body construcTor. Initializes a new instance of the [Body](../) class....Body constructor Body(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Properties::DocumentSecurity enu...

    Aspose::Words::Properties::DocumentSecurity enum. Used as a value for the Security property. Specifies the security level of a Document as a numeric value in C++.... auto doc = System :: MakeObject < Aspose...:: DocumentSecurity :: None , doc -> get_BuiltInDocumentPrope ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  6. Word document font replacement fails - Free Sup...

    I want To replace a font in a Word Document. The font is not installed on my computer and I want To replace it with an installed font. version:aspose-words-25.9-jdk17 FontSettings fontSettings = new FontSettings(); fon…...ings fontSettings, Document doc, String sourceFont, String targetFont)...Set<String> usedFonts = getUsedFonts(doc); if (usedFonts.contains(sourceFont))...

    forum.aspose.com/t/word-document-font-replaceme...
  7. PDF/HTML conversion - Issue with Roboto Light -...

    Hi, we noticed an issue with Documents using RoboTo Light (displayed as RoboTo LT in MS Word). When Aspose generates a PDF of it, it seems To be replaced with RoboTo Medium instead. When saving as HTML the font-family …...lic"); var doc = new Document(@"D:\tmp\Roboto.docx"); doc.Save(@"D:\tmp\out_aspose...Aspose.Words is converting the DOCX, but the Roboto Light font is...

    forum.aspose.com/t/pdf-html-conversion-issue-wi...
  8. C# Split PDF

    Split PDF files inTo e pages using C# code. Save PDF as separate files using C#....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Copy using Aspose.Words; var doc = new Document( "Input.pdf" );...

    products.aspose.com/words/net/split/pdf/
  9. Shape constructor | Aspose.Words for Python

    Shape construcTor. Creates a new shape object....Shape constructor Shape(doc, shape_type) Creates a new shape...object. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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/