Sort Score
Result 10 results
Languages All
Labels All
Results 6,431 - 6,440 of 18,447 for

docx to doc

(0.15 sec)
  1. DocSaveOptions class | Aspose.Words for Python

    aspose.words.saving.DocSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.DOT](../../aspose.words/saveformat/#DOT) format...DOC or SaveFormat.DOT format. To...a document in the SaveFormat.DOC format. DocSaveOptions(save_format)...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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 Java. Choose the best PDF standard To convert a Document using Java....Example: Document doc = new Document ( "input.docx" ); PdfSaveOptions...( PdfCompliance . PDF_A_2 ); doc . save ( "output.pdf" , options...

    docs.aspose.com/words/java/learn-features-of-co...
  3. Row Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Row class for seamless table row management in your Documents. Enhance your Document processing with powerful features!...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Document Generator for Dynamics CRM|Aspose.Word...

    The Aspose Document GeneraTor is an open-source add-on To be used in Microsoft Dynamic CRM. It allows auTomatically generate a Document using a template defined in C#....MemoryStream ( DocumentBody ); Document doc = new Document ( fileStream );...); string [] fields = doc . MailMerge . GetFieldNames (); Entity...

    docs.aspose.com/words/net/document-generator-fo...
  5. index.xml

    2.0 http://www.w3.org/2005/ATom Aspsoe.PDF Products – PDF Conversion Solution using Python https://products.aspose.com/pdf/python-net/conversion/ Recent content in PDF Conversion Solution using Pyt......has-background-success https://docs.aspose.com/pdf/python-net/ Learn...conversion formats, see the https://docs.aspose.com/pdf/python-net/ Documentation...

    products.aspose.com/pdf/python-net/conversion/i...
  6. Aspose.Words for .NET|Documentation

    Generate, modify, convert, render, and print Documents using C#....document formats such as DOC, DOCX, RTF, HTML, Markdown, PDF...

    docs.aspose.com/words/net/
  7. Convert Centimeters to Pixels – C# code

    Learn how To convert centimeters To pixels with the Unit class in Aspose.HTML for .NET. Get C# examples for cm To px 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/c...
  8. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.Docx (12.1 KB)...docx (12.1 KB) Professionalize.Discourse...list programmatically: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/word/315453
  9. Producer Name in Outputs|Aspose.Words for Node....

    Aspose.Words for Node.js via .NET add To the Document the generaTor name and version number that was used To create it. This data can be found in the Document in ways that depend on the output file format....to Find Doc AWN.YY.M.N For example, AWN.24.12.0 DOC generated...file in some binary editor. Docx <!-- Generated by Aspose.Words...

    docs.aspose.com/words/nodejs-net/generator-or-p...
  10. PclSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PCL format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); PclSaveOptions...setRasterizeTransfor(true); doc.save(getArtifactsDir() + "PclSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...