Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 177,472 for

docx

(1.35 sec)
  1. Կատարեք DOCX՝ Օգտագործելով Java

    Ստեղծեք նոր Docx Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք Docx՝ օգտագործելով Java գրադարանը:...Կատարեք DOCX՝ օգտագործելով Java գրադարանը Մեր հզոր Java գրադարանը...տալիս ծրագրային կերպով ստեղծել DOCX ընդամենը մի քանի քայլով Java...

    products.aspose.com/words/hy/java/make/docx/
  2. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting Docx to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...DSMT4" ) when converting DOCX to images using Aspose.Words...9.0 Test Documents Eq1.docx : eq1.docx (17.3 KB) Aspose result...

    forum.aspose.com/t/rending-issue-with-mathtype-...
  3. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...docx"); revisionInformation(original);...} } Sample file: test_sample.docx (99.6 KB) MS word revision information...

    forum.aspose.com/t/getting-incorrect-revision-i...
  4. | Aspose

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

    products.aspose.com/ocr/cpp/conversion/jpeg2000...
  5. | Aspose

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

    products.aspose.com/ocr/cpp/conversion/tiff-to-...
  6. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then save the xlsx as Docx. But with…...const values to chart in the docx file. We will provide a property..."dest.docx", saveOptions); Please check the following docx without...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...
  7. SplitOptions | Aspose.Words for Java

    Specifies options how the document is split into parts in Java....docx"; SplitOptions options = new...getArtifactsDir() + "LowCode.SplitDocument.1.docx", options); Splitter.split(doc...

    reference.aspose.com/words/java/com.aspose.word...
  8. MergeFormatMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.MergeFormatMode enum to optimize document merging. Enhance formatting control when combining multiple files effortlessly....docx" ; string inputDoc2 = MyDir + "Tables.docx" ; Merger...ArtifactsDir + "LowCode.MergeDocument.1.docx" , new [] { inputDoc1 , inputDoc2...

    reference.aspose.com/words/net/aspose.words.low...
  9. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the document....might be useful when you load a DOCX or WordprocessingML document...follows: Table styles defined in DOCX or WordprocessingML documents...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert Word to PCL in Python

    This simple article discusses how to convert Word to PCL in Python. It encompasses all the required information to establish the environment and offers a working example code to render DOC file to PCL in Python....example code for converting DOCX to PCL using Python . The developed...MS Windows. Steps to Export DOCX to PCL in Python Establish the...

    kb.aspose.com/words/python/convert-word-to-pcl-...