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

docx to doc

(0.91 sec)
  1. TxtSaveOptionsBase class | Aspose.Words for Nod...

    Aspose.Words.Saving.TxtSaveOptionsBase class. The base class for specifying additional options when saving a Document inTo a text based formats...files used when saving to a DOC or DOCX file. By default, this property...custom paragraph break. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PsSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Ps](../../aspose.words/saveformat/#Ps) format...files used when saving to a DOC or DOCX file. By default, this property...the form of a book fold. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Online PDF File Compression or Build Python App...

    Free online app To compress different PDF files. Python compression and archiving library code for PDF Documents....Camera Image Format) Compress DOC Files (Microsoft Word Binary...Word 2007 Marco File) Compress DOCX Files (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/compress/pdf/
  4. Several WORD Into PNG C#

    Merge multiple a Word Document inTo PNG in C# code. Save a Word Document as PNG using C#....example in C# to combine multiple DOCX to PNG Download Copy Examples...List< string > { "Input1.docx" , "Input2.docx" }; var output = new...

    products.aspose.com/words/net/merge/word-to-png/
  5. Several WORD Into Image C#

    Merge multiple a Word Document inTo Image in C# code. Save a Word Document as Image using C#....example in C# to combine multiple DOCX to JPG Download Copy Examples...List< string > { "Input1.docx" , "Input2.docx" }; var output = new...

    products.aspose.com/words/net/merge/word-to-image/
  6. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert To PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C#. Choose the best PDF standard To convert a Document using C#....Example: Document doc = new Document ( "input.docx" ); PdfSaveOptions...Compliance = PdfCompliance . PdfA2b ; doc . Save ( "output.pdf" , options...

    docs.aspose.com/words/net/learn-features-of-con...
  7. Convert MHTML to XPS – Aspose.HTML for .NET

    Convert MHTML To XPS in C# using Aspose.HTML for .NET. Consider the supported MHTML To XPS 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-xps/
  8. Several WORD Into JPG Java

    Merge multiple a Word Document inTo JPG in Java code. Save a Word Document as JPG using Java....in Java to combine multiple DOCX to JPG Copy Examples Input files...Arrays.asList( "Input1.docx" , "Input2.docx" ); Document output...

    products.aspose.com/words/java/merge/word-to-jpg/
  9. Convert Pixels to Millimeters – C# code

    Learn how To convert pixels To millimeters with the Unit class in Aspose.HTML for .NET. Get C# examples for px To mm conversion....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/net/pixel-calculator/p...
  10. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want To insert an image inTo a Word Document and set the “Edit Picture” option To true, allowing the user To search the content inside the image. How can I achieve this programmatically so that the image i…...Drawing; Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Load your image string imagePath...

    forum.aspose.com/t/insert-image-in-aspose-word-...