Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,034 for

doc to png

(0.17 sec)
  1. Font Folder – How to Install using C#

    Learn and get a step-by-step guide on how To set font folder To render HTML To PDF or Image using the Aspose.HTML for .NET library....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/net/how-to-set-font-folder/
  2. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::OptimizeFor method. Allows To optimize the Document contents as well as default Aspose.Words behavior To a particular versions of MS Word. Use this method To prevent MS Word from displaying "Compatibility mode" ribbon upon Document loading. (Note that you may also need To set the Compliance property To Iso29500_2008_Transitional or higher.) in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. PdfSaveOptions.PreblendImages | Aspose.Words fo...

    Discover PdfSaveOptions' PreblendImages property. Easily control transparent image blending for enhanced Document quality and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertImage ( ImageDir...

    reference.aspose.com/words/net/aspose.words.sav...
  4. FieldImport.SourceFullName | Aspose.Words for .NET

    Discover how To use the FieldImport SourceFullName property To easily manage image locations in your projects for enhanced organization and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two similar field...

    reference.aspose.com/words/net/aspose.words.fie...
  5. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want To control how Aspose.Words saves images when saving a Document To HTML in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...callback will be run at this time. doc.save(getArtifactsDir() + "MarkdownSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert XPS files | .NET API Solution

    XPS To Png conversion functionality included in Aspose.Page API solution for .NET is described and illustrated with the code snippets here....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/net/convert-xps/
  7. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AuToShape textbox freeform OLE object ActiveX control or picture in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a floating image...

    reference.aspose.com/words/java/com.aspose.word...
  8. OoxmlSaveOptions.Compliance | Aspose.Words for ...

    Discover OoxmlSaveOptions Compliance To choose your OOXML version for output Documents. Optimize your files with the default Ecma376_2006 setting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two wrapping...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a Document inTo fixed page formats PDF XPS images etc in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Page 1.");...

    reference.aspose.com/words/java/com.aspose.word...
  10. Append Header Text after Existing Header - Aspo...

    I’ve been trying To append a header text To the existing header in a word file but the new text is just added as a predecessor. How do I change that so the new text appends the existing header? image.Png (4.9 KB) This …...png (4.9 KB) This is the code I’m...builder = new DocumentBuilder(doc); builder.MoveToHeaderFooter(HeaderFooterType...

    forum.aspose.com/t/append-header-text-after-exi...