Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 18,467 for

docx to doc

(0.19 sec)
  1. Merge XLSM Files Online or using C++ | products...

    Free online app To combine different XLSM files. C++ merging library code To merge XLSM worksheets inTo other formats....format: XLSX, PPTX, PDF, DOCX, DOC, Image, HTML, and others Click...[Product Documentation](https://docs.aspose.com/cells/cpp/system-requirements/)...

    products.aspose.com/total/cpp/merge/xlsm/
  2. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.write_protection property | Aspose.Wor...

    Document.write_protection property. Provides access To the Document write protection options.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Մի Քանի Պատկեր Դեպի BMP Javascript

    Միավորել մի քանի Պատկեր BMP ին JavaScript կոդի մեջ: Պահպանեք Պատկեր որպես BMP օգտագործելով JavaScript:...png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/hy/nodejs-net/merge/i...
  5. Մի Քանի Պատկեր Դեպի SVG Javascript

    Միավորել մի քանի Պատկեր SVG ին JavaScript կոդի մեջ: Պահպանեք Պատկեր որպես SVG օգտագործելով JavaScript:...png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/hy/nodejs-net/merge/i...
  6. Մի Քանի JPG Դեպի SVG Javascript

    Միավորել մի քանի JPG SVG ին JavaScript կոդի մեջ: Պահպանեք JPG որպես SVG օգտագործելով JavaScript:...jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/hy/nodejs-net/merge/j...
  7. Մի Քանի JPG Դեպի GIF Javascript

    Միավորել մի քանի JPG GIF ին JavaScript կոդի մեջ: Պահպանեք JPG որպես GIF օգտագործելով JavaScript:...jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/hy/nodejs-net/merge/j...
  8. Մի Քանի Պատկեր Դեպի GIF Javascript

    Միավորել մի քանի Պատկեր GIF ին JavaScript կոդի մեջ: Պահպանեք Պատկեր որպես GIF օգտագործելով JavaScript:...png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/hy/nodejs-net/merge/i...
  9. Run.Text | Aspose.Words for .NET

    Manage your run text effortlessly! Easily get or set run text properties for seamless Document editing and enhanced content control.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/run...
  10. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting To PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal Documents To PDF, the layout remains correct. However, when con…...Document doc = new Document("path/to/your/document.docx"); // Create...// Save the document as PDF doc.save("path/to/output/document...

    forum.aspose.com/t/ensure-vertical-text-layout-...