Sort Score
Result 10 results
Languages All
Labels All
Results 7,721 - 7,730 of 176,718 for

docx

(0.23 sec)
  1. Appending Document Not Maintaining - Free Suppo...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...docx template into a new Word document...document. Blood Sample Collection.docx (19.0 KB) Code to Reproduce...

    forum.aspose.com/t/appending-document-not-maint...
  2. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...docx"); // Create PdfSaveOptions...Make sure to replace "input.docx" with the path to your Word...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  3. HtmlLoadOptions | Aspose.Words for .NET

    Discover the HtmlLoadOptions constructor, designed to effortlessly initialize instances with default settings for seamless web development....docx. CertificateHolder certificateHolder...inputFileName = MyDir + "Encrypted.docx" ; string outputFileName = ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.loa...
  4. SaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format...used when saving to a DOC or DOCX file. By default, this property...( base . myDir + "Rendering.docx" ); // Use a SaveOptions object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Issue with unwanted page breaks - Free Support ...

    Dear Aspose Support Team, We are using Aspose.Words to generate Word documents programmatically and have encountered an issue related to page breaks. When we insert a page break using DocumentBuilder.InsertBreak(BreakT…...docx"); Next Steps Implement the...epi231022_imatinib_teva_en_20250723104514.docx (12.0 KB) alexey.noskov July...

    forum.aspose.com/t/issue-with-unwanted-page-bre...
  6. How to hide column based on condition in aspose...

    HI Team, I need to hide column based on condition. Could you please assist how to add the same in the below template. based condition: <<if[r.Max(i => i.PartialDischarge) != null]>><<[lang.GetString("PDMeasured")]>> …...docx (26.5 KB) Professionalize.Discourse...that preserves the tags (e.g., .docx ). Following these steps should...

    forum.aspose.com/t/how-to-hide-column-based-on-...
  7. Converting a PDF file to WORD using Python via ...

    Sample code on Python via Java for PDF to WORD conversion. Use example code for batch PDF to WORD conversion with Python and Java...Docx as parameters Save the output...documentOutName = "../../testout/out.docx" doc . save ( documentOutName...

    products.aspose.com/pdf/python-java/conversion/...
  8. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able to suggest why paragraphs imported using Document Library is sometimes split into multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...imported from another format (like DOCX or RTF), the conversion process...Document("path/to/your/document.docx"); Paragraph paragraph = doc...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  9. NumberStyle enumeration | Aspose.Words for Node.js

    Aspose.Words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, page numbers.... It is supported by DOCX format only. Examples Shows...artifactsDir + "Lists.CreateCustomList.docx" ); See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Word转pdf,报错 - Free Support Forum - aspose.com

    使用最新版本25.7、25.8,word转pdf,报错,错误信息: error: addition of a duplicate key to a dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。 测试文件: 123.Docx (550.1 KB) 代码: Document doc = new Document(“doc to pdf.Docx”); doc.save(“doc …...docx (550.1 KB) 代码: Document doc...doc = new Document(“doc to pdf.docx”); doc.save(“doc to pdf.pdf”...

    forum.aspose.com/t/word-pdf/316940