Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,034 for

doc to png

(0.14 sec)
  1. ImageSaveOptions | Aspose.Words for Java

    Allows To specify additional options when rendering Document pages or shapes To images in Java....rendering a document to PNG. Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().setName("Times...

    reference.aspose.com/words/java/com.aspose.word...
  2. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If we configure compatibility...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OleFormat | Aspose.Words for Java

    Provides access To the data of an OLE object or ActiveX control in Java.... Document doc = new Document(getMyDir() + "OLE...docm"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Saving::OoxmlCompliance enum | A...

    Aspose::Words::Saving::OoxmlCompliance enum. Allows To specify which OOXML specification will be used when saving in the DocX format in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldIndex | Aspose.Words for Java

    Implements the INDEX field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create an INDEX field which...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java.... Document doc = new Document(getMyDir() + "Field...FieldPrintDate field = (FieldPrintDate) doc.getRange().getFields().get(0);...

    reference.aspose.com/words/java/com.aspose.word...
  8. PdfSaveOptions.interpolateImages property | Asp...

    PdfSaveOptions.interpolateImages property. A flag indicating whether image interpolation shall be performed by a conforming reader... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertImage ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. SaveOptions.use_high_quality_rendering property...

    SaveOptions.use_high_quality_rendering property. Gets or sets a value determining whether or not To use high quality (i.e...PNG , SaveFormat.BMP , SaveFormat...rendered document with SaveOptions. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...