Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 18,462 for

docx to doc

(0.08 sec)
  1. PDF Tag Structure Issue for TOC – Missing Refer...

    We have observed that the PDF tag structure for the Table of Contents (ToC) differs when generating a Document via code compared To using the Word “Save as PDF” option. Specifically, the reference link is missing in the …...docx (8.1 KB) Code Word - Save As...document Document doc = new Document(); doc.removeAllChildren();...

    forum.aspose.com/t/pdf-tag-structure-issue-for-...
  2. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面... 就像这样 doc = aw.Document("input.docx") title_para = doc.first_section...first_paragraph paragraphs = doc.get_child_nodes(aw.NodeType.PARAGRAPH...

    forum.aspose.com/t/topic/311384
  3. Convert HTML to XPS – Aspose.HTML for Java

    Convert HTML To XPS in Java using Aspose.HTML API. Consider various HTML To XPS conversion scenarios in Java code....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/java/convert-html-to-xps/
  4. Alternative way to extract a MergeField from a ...

    I am using the below source code in order To identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...code: Document doc = new Document("C:\\Temp\\in.docx"); // Iterate...(Shape s : (Iterable<Shape>)doc.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  5. Converting a PDF file to XLS using PHP | Aspose...

    Sample code on PHP for PDF To XLS conversion. Use example code for batch PDF To XLS conversion with Aspose.PDF for PHP via Java...Initialize a new Document Call the Doc.Save method while passing the...clipboard PDF to BMP PDF to DOCX PDF to EPUB PDF to HTML PDF...

    products.aspose.com/pdf/php-java/conversion/pdf...
  6. Converting a PDF file to HTML using PHP | Aspos...

    Sample code on PHP for PDF To HTML conversion. Use example code for batch PDF To HTML conversion with Aspose.PDF for PHP via Java...Initialize a new Document Call the Doc.Save method while passing the...clipboard PDF to BMP PDF to DOCX PDF to EPUB PDF to JPEG PDF...

    products.aspose.com/pdf/php-java/conversion/pdf...
  7. Გადაიყვანეთ TEXT GIF C#

    გადაიყვანეთ TEXT GIF C# ფორმატში კოდით. შეინახეთ TEXT როგორც GIF C#....კოდი Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...კოპირება using Aspose.Words; var doc = new Document( "Input.txt" );...

    products.aspose.com/words/ka/net/conversion/tex...
  8. ImageSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageSaveOptions. Easily your Document rendering with cusTomizable options for high-quality image output....files used when saving to a DOC or DOCX file. By default, this property...a document to PNG. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Փոխարկել TEXT JPG Javascript

    Փոխարկեք TEXT ը JPG ձևաչափի JavaScript կոդով: Պահեք TEXT որպես JPG օգտագործելով JavaScript:...կոդը Ելքային ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/hy/nodejs-net/convers...
  10. Word Field Evaluation Not Working - REF and IF ...

    We’re migrating from JIntegra DCOM To Aspose.Words(JAVA) and encountering a critical issue with Word field processing. Current Behavior: • Using mainBuilder.insertDocument(_transientDocument, ImportFormatMode.KEEP_SOUR…...mainBuilder = new DocumentBuilder(doc); mainBuilder.moveTo(Nodelocation);...target = new Document("Main.docx"); DocumentBuilder builder =...

    forum.aspose.com/t/word-field-evaluation-not-wo...