Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 17,263 for

docx to doc

(0.08 sec)
  1. How to Password Protect a Word Document in Python

    This tuTorial is written To guide you on how To password protect a Word Document in Python. It contains all the details required To configure the environment, step wise process To accomplish the task and a runnable sample code To lock Word Document in Python....protect the Word files like DOCX , DOC , etc. in different ways...

    kb.aspose.com/words/python/how-to-password-prot...
  2. Several HTML Into Markdown C#

    Merge multiple HTML inTo Markdown in C# code. Save HTML as Markdown using C#....merge Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...file formats: HTML TO DOC HTML TO DOCX HTML TO EPUB HTML TO GIF...

    products.aspose.com/words/net/merge/html-to-md/
  3. Convert PDF to PDF via C# | Aspose

    Sample code for PDF To PDF C# conversion. Use API example code for batch PDF files To PDF conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/pdf-to-pdf/
  4. Convert PNG to PDF via C# | Aspose

    Sample code for PNG To PDF C# conversion. Use API example code for batch PNG files To PDF conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/png-to-pdf/
  5. Convert JPEG2000 to PDF via C# | Aspose

    Sample code for JPEG2000 To PDF C# conversion. Use API example code for batch JPEG2000 files To PDF conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/jpeg2000...
  6. Convert JP2 to PDF via C# | Aspose

    Sample code for JP2 To PDF C# conversion. Use API example code for batch JP2 files To PDF conversion within VB.NET, Asp.NET or any .NET based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/net/conversion/jp2-to-pdf/
  7. Aspose::Words::StyleCollection::ClearQuickStyle...

    Aspose::Words::StyleCollection::ClearQuickStyleGallery method. Removes all styles from the Quick Style Gallery panel in C++.... auto doc = System :: MakeObject < Aspose...styles work only with DOCX format for now. doc -> get_Styles () ->...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Several JPG Into SVG C#

    Merge multiple JPG inTo SVG in C# code. Save JPG as SVG using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-svg/
  9. | Aspose

    Sample code for GIF To Docx Java conversion. Use API example code for batch GIF files To Docx conversion within any Web or DeskTop Java based application....Conversion GIF to Docx HTML JPG OCR XML BMP DOCX Aspose.OCR for...that converts an GIF image to DOCX document: Create an instance...

    products.aspose.com/ocr/java/conversion/gif-to-...
  10. How to access Style Id? - Free Support Forum - ...

    Hello, Consider the Document has this style ( present in styles.xml ): <w:style w:type="character" w:styleId="CusTomEmphasis"> <w:name w:val="CusTom Emphasis"/> <w:basedOn w:val="DefaultParagraphFon…...</w:rPr> </w:style> When this docx is converted to html, the span...document Document doc = new Document("YourDocument.docx"); // Iterate...

    forum.aspose.com/t/how-to-access-style-id/316421