Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 176,901 for

docx

(0.52 sec)
  1. ReplacerContext.SetReplacement | Aspose.Words f...

    Enhance your find and replace operations with the ReplacerContext SetReplacement method, allowing seamless pattern and replacement management for efficiency....docx" ; string pattern = "(C)2006...ArtifactsDir + "LowCode.ReplaceContext.docx" ) . Execute (); Shows how to...

    reference.aspose.com/words/net/aspose.words.low...
  2. Supported Document Formats|Aspose.Words for Sha...

    Formats which are supported by the Aspose.Words for SharePoint.... DOCX Office Open XML WordprocessingML...

    docs.aspose.com/words/sharepoint/supported-docu...
  3. Փոխարկել JPG WORD Python

    Փոխարկեք JPG ը WORD ձևաչափի Python կոդով: Պահեք JPG որպես WORD օգտագործելով Python:...փաստաթղթերի ձևաչափեր Python: DOCX Node Python Java C# C++ Դիտեք...անուններ: Կոդի օրինակ Python JPG ը DOCX ձևաչափի փոխարկելու համար Պատճենել...

    products.aspose.com/words/hy/python-net/convers...
  4. Փոխարկել HTML WORD Python

    Փոխարկեք HTML ը WORD ձևաչափի Python կոդով: Պահեք HTML որպես WORD օգտագործելով Python:...փաստաթղթերի ձևաչափեր Python: DOCX Node Python Java C# C++ Դիտեք...վրա: Կոդի օրինակ Python HTML ը DOCX ձևաչափի փոխարկելու համար Պատճենել...

    products.aspose.com/words/hy/python-net/convers...
  5. Փոխարկել TEXT WORD Javascript

    Փոխարկեք TEXT ը WORD ձևաչափի JavaScript կոդով: Պահեք TEXT որպես WORD օգտագործելով JavaScript:...տեքստ-ից Word փոխակերպման համար: DOCX Node Python Java C# C++ Դիտեք...Կոդի օրինակ JavaScript TXT ը DOCX ձևաչափի փոխարկելու համար Պատճենել...

    products.aspose.com/words/hy/nodejs-net/convers...
  6. Apoyo licencia - Free Support Forum - aspose.com

    Tengo un sistema SaaS donde quiero solo exportar de Word a PDF, ya lo hace pero me sale la marca de agua de “Aspose”, adquiri una licencia pero al momento de implementar me sale un error “Se produjo una excepción de tipo…...archivo y objetivo: origen = docx → destino = pdf Fragmento de...= new Document(@"C:\Temp\in.docx"); doc.Save(@"C:\Temp\out.pdf");...

    forum.aspose.com/t/apoyo-licencia/322527
  7. Aspose word to pdf conversion taking 100 times ...

    Product name & version Aspose.Words(23.2.0) for .NET 8.0 Detailed description of the conversion issue : When the system attempts to generate Word, it uses 251KB. The same file we are converting into PDF, which has a si…...docx") { pdffilePath = filePath.Replace(".docx", ".pdf");...fileModel.FileName.Replace(".docx", ".pdf"); } using var fileStream...

    forum.aspose.com/t/aspose-word-to-pdf-conversio...
  8. Aspose words Java -ExportDocumentStructure - vi...

    When exporting Docx to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...2025, 3:01pm 1 When exporting DOCX to PDF with pdfOptions.setE...Document doc = new Document("in.docx"); doc.updateFields(); doc.updatePageLayout();...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  9. Export EML to WORD via C++ | products.aspose.com

    C++ API to Convert EML to WORD without using Microsoft Word or Outlook...document to DOCX format using Save method and set Docx as SaveFormat...call save method while passing Docx as save format doc -> Save (...

    products.aspose.com/total/cpp/conversion/eml-to...
  10. Resulting table borders are thicker than origin...

    Hello, I've attached a xlsx file that contains a table. When I run the following code into a web application, the resulting pptx file and the Docx file are different than the saved to pdf selected area. var xls1 = new …...resulting pptx file and the docx file are different than the...Save(“C:\ex.docx”, Aspose.Words.SaveFormat.Docx); Thank you,...

    forum.aspose.com/t/resulting-table-borders-are-...