Sort Score
Result 10 results
Languages All
Labels All
Results 6,671 - 6,680 of 18,447 for

docx to doc

(0.17 sec)
  1. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font type is changing To ApTos from Times New Roman , for other font it is working fine . Be…...void InsertRowsInTable(Document doc, string tagKey, List<object>...Table table = FindTableByTag(doc, tagKey); if (table == null ||...

    forum.aspose.com/t/font-style-automatically-cha...
  2. Redact Documents via Python | products.aspose.com

    Search and replace PDF, Microsoft Word Documents and PowerPoint presentations data via your Python application....with Python Redact DOC Files Redact DOCX Files Redact ODP Files...

    products.aspose.com/total/python-net/redact/
  3. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...Constructors Name Description Cell(doc) Initializes a new instance of...Shows how to create a table. let doc = new aw . Document (); let table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...snippet that generating spoiled docx. In terms of saving it as pdf...new page. Samle code: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  5. Converting a PDF file to SVG using PHP | Aspose...

    Sample code on PHP for PDF To SVG conversion. Use example code for batch PDF To SVG 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 XLSX using PHP | Aspos...

    Sample code on PHP for PDF To XLSX conversion. Use example code for batch PDF To XLSX 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...
  7. Unexpected Col Widths and Word-Wrap in HTML-imp...

    Hello, We are seeing an issue related To HTML import - where the HTML contains a table with fixed column widths. When the HTML is added To a Document and the table’s auTo-fit property is disabled, the column widths of t…...docx files and the following Java...wdDoc = new Document("WordWrap.docx"); DocumentBuilder builder =...

    forum.aspose.com/t/unexpected-col-widths-and-wo...
  8. Გადაიყვანეთ TEXT SVG Python

    გადაიყვანეთ TEXT SVG Python ფორმატში კოდით. შეინახეთ TEXT როგორც SVG Python....კოდი Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...კოპირება import aspose.words as aw doc = aw.Document( "Input.txt" )...

    products.aspose.com/words/ka/python-net/convers...
  9. Გადაიყვანეთ TEXT GIF Python

    გადაიყვანეთ TEXT GIF Python ფორმატში კოდით. შეინახეთ TEXT როგორც GIF Python....კოდი Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...კოპირება import aspose.words as aw doc = aw.Document( "Input.txt" )...

    products.aspose.com/words/ka/python-net/convers...
  10. C# Split PDF

    Split PDF files inTo e pages using C# code. Save PDF as separate files using C#....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Copy using Aspose.Words; var doc = new Document( "Input.pdf" );...

    products.aspose.com/words/net/split/pdf/