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

html to doc

(0.11 sec)
  1. HtmlLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.HtmlLoadOptions class. Allows To specify additional options when loading Html Document inTo a [Document](../../aspose.words/Document/) object...additional options when loading HTML document into a Document object...that will be used to load an HTML, TXT, or CHM document if the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Saving Project Data to CSV, Text, MPT Formats |...

    Learn how To save Microsoft Project (MPP/XML) files To CSV, Text, or MPT formats using Aspose.Tasks for Java....HTML Product Solution Aspose.GIS...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/tasks/java/saving-project-data-...
  3. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_JpegQuality method. Gets or sets a value determining the quality of the JPEG images inside Html Document in C++....quality of the JPEG images inside Html document. int32_t Aspose ::...saving a document as a JPEG. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Inserting Documents Dynamically in C#|Aspose.Wo...

    Insert contents of outer Documents inTo your Document dynamically when building a report using C#....reports dynamically using doc tags. A doc tag denotes a placeholder...Syntax of a doc tag is defined as follows. << doc [ document_expression...

    docs.aspose.com/words/net/inserting-documents-d...
  5. HtmlFixedSaveOptions.ShowPageBorder | Aspose.Wo...

    Discover the HtmlFixedSaveOptions ShowPageBorder property, control page borders easily. Enhance your Document's appearance with cusTomizable settings....while converting a document to HTML. public void HtmlFixedResourceFol...HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Online EPS File Compression or Build Python App...

    Free online app To compress different EPS files. Python archiving library code for EPS Documents....Compress CHM Files (Compiled HTML Help File) Compress CMX Files...Camera Image Format) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/python-net/compress/eps/
  7. HtmlFixedSaveOptions.SaveFormat | Aspose.Words ...

    Discover the HtmlFixedSaveOptions SaveFormat property To ensure your Documents are saved in the exclusive HtmlFixed format for optimal quality....while converting a document to HTML. public void HtmlFixedResourceFol...HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ViewOptions | Aspose.Words for Java

    Provides various options that control how a Document is shown in Microsoft Word in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getViewOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Lists::ListFormat::ApplyBulletDe...

    Aspose::Words::Lists::ListFormat::ApplyBulletDefault method. Starts a new default bulleted list and applies it To the paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document Doc = new Document(); // We can position where we want the table To be inserted and specify any extra formatting To the table. DocumentBuilder bu…...GenerateWordFromWith() { Document doc = new Document(); // We can position...builder = new DocumentBuilder(doc); builder.Font.Name = "Arial";...

    forum.aspose.com/t/inserthtml-does-not-preserve...