Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 18,417 for

docx to doc

(0.21 sec)
  1. LoadOptions.preserve_include_picture_field prop...

    LoadOptions.preserve_include_picture_field property. Gets or sets whether To preserve the INCLUDEPICTURE field when reading Microsoft Word formats... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) include_picture = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add tab stops to the headers - Free Support For...

    Hi Alexey, A quick question if you don’t mind. I am trying To add tab sTops To the headers To “move” the right margin of the text To the left side (see the screenshot). Here is my code, but it doesn’t look like doing an…...the following code: Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.MoveToHeaderFooter(HeaderFooterType...

    forum.aspose.com/t/add-tab-stops-to-the-headers...
  3. How to replace the content in word document - F...

    Hi Team, can you help To tell how i can replace the yellow highlight content given in screenshot with any “String content” of same style. I have attached word Document and screenshot for reference. test_sample.Docx …...docx (811.3 KB) We are using Aspose...Document doc = new Document("C:\\Temp\\in.docx"); doc.getRange()...

    forum.aspose.com/t/how-to-replace-the-content-i...
  4. Several JPG Into BMP Javascript

    Merge multiple JPG inTo BMP in JavaScript code. Save JPG as BMP using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  5. Several JPG Into PNG Javascript

    Merge multiple JPG inTo PNG in JavaScript code. Save JPG as PNG using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  6. Several JPG Into Image Java

    Merge multiple JPG inTo Image in Java code. Save JPG as Image using Java....jpg" ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); List<Shape> shapes = fileNames...

    products.aspose.com/words/java/merge/jpg-to-image/
  7. Several JPG Into Image Python

    Merge multiple JPG inTo Image in Python code. Save JPG as Image using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.jpg" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...
  8. Pdf conversion quality - Free Support Forum - a...

    We converted the Doc To PDF using the Aspose application. In this conversion, the PDF figure quality is reduced but if we convert the direct Doc To pdf conversion that quality is maintained. So please check and advise us…...2026, 4:23am 1 We converted the doc to PDF using the Aspose application...but if we convert the direct doc to pdf conversion that quality...

    forum.aspose.com/t/pdf-conversion-quality/328413
  9. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want To have your own cusTom method called during saving a Document in Java....Document doc = new Document(getMyDir() + "Big document.docx"); //...SavingProgressCallba()); } try { doc.save(getArtifactsDir() + MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  10. Several JPG Into BMP Python

    Merge multiple JPG inTo BMP in Python code. Save JPG as BMP using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.bmp" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...