Sort Score
Result 10 results
Languages All
Labels All
Results 6,861 - 6,870 of 18,477 for

docx to doc

(0.62 sec)
  1. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose Document in memory and then saves it To either Word or Pdf. We have recently installed 3 new fonts To our server, and while the Word shows them correctly, the PDF Document …...subfolders var doc = new Aspose.Words.Document(stream); doc.FontSettings...FontSettings = fontSettings; doc.Save("output.pdf"); The SetFontsFolder...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  2. Working with Markdown Features in Java|Aspose.W...

    How To implement Markdown features using Java. All the features are represented as corresponding styles or direct formatting....docx) using Java? A: Load the Markdown...then save it as a DOCX. Example: Document doc = new Document (...

    docs.aspose.com/words/java/working-with-markdow...
  3. Convert MHTML to Image in C# – MHTML to JPG, PN...

    Convert MHTML To Image using Aspose.HTML for .NET and consider the supported MHTML To Image conversion scenarios in C# examples....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/convert-mhtml-to-image/
  4. Aspose.Words conver pdf to markdown anomaly mem...

    Use the following code for try: Document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving.MarkdownSaveOptions() save_options.image_resolution = 150 Document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...Dockerfile: doc = aw.Document("/temp/in.docx") doc.save("/temp/out..."python3", "app.py"] app.py: doc = aw.Document("/temp/in.pdf")...

    forum.aspose.com/t/aspose-words-conver-pdf-to-m...
  5. Რამდენიმე WORD TXT Javascript

    შეაერთეთ მრავალი WORD TXT JavaScript კოდში. შეინახეთ WORD როგორც TXT JavaScript....JavaScript რათა გააერთიანოთ მრავალი DOCX TXT კოპირება Მაგალითები შეიტანეთ...გსურთ Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...

    products.aspose.com/words/ka/nodejs-net/merge/w...
  6. DocumentSecurity enumeration | Aspose.Words for...

    aspose.words.properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtinDocumentproperties/security/) property... doc = aw . Document () self . assertEqual.... DocumentSecurity . NONE , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Digitally Sign Documents via Python | products....

    Use electronic signature To sign Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your Python application. Insert eSginature online via app....with Python Sign BMP Sign DOC Sign DOCX Sign GIF Sign IMAGE Sign...

    products.aspose.com/total/python-net/signature/
  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. 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...
  10. PDF Conversion Solution using C# | Aspose.PDF

    Convert PDF To Docx, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for .NET...doc", SaveFormat.Doc); // Save using save...resultant DOC file pdfFile . Save ( "PDF-To-Word.doc" , saveOpts...

    products.aspose.com/pdf/net/conversion/