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

docx to doc

(1.41 sec)
  1. FontFallbackSettings.Save | Aspose.Words for .NET

    Effortlessly save your FontFallbackSettings with our intuitive Save method. Preserve your cusTom fallback settings for seamless font management....Document doc = new Document ( MyDir + "Rendering.docx" ); // Load...fontFallbackStream ); doc . FontSettings = fontSettings ; } doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Aspose::Words::Paragraph::Paragraph constructor...

    Aspose::Words::Paragraph::Paragraph construcTor. Initializes a new instance of the Paragraph class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Aspose::Words::Watermark::SetImage method | Asp...

    Aspose::Words::Watermark::SetImage method. Adds Image watermark inTo the Document in C++.... auto doc = System :: MakeObject < Aspose...methods to add image watermark. doc -> get_Watermark () -> SetImage...

    reference.aspose.com/words/cpp/aspose.words/wat...
  4. 通过 C++ 实现 | 使用 Go 实现 PDF 的面向服务器的解决方案 | Aspose.PDF

    Aspose.PDF for Go via C++ 是一个库,旨在简化在 Go 中创建错综复杂的多页 PDF 文档的过程...该库允许将 PDF 存储为 微软 Office 文档(DOCX/DOC、XLSX、PPTX), BMP、PNG、JPEG、TIFF...和 PNG。除图像外,PDF 文件还可以轻松保存为 DOCDOCX 格式。 在 Go 中将 PDF 页面另存为 JPEG...

    products.aspose.com/pdf/zh-hans/go-cpp/
  5. Font.strikeThrough property | Aspose.Words for ...

    Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Font.doubleStrikeThrough property | Aspose.Word...

    Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document.endnote_options property | Aspose.Word...

    Document.endnote_options property. Provides options that control numbering and positioning of endnotes in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # An endnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type inTo the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Overview|Aspose.PDF for Rust via C++

    Overview of key-features and supported formats of Aspose.PDF for Rust, installation and licensing manual of Rust via C++ library.... Let’s check Docs pages for more details: Optimize...TIFF BMP JPG PNG DICOM SVG DOC DOCX EPUB PPTX TEX TXT XLSX XPS...

    docs.aspose.com/pdf/rust-cpp/overview/
  10. CPU consumption when converting HTML to PDF - F...

    Hi Team, We are having a bit of trouble… when converting HTML To PDF, the CPU consumption is through the roof. Let me explain a bit better: We have a Soap WS in Framework 4.8 running in IIS. That receives “a lot” of re…...</body>\r\n</html>"; var doc = new HtmlDocument(); doc.LoadHtml(docText);...LoadHtml(docText); var mailHtml = doc.DocumentNode.InnerHtml; var stream = new...

    forum.aspose.com/t/cpu-consumption-when-convert...